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