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