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