aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2004-11-25 16:07:47 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-11-25 16:07:47 +0000
commit792db14a80755fa9bc5afae37b4fba7380145645 (patch)
treecd82f099073178d1e4ab876e5b9548ce646a5d35
parent767f726e10c6ce110d6983002c5b96ad65afe677 (diff)
downloadgcc-792db14a80755fa9bc5afae37b4fba7380145645.zip
gcc-792db14a80755fa9bc5afae37b4fba7380145645.tar.gz
gcc-792db14a80755fa9bc5afae37b4fba7380145645.tar.bz2
ChangeLog: Remove duplicate lines.
2004-11-24 Benjamin Kosnik <bkoz@redhat.com> * ChangeLog: Remove duplicate lines. From-SVN: r91295
-rw-r--r--libstdc++-v3/ChangeLog38
1 files changed, 0 insertions, 38 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e462299..cad9107 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -162,45 +162,7 @@
2004-11-18 Paolo Carlini <pcarlini@suse.de>
DR 434. bitset::to_string() hard to use [Ready]
-2004-11-23 Benjamin Kosnik <bkoz@redhat.com>
-
- * docs/doxygen/doxygroups.cc: Add std::tr1 namespace.
- * docs/doxygen/run_doxygen: Renames for std::tr1.
- * docs/doxygen/user.cfg.in: Add cxxabi.h.
- * include/bits/*.tcc: Add file markup.
- * include/bits/allocator.h: Add link to allocator.html.
- * include/bits/atomicity.h: Add file markup.
- * include/bits/concurrence.h: Same.
- * include/bits/functexcept.h: Same.
- * include/ext*: Adjust file markup, remove GCC3 bits.
- * include/std/*: Adjust file markup, remove bits about renamed files.
- * libsupc++/cxxabi.h: Add file markup.
- * testsuite/20_util/memory/auto_ptr/assign_neg.cc: Adjust line numbers.
-
-2004-11-22 Benjamin Kosnik <bkoz@redhat.com>
-
- * include/bits/locale_facets.h (isspace, isprint, isupper,
- islower, isalpha, isdigit, ispunct, isxdigit, isalnum, isgraph,
- toupper, tolower): Add doxygen markup.
- (codecvt_byname, ctype_byname, numpunct_byname, collate_byname,
- time_get_byname, time_put_byname, moneypunct_byname,
- messages_byname): Same.
- * include/std/std_fstream.h: Remove superfluous markup.
- * include/std/std_sstream.h: Same.
- * include/std/std_streambuf.h: Same.
- * include/ext/enc_filebuf.h: Adjust markup.
- * include/ext/stdio_filebuf.h: Same.
- * include/ext/stdio_sync_filebuf.h: Same.
- * include/bits/codecvt.h: Same.
- * config/os/gnu-linux/ctype_base.h: Same.
- * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
- * include/tr1/array: Add markup.
- * include/tr1/tuple: Same.
-
- * docs/doxygen/run_doxygen: Print arguments.
- * docs/doxygen/user.cfg.in: Tweaks.
-
2004-11-19 Jonathan Wakely <redi@gcc.gnu.org>
* include/bits/basic_string.h, include/bits/locale_classes.h,