aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gcc.gnu.org>1999-01-20 18:05:11 +0000
committerUlrich Drepper <drepper@gcc.gnu.org>1999-01-20 18:05:11 +0000
commitd736a76cf6249ffa32496955b66477c581d5dcb6 (patch)
tree0d3f4a1b02a9fcb8c427f2a6f68275ae59034134 /libstdc++
parent4f6478b7607496a1344b1de67aa34a4e03205aeb (diff)
downloadgcc-d736a76cf6249ffa32496955b66477c581d5dcb6.zip
gcc-d736a76cf6249ffa32496955b66477c581d5dcb6.tar.gz
gcc-d736a76cf6249ffa32496955b66477c581d5dcb6.tar.bz2
Update.
From-SVN: r24793
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/stl/ChangeLog16
1 files changed, 10 insertions, 6 deletions
diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog
index 5e2240b..40e8c36e 100644
--- a/libstdc++/stl/ChangeLog
+++ b/libstdc++/stl/ChangeLog
@@ -1,3 +1,9 @@
+1999-01-20 Ulrich Drepper <drepper@cygnus.com>
+
+ * stl_construct.h (__destroy_aux): Use != instead of < for
+ ForwardIterator comparison.
+ Patch by jmaurer@menuett.rhein-main.de (Jens Maurer).
+
1999-01-20 Mark Mitchell <mark@markmitchell.com>
* stl_config.h (__STL_USE_NAMESPACES): Define.
@@ -17,9 +23,9 @@
* stl_config.h (__SGI_STL_USE_AUTO_PTR_CONVERSIONS): Define.
* memory (auto_ptr::operator auto_ptr_ref<_Tp1>): Fix typo.
- (auto_ptr::operator auto_ptr<_Tp1>): Add missing
+ (auto_ptr::operator auto_ptr<_Tp1>): Add missing
semicolon.
-
+
1998-09-03 Jason Merrill <jason@yorick.cygnus.com>
* stl_config.h: Define __STL_HAS_WCHAR_T,
@@ -130,7 +136,7 @@ Fri Jul 04 02:17:15 1997 Ulrich Drepper <drepper@cygnus.com>
* tree.h (rb_tree): Reverse order of member initializations
to prevent warnings.
-
+
Sun Jun 15 18:17:21 1997 Jason Merrill <jason@yorick.cygnus.com>
* *.h: Update to 6/13 SGI release.
@@ -168,7 +174,7 @@ Mon Sep 30 17:56:43 1996 Jason Merrill <jason@yorick.cygnus.com>
Fri Sep 27 19:03:06 1996 Jason Merrill <jason@yorick.cygnus.com>
- * alloc.h (__default_alloc_template): lock is a friend.
+ * alloc.h (__default_alloc_template): lock is a friend.
Thu Sep 19 20:10:37 1996 Jason Merrill <jason@yorick.cygnus.com>
@@ -306,5 +312,3 @@ Fri Dec 30 16:29:39 1994 Mike Stump <mrs@cygnus.com>
Tue Nov 29 15:30:30 1994 Per Bothner <bothner@kalessin.cygnus.com>
* Initial check-in, based on HP's October 21, 1994.
-
-