Stamp ChangeLogs for release
[official-gcc.git] / libstdc++ / stl / ChangeLog
blob22d31b0190e7d23720fc6b63252fead8e51c5677
1 Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
3         * gcc-2.95.1 Released.
5 Sun Aug  8 21:06:16 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
7         * pthread_alloc: Solaris' ctype.h defines _U to 01; use _Up as
8         template parameter instead.
10 Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)
12         * gcc-2.95 Released.
14 Sun Jul 25 23:40:51 PDT 1999 Jeff Law  (law@cygnus.com)
16         * gcc-2.95 Released.
18 1999-07-11  Martin v. Löwis (loewis@informatik.hu-berlin.de)
20         * stl_function.h (bind1st, bind2nd): Rename __opr to __oper,
21         as __opr is used internally by egcs.
22         * stl_numeric.h (__power, power): Likewise.
24 1999-06-18  Martin von Löwis  <loewis@informatik.hu-berlin.de>
26         * stl_queue.h: Rename _M_c to c, and _M_comp to comp.
28 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
30         * stl_algo.h (transform): Rename __opr to __oper, as __opr is used 
31         internally by egcs.
32         Reported by Harri Porten <porten@tu-harburg.de>
34 1999-05-17  Mark Kettenis  <kettenis@gnu.org>
36         * stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for
37         Linux.
39 Mon May 17 03:33:47 1999  Mumit Khan  <khan@xraylith.wisc.edu>
41         * stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.
43 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
45         * stl_alloc.h: Make it possible to compile with __USE_MALLOC.
47 Tue Apr 13 00:32:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
49         * stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.
51 Sun Apr 11 23:48:30 1999  Jeffrey A Law  (law@cygnus.com)
53         * bitset: Re-install Alexandre's lost patch from 1998-11-27.
55 1999-01-20  Ulrich Drepper  <drepper@cygnus.com>
57         * stl_construct.h (__destroy_aux): Use != instead of < for
58         ForwardIterator comparison.
59         Patch by jmaurer@menuett.rhein-main.de (Jens Maurer).
61 1999-01-20  Mark Mitchell  <mark@markmitchell.com>
63         * stl_config.h (__STL_USE_NAMESPACES): Define.
65 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
67         * bitset: Explicitly convert basic_string<...>::npos to size_t in
68         default argument to constructor, to avoid parse error at `>'.
69         (__STL_EXPLICIT_FUNCTION_TMPL_ARGS): Replace #if with #ifdef.
71 1998-11-01  Mark Mitchell  <mark@markmitchell.com>
73         * stl_alloc.h (default_alloc_template::_S_free_list): Don't
74         qualify _NFREELISTS.
76 1998-10-11  Mark Mitchell  <mark@markmitchell.com>
78         * stl_config.h (__SGI_STL_USE_AUTO_PTR_CONVERSIONS): Define.
79         * memory (auto_ptr::operator auto_ptr_ref<_Tp1>): Fix typo.
80         (auto_ptr::operator auto_ptr<_Tp1>): Add missing
81         semicolon.
83 1998-09-03  Jason Merrill  <jason@yorick.cygnus.com>
85         * stl_config.h: Define __STL_HAS_WCHAR_T,
86         __STL_MEMBER_TEMPLATE_CLASSES, __STL_HAS_NAMESPACES,
87         __STL_NO_NAMESPACES and __STL_LONG_LONG.
89 1998-09-02  Jason Merrill  <jason@yorick.cygnus.com>
91         * algorithm alloc.h defalloc.h hash_map.h hash_set.h iterator
92         memory pthread_alloc pthread_alloc.h rope ropeimpl.h stl_algo.h
93         stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h
94         stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h
95         stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h
96         stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h
97         stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h
98         stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h
99         stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h
100         tempbuf.h type_traits.h: Update to SGI STL 3.11.
102 Fri Jul 10 15:20:09 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
104         * stl_tempbuf.h (temporary_buffer): Add missing typename.
105         * type_traits.h: update comments.
107 Sun Jun 28 00:49:42 1998  Jeffrey A Law  (law@cygnus.com)
109         * stl_config.h (__STL_PTHREADS): Don't define for glibc 2 if
110         _G_USING_THUNKS is not defined.
112 1998-04-07 18:32  Ulrich Drepper  <drepper@cygnus.com>
114         * stl_hashtable.h (__stl_prime_list): Mark last two numbers as
115         unsigned long since they are otherwise too large for long int on
116         32bit machines.
118 Fri Feb 20 16:15:05 1998  H.J. Lu  (hjl@gnu.org)
119                           Jason Merrill  <jason@yorick.cygnus.com>
121         * ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS.
122         * stl_alloc.h: Ditto.
123         * stl_config.h: Ditto.
124         * stl_rope.h: Ditto.
126         * stl_config.h: include <_G_config.h> if __GNUG__ is defined.
127         (__STL_PTHREADS): Defined if _PTHREADS is defined or
128         __GLIBC__ >= 2.
130 Tue Jan 27 12:01:25 1998  Jason Merrill  <jason@yorick.cygnus.com>
132         * stl_algo.h (__lg): Fix for n == 0.
134 Sat Nov  8 00:45:17 1997  Jason Merrill  <jason@yorick.cygnus.com>
136         * stl_hash_set.h (swap): Fix typo.
138 Fri Nov  7 10:27:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
140         * stl_hashtable.h: Fix typo.
142 Thu Nov  6 11:19:09 1997  Jason Merrill  <jason@yorick.cygnus.com>
144         * stl_algo.h, stl_algobase.h, stl_bvector.h,
145         stl_deque.h: Update to October 28 SGI release.
147 Sun Nov  2 12:14:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
149         * algo.h, algobase.h, alloc.h, bvector.h, defalloc.h, deque.h,
150         function.h, hash_map.h, hash_set.h, hashtable.h, heap.h, iterator.h,
151         list.h, map.h, multimap.h, multiset.h, pair.h, pthread_alloc.h,
152         rope.h, ropeimpl.h, set.h, slist.h, stack.h, stl_config.h, tempbuf.h,
153         tree.h, type_traits.h, vector.h: Update to October 27 SGI snapshot.
154         * algorithm, deque, functional, hash_map, hash_set, iterator, list,
155         map, memory, numeric, pthread_alloc, queue, rope, set, slist, stack,
156         stl_algo.h, stl_algobase.h, stl_alloc.h, stl_bvector.h,
157         stl_construct.h, stl_deque.h, stl_function.h, stl_hash_fun.h,
158         stl_hash_map.h, stl_hash_set.h, stl_hashtable.h, stl_heap.h,
159         stl_iterator.h, stl_list.h, stl_map.h, stl_multimap.h, stl_multiset.h,
160         stl_numeric.h, stl_pair.h, stl_queue.h, stl_raw_storage_iter.h,
161         stl_relops.h, stl_rope.h, stl_set.h, stl_slist.h, stl_stack.h,
162         stl_tempbuf.h, stl_tree.h, stl_uninitialized.h, stl_vector.h,
163         utility, vector: New files in October 27 SGI snapshot.
165 Fri Oct 17 19:07:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
167         * tree.h, vector.h: Fix accidental divergence from SGI release.
169 Tue Sep  9 19:47:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
171         * algo.h, algobase.h, alloc.h, bvector.h, deque.h, hashtable.h,
172         iterator.h, list.h, rope.h, ropeimpl.h, slist.h, stl_config.h,
173         tree.h, vector.h: Update To September 8 SGI release.
175 Tue Sep  9 17:38:47 1997  Mark Mitchell  <mmitchell@usa.net>
177         * stl_config.h (__STL_MEMBER_TEMPLATES): Enable.
179 Tue Aug  5 17:06:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
181         * deque.h, function.h, hashtable.h, list.h, rope.h, ropeimpl.h,
182         tree.h:  Update to July 31 SGI release.
184 Fri Jul 18 10:06:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
186         * algo.h, defalloc.h, hashtable.h, rope.h, ropeimpl.h, slist.h:
187         Update to June 30 SGI release.
189 Fri Jul 04 02:17:15 1997  Ulrich Drepper  <drepper@cygnus.com>
191         * tree.h (rb_tree): Reverse order of member initializations
192         to prevent warnings.
194 Sun Jun 15 18:17:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
196         * *.h: Update to 6/13 SGI release.
198 Fri May 23 10:56:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
200         * stl_config.h: Add support for exceptions with g++.
202         * *.h: Update to 5/8 SGI release.
204 Thu Apr 24 19:00:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
206         * *.h: Update to 3/24 SGI release.
208 Wed Feb 19 18:19:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
210         * *.h: Update to 2/18 SGI release.
212         * bool.h: Lose.
214 Mon Feb 10 16:33:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
216         * alloc.h: Don't define __USE_MALLOC for g++.
217         * bool.h: Lose g++ case.
219         * *.h: Update to 2/4 SGI release.
221 Mon Jan 13 14:39:16 1997  Jason Merrill  <jason@yorick.cygnus.com>
223         * *.h: Update to 1/8 SGI release.
225 Mon Sep 30 17:56:43 1996  Jason Merrill  <jason@yorick.cygnus.com>
227         * alloc.h (__unlock): Never use __lock_release.
229 Fri Sep 27 19:03:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
231         * alloc.h (__default_alloc_template): lock is a friend.
233 Thu Sep 19 20:10:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
235         Propagate these changes to new STL code:
236         * tree.h: Rearrange member initializers in rb_tree constructors.
237         * vector.h (insert): Cast iterator difference to size_type to
238         avoid warning.
240         * *.h: Update to SGI snapshot (fixed).
241         * *.c, Makefile.in, configure.in: Removed.
243 Sat Sep 14 09:43:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
245         * deque.h, list.h, tree.h: Remove kludge obsoleted by new
246         overloading code.
248 Sat Aug 10 14:59:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
250         * tempbuf.cc (__stl_temp_buffer): Align like a pointer.
252 Wed Jun 26 13:00:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
254         * iterator.h: Add default template parameters.
256 Wed Apr 24 10:45:22 1996  Doug Evans  <dje@blues.cygnus.com>
258         * Makefile.in (tempbuf.o,random.o): Add rules for SunOS VPATH.
260 Fri Apr  5 17:52:31 1996  Per Bothner  <bothner@kalessin.cygnus.com>
262         * configure.in (EXTRA_MOSTLYCLEAN):  New, to remove stl.list.
264 Fri Mar 22 14:58:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
266         Propagate these changes to new STL code:
267         * tree.h: Rearrange member initializers in rb_tree constructors.
268         * vector.h (insert): Cast iterator difference to size_type to
269         avoid warning.
271 Sun Mar 10 07:49:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
273         * deque.h (distance_type): Add overload for g++.
274         From Joe Buck.
276 Thu Feb 22 14:07:12 1996  Jason Merrill  <jason@yorick.cygnus.com>
278         * bool.h: Revert.
279         * algo.h bvector.h deque.h function.h iterator.h list.h
280         pair.h stack.h tree.h vector.h: Wrap #include <bool.h> with
281         #ifndef __GNUG__.
282         * defalloc.h list.h deque.h tree.h: Use __GNUG__ to control
283         workarounds.
285 Wed Feb 21 17:13:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
287         * bool.h (TRUE, FALSE): Define for people expecting the bool.h
288         from libg++.  Is this a good idea?
290 Tue Feb 20 18:40:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
292         * algo.h bool.h bvector.h defalloc.h deque.h function.h heap.h
293         iterator.h list.h map.h pair.h random.cc stack.h tree.c tree.h
294         vector.h: Revert to HP release with workarounds for missing
295         overloading functionality.
296         * Makefile.in (STL_OBJECTS): Remove tree.o.
298 Thu Nov  9 17:05:23 1995  Jason Merrill  <jason@yorick.cygnus.com>
300         * algo.h algobase.h bvector.h defalloc.h deque.h function.h heap.h
301         iterator.h list.h map.h multimap.h multiset.h pair.h projectn.h
302         set.h stack.h tempbuf.h tree.h vector.h: Wrap #include <bool.h>
303         with #ifndef __GNUG__.
305 Thu Nov  2 17:05:44 1995  Jason Merrill  <jason@yorick.cygnus.com>
307         * deque.h (deque<T>::insert): Fix merge typo.
308         * vector.h (value_type): Lose.
310 Thu Nov  2 14:33:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
312         * algo.h, algobase.h, deque.h, function.h, list.h, pair.h, random.cc:
313         Merge in Oct 31 1995 release from HP.
315 Fri Aug 11 17:11:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
317         * list.h: Avoid duplicate construction and destruction of list_nodes.
318         Patch from Klamer Schutte <klamer@ph.tn.tudelft.nl>.
320 Fri Aug 11 16:45:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
322         * algo.h, algobase.h, deque.h:  Merged in Jul 12 1995 release from HP.
324 Mon Jun  5 18:38:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
326         * Makefile.in (stl.list): Depend on stamp-picdir.
328 Wed May 17 02:30:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
330         * tree.h: Rearrange member initializers in rb_tree constructors.
332         * Update to HP's February 7, 1995 release.
334 Fri May  5 10:45:31 1995  Mike Stump  <mrs@cygnus.com>
336         * random.cc (seed): Move `for' decl out of `for' statement.
338 Wed Apr 26 13:09:16 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
340         * configure.in (XCXXINCLUDES): Rename.
342 Wed Mar 29 19:24:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
344         * tree.h (insert): Return a value.
346         * vector.h (insert): Cast iterator difference to size_type to
347         avoid warning.
349 Sun Feb 12 09:12:17 1995  Mike Stump  <mrs@cygnus.com>
351         * tree.h (rb_tree::max_size): Add definition when using GNU
352         workaround.
354 Thu Jan 12 01:37:42 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
356         * configure.in (LIBDIR): Set to yes.
358 Fri Dec 30 18:26:20 1994  Mike Stump  <mrs@cygnus.com>
360         * iterator.h: Add default template parameters where possible.
362 Fri Dec 30 16:29:39 1994  Mike Stump  <mrs@cygnus.com>
364         * algo.h: Change rand to __rand to fix make check on linux systems.
366 Tue Nov 29 15:30:30 1994  Per Bothner  <bothner@kalessin.cygnus.com>
368         * Initial check-in, based on HP's October 21, 1994.