OSDN Git Service

2000-11-07 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++ / ChangeLog
1 2000-10-23  Gabriel Dos Reis  <gdr@codesourcery.com>
2
3         * std/std_valarray.h (valarray::valarray): Use __valarray_copy,
4         not __valarray_copy_construct.
5
6 2000-10-08  Philipp Thomas  <pthomas@suse.de>
7
8         * Makefile.in (piclist): Fix sed command to also accept
9         numbers in filenames.
10
11 2000-10-07  Richard Henderson  <rth@cygnus.com>
12
13         * del_op.cc, del_opnt.cc, del_opv.cc, del_opvnt.cc: New files.
14         * exception.cc, new_handler.cc, new_op.cc, new_opnt.cc: New files.
15         * new_opv.cc, new_opvnt.cc, tinfo.cc, tinfo2.cc, vec.cc: New files.
16         * cxxabi.h, exception, new, new.h, typeinfo, pure.c: New files.
17         * tinfo.hP: New file.
18
19         * Makefile.in (OBJS, HEADERS): Add new files.
20         * configure.in (XCXXINCLUDES): Add ../include and ../gcc.
21
22 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
23
24         * configure.in: Add AIX multithread support fragment.
25         * config/aix.mt: Define _PTHREADS in MT_CFLAGS if -pthread
26         commandline option present.
27
28 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
29
30         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
31         Honor --disable-threads.
32
33 2000-08-11  Jason Merrill  <jason@redhat.com>
34
35         * std/straits.h (is_del): Boolify with !!.
36
37 2000-08-11  "Axel Habermann" <Axel.Habermann@xtradyne.de>
38
39         * std/bastring.cc (compare to charT*): Add rlen==n check.
40         * std/bastring.h (Rep::grab): Add x86 atomic version.
41
42 2000-8-4  David E O'Brien  <obrien@FreeBSD.org>
43
44         * std/mask_array.h (mask_array): Rename template type
45         parameter to avoid conflicts with ctype.h on BSD systems.
46         * std/slice_array.h (slice_array): Likewise.
47
48 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
49
50         * std/valarray_array.h(__valarray_sum): Make inline.
51
52 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
53
54         * std/valarray_array.h (__valarray_get_memory,
55         __valarray_get_storage, __valarray_release_storage): New
56         functions.
57         (_Array_default_ctor, _Array_init_ctor, _Array_copy_ctor,
58         _Array_copier): New traits classes.
59         (__valarray_default_construct): New function.  Implements valarray
60         default construction.
61         (__valarray_fill_construct): New function. Implements valarray
62         construction with initializer.
63         (__valarray_copy_construct): New function.  Implements valarray
64         copy construction.
65         (__valarray_destroy_elements): New function. 
66         (__valarray_copy, __valarray_fill): Tweak.
67         (__valarray_sum, __valarray_product): New helper functions.
68         (_Array<>::free_data): Remove.
69         (_Array<>::_Array): Tweak.
70
71         * std/std_valarray.h (valarray<>::product): Remove.
72         (valarray<>::valarray): Use __valarray_get_storage.
73         (valarray<>::shift, valarray<>::cshift, valarray<>::resize):
74         Tweak. 
75
76         * std/cpp_type_traits.h: New file.
77
78         * valarray.cc (multiplies<>, accumulate, valarray<>::product):
79         Remove explicit instantiation. 
80         (__valarray_product): New function.
81         (_Indexer::_Indexer): Use.
82
83 2000-07-14  Jean-Francois Panisset <panisset@discreet.com>
84         
85         * std/bastring.h (basic_string<>::clear): Add function.
86
87 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
88
89         * std/gslice_array.h, std/indirect_array.h, std/mask_array.h,
90         std/slice_array.h, std/std_valarray.h, std/valarray_meta.h:
91         Do not paste anything after 'operator' keyword.
92
93 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
94
95         * Makefile.in: Change "pic" to depend on $(PICFLAG), not
96         on $(enable_shared).
97         * config/aix.ml: Build AIX-style shared library.
98
99 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
100
101         * configure.in: Use mh-sparcpic for sparc*-*-*.
102
103 2000-04-24  Magnus Fromreide  <magfr@lysator.liu.se>
104
105         * sstream: New file.
106         * Makefile.in (HEADERS): Add it.
107
108 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
109
110         * configure.in: -linux-gnu*, not -linux-gnu.
111
112 2000-03-10  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
113
114         * std/bastring.h (basic_string<>::push_back): Was missing.
115
116 2000-01-12  Fred Fish  <fnf@be.com>
117
118         * Makefile.in (SHOPT): New macro, flag to ld to create
119         shared library.  Defaults to "-shared".
120         (SHLIB): Use new SHOPT rather than hardcoded "-shared".
121         * configure.in: While configuring for *-*-beos*, if
122         --enable-shared is given, add beos.ml to list of makefile
123         frags.
124         * config/beos.ml: New file.
125
126 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
127
128         * Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
129         (MYCFLAGS): Include $(CFLAGS).
130         
131 1999-12-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
132
133         * std/bastring.h (basic_string::basic_string): Rename parameters
134         to avoid shadow warnings.
135         * std/bastring.cc (alloc): Likewise.
136
137 1999-12-13  Jakub Jelinek  <jakub@redhat.com>
138
139         * std/bastring.h (class basic_string::Rep): Use proper defines
140         for sparc v9 and fix asm for sparc64.
141
142 1999-11-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
143
144         * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget
145         to define tanh. 
146
147 Sun Nov 14 09:47:51 1999  H.J. Lu  <hjl@gnu.org>
148
149         * Makefile.in ($(OBJS)): Depend on stamp-picdir.
150
151 1999-11-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
152
153         * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION):  When
154         building meta-expressions don't forget to take the contained
155         closures.
156
157 1999-10-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
158
159         * std/valarray_meta.h: (_BinClos::_BinClos): Fix typo.
160
161 1999-090-17 Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
162
163         * std/valarray_array.h (__valarray_copy): Fix typo.
164
165 1999-09-17 Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
166
167         * std/complext.cc (pow): Don't expect floating point promotion
168         in presence of template argument deduction.  There is no such
169         thing. 
170
171 1999-09-01  Andreas Schwab  <schwab@suse.de>
172
173         * configure.in: Move *-*-gnu* pattern below *-*-linux*.
174
175 Wed Aug 25 01:31:11 1999  "David O'Brien" <obrien@NUXI.com>
176
177         * configure.in: Alphabetize selection of .ml fragments.
178
179 Thu Aug  5 02:00:13 1999  Loren Rittle  <ljrittle@acm.org>
180
181         * Makefile.in (MARLINK, MSHLINK): Handle library version
182         number components with more than one numeric digit.
183
184 Sat Jul 17 23:51:58 1999  Jeffrey A Law  (law@cygnus.com)
185
186         * Makefile.in (INTERFACE): Bump to 3.
187
188 1999-07-16  Markus Gyger (mgyger@gmu.edu)
189
190         * stdexcepti.cc (__out_of_range): Use std:: qualifier for names 
191         in std.
192         (__length_error): Likewise.
193
194 Fri Jul  9 01:20:23 1999  Jeffrey A Law  (law@cygnus.com)
195
196         * Makefile.in (VERSION): Bump to 2.10.0.
197
198 Tue Jun  8 00:21:11 1999  Jeffrey A Law  (law@cygnus.com)
199
200         * configure.in (*-*-freebsd2*): Add missing '*' at end of configure
201         string.
202
203 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
204
205         * std/std_valarray.h: Don't #include unconditionally <alloca.h>
206
207 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
208
209         * std/std_valarray.h: New file.
210         * std/slice.h: New file.
211         * std/slice_array.h: New file.
212         * std/gslice.h: New file.
213         * std/gslice_array.h: New file.
214         * std/mask_array.h: New file.
215         * std/indirect_array.h: New file.
216         * std/valarray_array.h: New file.
217         * std/valarray_array.tcc: New file.
218         * std/valarray_meta.h: New file.
219         * valarray.cc: New file.
220         * valarray: New file
221
222         * Makefile.in (OBJS): add valarray.o
223         (HEADERS): add valarray
224         (valarray.o): define dependency on valarray.cc
225         (install): make it possible to install valarray file.
226         
227 Wed Jun  2 00:21:54 1999  Robert Lipe  <robertlipe@usa.net>
228
229         * std/bastring.h (class basic_string:Rep): Encode xlock opcode
230         as .bytes instead of mnemonics.
231
232 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
233
234         * configure.in: Test for ${compiler_name}.exe as well.
235
236 1999-05-15  Mark Kettenis  <kettenis@gnu.org>
237
238         * configure.in: Add shared library support for the Hurd
239         (*-*-gnu*).
240         * config/gnu.ml: New file.
241
242 1999-05-12  Jason Merrill  <jason@yorick.cygnus.com>
243
244         * configure.in (compiler_name): Don't do the skip-this-dir thing
245         if we're reconfiguring.
246
247 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
248
249         * std/bastring.h (class basic_string::Rep): Make release member
250         function thread-safe for ix86 (x>=4) and UltraSPARC.
251
252         * stlinst.cc: Make it possible to compile with __USE_MALLOC.
253
254 Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>
255
256         * config/freebsd.ml (LIBS): Add ARLINK.
257         * config/openbsd.ml (LIBS): Add ARLINK.
258
259 Fri Apr  2 15:12:14 1999  H.J. Lu  (hjl@gnu.org)
260
261         * libstdc++/configure.in (gxx_include_dir): Handle it.
262         * libstdc++/Makefile.in: Likewise.
263
264 Wed Mar 24 22:36:45 1999  Mumit Khan  <khan@xraylith.wisc.edu>
265
266         * configure.in (EXEEXT): Define.
267         (compiler_name): Use.
268
269 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
270
271         * configure.in: Add mh-*pic handling for alpha, arm, powerpc
272
273 Fri Mar  5 02:16:39 1999  Doug Rabson  <dfr@freebsd.org>
274
275         * configure.in: Support shared libs on FreeBSD 3.x and 4.x
276         * config/freebsd.ml: A copy of config/linux.ml since they are both
277         ELF and both have a shared libm.
278
279 1999-02-24  Jason Merrill  <jason@yorick.cygnus.com>
280
281         * configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
282
283 Sat Feb 20 13:17:17 1999  Jeffrey A Law  (law@cygnus.com)
284
285         * string, std/straits.h, std/bastring.h: Revert recent change.  Needs
286         some libiberty support before it can be re-enabled.
287
288 Thu Feb 18 19:53:17 1999  Marc Espie <espie@cvs.openbsd.org>
289
290         * configure.in: Handle OpenBSD with and without threads.
291         * config/openbsd.ml: New file.
292         * config/openbsd.mt: New file.
293
294 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
295
296         * configure.in: Recognize --enable-threads=posix for all
297         platforms.
298         * config/posix.mt: New file.
299
300         * configure.in: Add fragments for Solaris defining macro specifying
301         thread library to be used.
302         * config/sol2pth.mt: New file
303         * config/sol2solth.mt: New file.
304         * stl/stl_alloc.h: Add support for Solaris thread library.
305         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
306         appropriately.
307
308 1999-01-28  Baron Roberts  <baron@sgi.com>
309
310         * string: Uncomment wstring declaration.
311
312         * std/straits.h: Remove #if 0/#endif from around
313         struct string_char_traits <wchar_t>.
314         #include <cwchar>.
315         Add missing definition for wchar_t move method.
316         Add empty() method for trait-based empty string return.
317
318         * std/bastring.h (c_str): Change return of "" to return of
319         traits::empty() call so that proper empty string is returned
320         based on the character type (i.e. "" or L"").
321
322 1999-02-07  Jason Merrill  <jason@yorick.cygnus.com>
323
324         * Makefile.in (stuff2): Tweak.
325
326 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
327
328         * configure.in: Recognize --enable-threads=posix for all
329         platforms.
330         * config/posix.mt: New file.
331
332         * configure.in: Add fragments for Solaris defining macro specifying
333         thread library to be used.
334         * config/sol2pth.mt: New file
335         * config/sol2solth.mt: New file.
336         * stl/stl_alloc.h: Add support for Solaris thread library.
337         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
338         appropriately.
339
340 Sat Jan 30 08:05:46 1999 Mumit Khan  <khan@xraylith.wisc.edu>
341
342         * config/x86-interix.ml: New file.
343         * configure.in (i[3456]86-*-interix*): Add shared library support.
344
345 1999-01-13  Ulrich Drepper  <drepper@cygnus.com>
346
347         * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
348         * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
349
350 Sun Jan 03 03:16:02 1999  Robert Lipe  <robertlipe@usa.net>
351
352         * configure.in:  (*-*-sysv5, *-*-*udk*):  Treat like sysv4.
353
354 Tue Dec  8 00:59:09 1998  Marc Espie <Marc.Espie@liafa.jussieu.fr>
355
356         * Makefile.in: Be more selective about what files to install.
357
358 1998-11-30  Ulrich Drepper  <drepper@cygnus.com>
359
360         * std/bastring.cc (operator>>): Correct cast in last patch.
361         (getline): Likewise.
362
363 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
364
365         * Makefile.in (HEADERS): Install bitset.
366
367 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
368
369         * configure.in (compiler_name): Add check to detect if this
370         language's compiler has been built.
371
372 1998-11-23  Ulrich Drepper  <drepper@cygnus.com>
373
374         * std/bastring.cc (operator>>): Cast new character to char before
375         adding to string.
376         (getline): Likewise.
377
378 Thu Sep 17 01:29:46 1998  H.J. Lu  (hjl@gnu.org)
379
380         * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
381
382         * Makefile.in (install): Don't rely on 'ln -f'.
383
384 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
385
386         * Makefile.in (install): Initialize RELINSTALLDIR correctly
387         even for multilib and cross configurations.
388
389         * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
390         value if --enable-version-specific-runtime-libs has been specified.
391
392 Wed Sep  2 21:11:15 1998  H.J. Lu  (hjl@gnu.org)
393
394         * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
395
396         * configure.in: Fix INSTALLDIR replacement for cross-compile.
397
398 Sun Aug 30 22:17:41 1998  H.J. Lu  (hjl@gnu.org)
399
400         * Makefile.in (INTERFACE): New, set to 2.
401         (ARLIB): Set to libstdc++.a.$(VERSION)
402         (ARLINK, MARLINK): New macros.
403         (LIBS): Add $(ARLINK).
404         ($(ARLINK), marlink): New targets.
405         (install): Don't check $(libsubdir). Handle versioned libraries.
406
407         * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
408         (LIBS): Add marlink $(ARLINK).
409
410         * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
411         (ARLINK): New macros.
412         (BUILD_LIBS): Add $(ARLINK).
413
414         * config/dec-osf.ml (LIBS): Add $(ARLINK).
415         * config/elf.ml (LIBS): Likewise.
416         * config/elfshlibm.ml (LIBS): Likewise.
417         * config/hpux.ml (LIBS): Likewise.
418         * config/iris5.ml (LIBS): Likewise.
419         * config/sol2shm.ml (LIBS): Likewise.
420         * config/sunos4.ml (LIBS): Likewise.
421
422         * configure.in: Use ${topsrcdir}/config.if to put
423         LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
424         ${package_makefile_frag}.
425
426 1998-08-25  Martin von Löwis  <loewis@informatik.hu-berlin.de>
427
428         * stdexcept: Remove __HONOR_STD.
429
430 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
431
432         * sinst.cc: Don't explicitly instantiation string_char_traits<char>.
433         * cinst.cc: Likewiwse, for complex<float>, complex<double>,
434         complex<long double>.
435
436 1998-08-17  Mark Mitchell  <mark@markmitchell.com>
437
438         * stdexcept: Put things in the std namespace, if appropriate.
439
440 1998-07-12  Jason Merrill  <jason@yorick.cygnus.com>
441
442         * Makefile.in (VERSION): Bump to 2.9.0.
443
444 1998-07-12  Lars Albertsson <lalle@sics.se>
445
446         * std/bastring.cc (find_last_of): Fix.
447         (find_last_not_of): Likewise.
448
449 1998-07-06  Manfred Hollstein  <manfred@s-direktnet.de>
450
451         * configure.in (INSTALLDIR): Make sed pattern failsafe.
452
453 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
454
455         * std/bastring.h (class basic_string): Correct iterator return
456         values in insert member functions.
457
458 1998-07-02  Ulrich Drepper  <drepper@cygnus.com>
459
460         * std/bastring.h (class basic_string): Return correct iterators in
461         erase member functions.
462
463 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
464
465         * Makefile.in (INSTALLDIR): Add comment to document the fact,
466         this macro will be properly initialized at make's runtime.
467         (install): Add initialization of INSTALLDIR depending on $(libsubdir)
468         and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell
469         variable instead of the $(INSTALLDIR) make macro.
470
471 Tue Mar 24 10:13:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
472
473         * std/bastring.cc (basic_string::copy): Mark const here, too.
474
475 1998-03-23 15:59  Ulrich Drepper  <drepper@cygnus.com>
476
477         * std/bastring.h (basic_string::copy): Mark copy function as const.
478         Reported by Scott Schurr <scotts@ims.com>.
479
480 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
481
482         * configure.in: Make locating frag files failsafe even for the
483         special case if configuring and building in srcdir.
484
485 1998-03-04 12:37  Ulrich Drepper <drepper@cygnus.com>
486
487         * cinst.cc [INSERT] (operator<<): Correct type of numeric argument.
488
489 Fri Feb  6 01:36:21 1998  Manfred Hollstein  <manfred@s-direktnet.de>
490
491         * Makefile.in (piclist): Check value of enable_shared, not PICFLAG.
492         (stmp-string, ...): Dito.
493         (bigstmp-string, ...): Dito.
494
495 Sun Feb  1 13:38:07 1998  H.J. Lu  (hjl@gnu.org)
496
497         * config/linux.mt: Don't define _PTHREADS, but define
498         _IO_MTSAFE_IO.
499
500 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
501
502         * tests/configure.in, testsuite/configure.in: Update with yesterday's
503         toplevel configure.in changes.
504
505 Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
506
507         * configure.in (package_makefile_rules_frag): New variable
508         which is used in the call to config.shared; redirect file descriptor 2
509         to ${package_makefile_rules_frag}.
510
511 Tue Jan 27 10:11:27 1998  Jason Merrill  <jason@yorick.cygnus.com>
512
513         * Makefile.in (install): Remove the shared library symlink even if
514         we aren't installing it.
515
516 Tue Jan 27 10:29:44 1998  H.J. Lu  (hjl@gnu.org)
517
518         * configure.in (topsrcdir): New.
519         (configdirs): Check ${topsrcdir}/gcc instead.
520         (config-ml.in): Use ${topsrcdir}/config-ml.in.
521
522         * tests/configure.in (topsrcdir): New.
523         (check): Check ${topsrcdir}/gcc instead.
524
525 Sun Jan 25 14:01:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
526
527         * std/bastring.h (unique): We only need length bytes.
528         (c_str): Avoid writing over random memory.
529         #include <std/bastring.cc>.
530         Lose _G_ALLOC_CONTROL.
531         * std/bastring.cc: Likewise.
532         (nilRep): Add initializer for selfish.
533         * sinst.cc: Just #include <string>.
534
535 Tue Jan 13 21:23:05 1998  H.J. Lu  (hjl@gnu.org)
536
537         * configure.in (configdirs): Include testsuite only if
538         ${srcdir}/../gcc exists.
539
540         * tests/configure.in (check): Set to ${CHECK} if
541         ${srcdir}/../../gcc doesn't exists.
542
543 1998-01-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
544
545         * std/bastring.cc (basic_string::Rep::operator delete): Don't claim
546         to return from deallocate, since this is a void method.
547
548 Sat Jan  3 12:15:41 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
549
550         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
551
552 Sun Dec  7 02:34:40 1997  Jody Goldberg <jodyg@idt.net>
553
554         * libstdc++/std/bastring.h : Move closer to the draft standard
555         implementation of basic_string by adding 3 paramter 'Allocator'.
556         NOTE: this still differs from the standard in not offering per
557         instance allocators.
558         * libstdc++/std/bastring.cc : Likewise.
559         * libstdc++/stlinst.cc : Handle thread safe allocators if they are the
560         default.
561
562 Sun Dec  7 02:32:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
563
564         * iosfwd: New header.
565         * Makefile.in (HEADERS): Add it.
566
567 Sun Dec  7 02:32:20 1997  Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
568
569         * Makefile.in (HEADERS): Modified list of headers to
570         install to include all of SGI STL headers especially hash_set and
571         hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
572         iostream, and strstream.
573
574         * fstream, iomanip, iostream, strstream: New forwarding headers
575         added.
576
577 Thu Nov 27 01:33:55 1997  Jeffrey A Law  (law@cygnus.com)
578
579         * Makefile.in (install): Change gxx_includedir to gxx_include_dir.
580
581 Tue Nov 25 23:16:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
582
583         London changes to string:
584         * std/bastring.cc (check_realloc): Don't be selfish anymore.
585         * std/bastring.h (non-const operator[]): Be selfish.
586         (iterator forms of insert and erase): Stay selfish.
587
588 Tue Nov 25 14:03:43 1997  H.J. Lu  (hjl@gnu.org)
589
590         * Makefile.in (stmp-complex, bigstmp-complex): Changed to
591         xxxx-complx.
592
593 Mon Nov 24 14:41:33 1997  Jeffrey A Law  (law@cygnus.com)
594
595         * Makefile.in: Use ln -f -s, not ln -s -f.
596
597 Fri Nov 21 12:56:24 1997  Manfred Hollstein <manfred@s-direktnet.de>
598
599         * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
600         cope with filesystem not capable to handle names longer than
601         14 characters.
602
603 Sun Nov 16 22:41:55 1997  Jeffrey A Law  (law@cygnus.com)
604
605         * Makefile.in (SHLIB): Build with CC instead of CXX.
606
607 Sun Nov  2 23:34:09 1997  Manfred Hollstein  <manfred@s-direktnet.de>
608
609         * configure.in: Use delta.mt for m68k-motorola-sysv.
610         * config/delta.mt: New makefile fragment.
611
612 Sun Nov  2 12:14:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
613
614         * Makefile.in (install): Some of HEADERS come from the stl dir now.
615         * algorithm, deque, functional, iterator, list, map, memory, numeric,
616         queue, set, stack, utility, vector: Now in stl dir.
617
618 Fri Oct 10 00:40:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
619
620         * std/bastring.h: Use ibegin internally.  Return passed iterator
621         instead of recalculating it where appropriate.
622         * std/bastring.cc: Adjust for erase.
623
624         From Yotam Medini:
625         * std/bastring.h: Replace remove with erase.
626
627 Thu Oct  9 23:24:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
628
629         * stdexcepti.cc (__out_of_range): New fn.
630         (__length_error): New fn.
631
632         * std/bastring.h (OUTOFRANGE): Fix logic.  Use throwing functions.
633         (LENGTHERROR): Likewise.
634         Revert Oct 2 changes.
635         * string: Revert Oct 2 changes.
636
637 Tue Oct  7 00:51:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
638
639         * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi.
640
641 Thu Oct  2 00:08:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
642
643         * std/bastring.h: Move exception stuff after definition of string.
644         Move typedef of string here.
645         * string: From here.
646
647 Sat Sep 27 16:48:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
648
649         * std/complext.h: Lose injection decls.
650         * std/fcomplex.h: Likewise.
651         * std/dcomplex.h: Likewise.
652         * std/ldcomplex.h: Likewise.
653
654 Sat Sep 27 16:47:35 1997  Mark Mitchell  <mmitchell@usa.net>
655
656         * std/complext.h: Declare templates before making them
657         friends.  Use new friend <> syntax.
658         * std/complext.cc: Don't rely on guiding declarations.
659         * std/fcomplex.h: Use new friend <> syntax.
660         * std/dcomplex.h: Likewise.
661         * std/ldcomplex.h: Likewise.
662
663 Thu Sep 25 19:55:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
664
665         * std/bastring.h: Enable exceptions.
666         (assign, append, insert, replace): Implement member template versions.
667
668 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
669
670         * config/linux.mt: New file.  Make sure _PTHREADS is defined
671         if necessary.
672         * configure.in: Find linux.mt file.
673
674 Thu Sep 11 15:03:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
675
676         * std/bastring.h (class basic_string): Add global scope to
677         use of reverse_iterator.
678
679 Tue Sep  9 19:47:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
680
681         * std/bastring.h: Adjust use of reverse_iterator template.
682
683 Wed Aug 27 00:04:33 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
684
685         * Makefile.in: Create correct multiple links to
686         shared libstdc++.
687
688 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
689
690         * testsuite/Makefile.in (check): Don't depend on site.exp.
691         (just-check): Depend on site.exp.
692
693 Mon Aug 25 14:26:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
694
695         * Makefile.in (CXXFLAGS): Add -Weffc++.
696
697 Sat Aug 23 21:25:37 1997  Mark Mitchell  <mmitchell@usa.net>
698
699         * bastring.h: Enable reverse_iterator and its ilk.
700
701         * bastring.h: Provide specializations of member function templates
702         for const_iterator.
703
704 Wed Jul 30 10:59:00 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
705
706         * stlinst.cc: Add instantiation file for
707         __default_alloc_template<fale, 0> and
708         __malloc_alloc_template<0>
709
710 Sun Jun  1 17:03:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
711
712         * std/bastring.cc (find_last_of): Correct handling of POS.
713         (find_last_not_of): Likewise.
714
715 Thu May  1 17:37:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
716
717         * Makefile.in ($(SHLIB)): Add $(LIBCXXFLAGS).
718
719 Wed Apr 30 12:06:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
720
721         * Makefile.in (IO_DIR): Remove $(MULTIBUILDTOP).
722         (LIBIBERTY_DIR): Likewise.
723         * configure.in: Don't turn on multilib here.
724
725 Fri Apr 25 16:09:15 1997  Bob Manson  <manson@charmed.cygnus.com>
726
727         * testsuite/libstdc++.tests/test.exp, testsuite/lib/libstdc++.exp,
728           testsuite/configure.in, testsuite/Makefile.in,
729           testsuite/config/default.exp, testsuite/ChangeLog: New files.
730
731         * configure.in: Add new testsuite directory to be configured.
732
733 Tue Apr 22 19:03:39 1997  Alexandre Oliva <oliva@dcc.unicamp.br>
734
735         * Makefile.in (install): Fix handling of mshlink.
736
737 Fri Apr  4 03:25:13 1997  Ulrich Drepper  <drepper@cygnus.com>
738
739         * Makefile.in (IO_DIR): Prepend $(MULTIBUILDTOP) to
740         support multilib build.
741         (LIBIBERTY_DIR): Likewise.
742
743         * configure.in: Enable multilibing by default.
744         Update multilib template to read config-ml.in.
745
746 Wed Mar 12 16:09:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
747
748         * configure.in (XCXXINCLUDES): Add the STL directory.
749
750 Thu Jan 23 08:08:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
751
752         * stdexcept: Delete dtors for all of the error classes, to match
753         their removal in the Apr 1995 WP.
754         (class overflow_error): Define missing class, added in May 1996 WP.
755
756 Mon Nov 18 16:57:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
757
758         * Makefile.in (stuff[12]): More rules for my own evil purposes.
759         (CXXFLAGS, CFLAGS): Use -O instead of -O3 so debugging works.
760
761 Wed Oct 16 13:47:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
762
763         * config/irix5.ml: Do link against the math library.
764         * configure.in: Support shared libs on Irix 6.
765
766 Fri Oct 11 18:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
767
768         * config/linux.ml: Lose version overrides.
769
770         * Makefile.in (MSHLINK): Defaults to .so.2.x
771         (mshlink): Indirect rule for making it.
772
773 Tue Sep 24 17:58:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
774
775         * Remove new, typeinfo, exception, stddef*.
776         * Move public headers from std/*.h to *.
777
778 Sun Sep 22 05:35:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
779
780         * Makefile.in: Remove new, exception, typeinfo handling.
781         * exceptioni.cc, newi.cc, typeinfoi.cc, std/exception.h, std/new.h,
782         std/typeinfo.h, new.h: Remove.
783         * typeinfo, new, exception: Refer to the files with .h in gcc.
784
785 Fri Sep 20 14:39:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
786
787         * Makefile.in: Remove references to stl.list.
788         * configure.in (configdirs): Remove stl.
789
790 Sat Sep 14 09:42:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
791
792         * Makefile.in (stuff): Convenience for me.
793
794         * std/bastring.h: Remove kludge obsoleted by new overloading code.
795
796 Fri Sep  6 16:43:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
797
798         * typeinfoi.cc (__dynamic_cast): Fix static_cast.
799         (__rtti_si): Likewise.
800         (dcast): Likewise.
801
802 Thu Aug 29 17:06:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
803
804         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
805
806 Tue Jul 23 14:27:44 1996  Mike Stump  <mrs@cygnus.com>
807
808         * Makefile.in (exceptioni.o): Use -fexceptions now.
809
810 Mon Jun 17 13:57:24 1996  Per Bothner  <bothner@deneb.cygnus.com>
811
812         * std/bastring.h (class basic_string::remove):  Add casts.
813
814         * configure.in:  Use EXTRA_DISTCLEAN rather than DISTCLEAN.
815
816 Fri Jun  7 14:09:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
817
818         * typeinfoi.cc (BUILTIN): Align typeinfo object like a pointer.
819
820 Wed May 29 16:48:35 1996  Mike Stump  <mrs@cygnus.com>
821
822         * exceptioni.cc (__throw_bad_exception): Add.
823         * std/exception.h (bad_exception): Add.
824         * std/typeinfo.h: Remove leftovers of bad_cast_object.
825
826 Mon May  6 14:04:42 1996  Jason Merrill  <jason@yorick.cygnus.com>
827
828         * std/complext.h: s/FLOAT/_FLT/g.
829
830 Thu May  2 17:26:24 1996  Mike Stump  <mrs@cygnus.com>
831
832         * exceptioni.cc (uncaught_exception): New routine.
833         * std/exception.h: Declare it.
834
835 Thu Apr 25 13:20:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
836
837         * Makefile.in (typeinfoi.o, stdexcepti.o): Use default rule.
838
839 Wed Apr 24 18:38:24 1996  Mike Stump  <mrs@cygnus.com>
840
841         * exceptioni.cc: Add #pragma implementation.
842         * std/exception.h: Add #pragma interface.  Moved exception from
843         stdexcept.
844         * std/stdexcept.h: Moved exception to exception.  Fix all constructor
845         arguments to take strings to match ANSI.  Moved bad_cast and bad_typeid
846         to typeinfo.
847         * std/typeinfo.h: Moved bad_cast and bad_typeid from stdexcept.
848
849 Wed Apr 24 10:43:07 1996  Doug Evans  <dje@blues.cygnus.com>
850
851         * Makefile.in (newi.o,cstringi.o,stddefi.o,cstdlibi.o,cmathi.o): Add
852         rules for SunOS VPATH.
853
854 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
855
856         * Version 2.8.0b3.
857
858 Wed Apr 10 14:38:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
859
860         * typeinfoi.cc (base_info): Pack the latter three fields into 32 bits.
861
862 Tue Apr  9 15:49:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
863
864         * typeinfoi.cc: Add 'const'.
865         (__class_type_info): Now just one pointer to an array of structs,
866         rather than four pointers to arrays.
867
868         * typeinfoi.cc (__throw_type_match_rtti): Check for conversion to
869         void* before conversion to base*.
870         (dcast): Handle downcasting to X* given other X subobjects in
871         the most derived type.  Ack.
872
873 Mon Apr  8 15:20:32 1996  Ian Lance Taylor  <ian@cygnus.com>
874
875         * configure.in: Permit --enable-shared to specify a list of
876         directories.
877
878 Sun Apr  7 22:50:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
879
880         * typeinfoi.cc (__rtti_array): New entry point.
881
882 Sat Apr  6 14:41:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
883
884         * exceptioni.cc (__throw_bad_cast): New entry point for compiler.
885         * typeinfoi.cc: Remove __bad_cast_object.
886
887         * typeinfoi.cc: Add nodes for unsigned builtins.
888
889 Fri Apr  5 18:16:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
890
891         * typeinfoi.cc, std/typeinfo.h: Total overhaul.  Move most
892         everything out of the header, move name field into type_info, add
893         single-inheritance case, rewrite pointer handling, add new
894         compiler interface.  Compare addresses to check for equality.
895
896 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
897
898         * Version 2.8.0b2.
899
900 Fri Mar  8 13:56:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
901
902         * std/[cs]inst.h: Remove.
903
904 Thu Mar  7 07:29:00 1996  Lee Iverson  <leei@Canada.AI.SRI.COM>
905
906         * Makefile.in (install): Restore deleted chdir to stl subdir.
907
908 Thu Mar  7 15:02:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
909
910         * std/complext.h: Fix __attribute__ usage.
911
912 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
913
914         * Version 2.8.0b1.
915
916 Mon Feb 26 17:26:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
917
918         * std/cstring.h: New approach to changing signatures of string
919         manipulation functions.  Still disabled.
920
921 Tue Feb 20 18:29:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
922
923         * std/complext.h (__doapl, __doami, __doaml, __doadv): Helper
924         templates to implement +=, -=, *= and /=, respectively, since
925         member function templates do not apply to class specializations.
926         * std/{f,d,ld}complex.h, std/complext.cc, cinst.cc: Adjust.
927
928         * std/bastring.h: The representation class is now a nested class.
929         * std/bastring.cc: Add templates for static data members.
930         * sinst.cc: Don't provide specializations for static data members.
931         * std/string.h: Use default template parameters.
932
933         * Makefile.in (CXXFLAGS): Remove -pedantic -ansi.
934         (CFLAGS): Ditto.
935
936 Wed Feb 14 14:39:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
937
938         * std/bastring.cc (check_realloc): Fix for sizeof (charT) > 1.
939         From John Hickin <hickin@bnr.ca>.
940
941 Wed Jan 10 11:05:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
942
943         * std/bastring.h (insert): Fix iterator handling.
944         From Joe Buck <jbuck@synopsys.com>.
945
946 Mon Jan  8 11:48:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
947
948         * std/bastring.h (max_size): Fix for sizeof (charT) > 1.
949         * std/bastring.cc (replace): Use it.
950
951         * std/bastring.cc (rfind): Fix for n > length ().
952
953 Tue Dec 19 15:13:08 1995  Jason Merrill  <jason@yorick.cygnus.com>
954
955         * config/aix.ml (SHFLAGS): Add -Wl,-unix.
956
957 Mon Dec 18 12:48:25 1995  Mike Stump  <mrs@cygnus.com>
958
959         * Makefile.in (exceptioni.o): Compile with -fhandle-exceptions, so
960         we can unwind through unexpected on machines that don't have a
961         working __unwind_function.
962
963 Sun Dec 17 00:28:31 1995  Jeffrey A Law  (law@cygnus.com)
964
965         * Makefile.in (install): Make sure shared libraries
966         are installed with mode 555.
967
968 Mon Nov 27 15:01:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
969
970         * Makefile.in (install): Make shared library links relative.
971         (install): Break up -sf into -s -f.
972         ({M,}SHLINK): Ditto.
973
974 Sun Nov 26 22:48:06 1995  Jason Merrill  <jason@yorick.cygnus.com>
975
976         * queue: Include <stack.h> instead of <queue.h>.
977
978 Sat Nov 25 11:33:13 1995  Doug Evans  <dje@canuck.cygnus.com>
979
980         * Makefile.in (install): Fix setting of rootme.
981
982 Tue Nov 21 14:20:34 1995  Ian Lance Taylor  <ian@cygnus.com>
983
984         * configure.in: Check ${with_cross_host} rather than comparing
985         ${host} and ${target}.
986
987 Tue Nov 14 01:50:52 1995  Doug Evans  <dje@canuck.cygnus.com>
988
989         * Makefile.in (IO_DIR): Delete MULTITOP, MULTISUBDIR.
990         (LIBIBERTY_DIR): Likewise.
991         (INSTALLDIR): Delete MULTISUBDIR.
992         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
993         instead of cfg-ml-pos.in.
994         (XCXXINCLUDES): Delete MULTITOP.
995         * stl/configure.in (XCXXINCLUDES): Delete MULTITOP.
996         (config-ml.in): Call instead of cfg-ml-pos.in.
997
998 Sun Nov 12 16:44:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
999
1000         * Makefile.in (VERSION):  Set to 2.7.1.
1001
1002 Thu Nov  9 17:39:28 1995  Jason Merrill  <jason@yorick.cygnus.com>
1003
1004         * config/{aix,dec-osf,irix5,linux,sol2shm}.ml: Remove LDLIBS defn;
1005         no longer needed now that make check sets LD_LIBRARY_PATH.
1006
1007 Wed Nov  8 19:46:35 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1008
1009         * std/bastring.h: Wrap with #ifndef/#define/#endif.
1010         * std/cassert.h: Likewise.
1011         * std/cinst.h: Likewise.
1012         * std/complext.h: Likewise.
1013         * std/dcomplex.h: Likewise.
1014         * std/fcomplex.h: Likewise.
1015         * std/ldcomplex.h: Likewise.
1016         * std/sinst.h: Likewise.
1017
1018 Wed Nov  8 16:15:48 1995  Jason Merrill  <jason@yorick.cygnus.com>
1019
1020         * std/bastring.cc (getline): Update to September 95 WP.  Now we
1021         don't set failbit when reading an empty line.
1022
1023 Tue Nov  7 16:09:04 1995  Jason Merrill  <jason@yorick.cygnus.com>
1024
1025         * std/bastring.cc (new): Fix for sizeof (charT) != 1.
1026
1027 Sat Nov  4 17:37:16 1995  Jason Merrill  <jason@yorick.cygnus.com>
1028
1029         * std/complext.cc (operator / (FLOAT, const complex<FLOAT>&)):
1030         Reimplement along the lines of the other operator / templates.
1031         From John Eaton <jwe@bevo.che.wisc.edu>.
1032
1033 Sat Nov  4 13:33:50 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1034
1035         * configure.in (DISTCLEAN):  New, to add target-mkfrag.
1036
1037 Tue Oct 31 13:59:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
1038
1039         * std/bastring.h: Use size_t for the reference count.
1040         * std/bastring.cc (create): Set selfish.
1041         From Joe Buck (jbuck@synopsys.com).
1042
1043 Mon Oct 30 23:09:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1044
1045         * configure.in:  Don't bother changing LIBIBERTY for cross,
1046         now that we are using target-libiberty instead.
1047         * Makefile.in (LIBIBERTY_DIR):  Simplify.
1048         (LIBIBERTY):  Remove.
1049
1050 Wed Oct 11 14:56:49 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1051
1052         * config/sol2shm.ml: New files with -rpath.
1053         * configure (*-*-solaris*): Use sol2shm.ml.
1054
1055 Thu Sep 28 09:26:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1056
1057         * std/straits.h (compare, copy, move, set): Fix for non-char charT's.
1058         * std/bastring.h (basic_string::remove): Fix for non-char charT's.
1059
1060 Tue Sep 26 15:22:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1061
1062         * config/irix5.ml: Pass -rpath to links.
1063
1064 Fri Sep 15 00:17:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1065
1066         * config/linux.ml: Conform to Linux shared library numbering
1067         scheme.
1068         * Makefile.in: Ditto.
1069
1070 Tue Sep 12 00:28:56 1995  Mike Stump  <mrs@cygnus.com>
1071
1072         * typeinfoi.cc: (__pointer_type_info::__rtti_match): Moved from
1073         the headerfile, include all sorts of pointer conversions from 15.3
1074         para 2.
1075         * std/typeinfo.h (__pointer_type_info::__rtti_match): Moved from here.
1076
1077 Mon Sep 11 23:27:59 1995  Mike Stump  <mrs@cygnus.com>
1078
1079         * std/typeinfo.h (__pointer_type_info::__rtti_match): We no longer
1080         have to dereference the object pointer, as the pointer is always
1081         passed directly.
1082
1083 Mon Sep 11 19:29:51 1995  Mike Stump  <mrs@cygnus.com>
1084
1085         * std/typeinfo.h (__pointer_type_info::__rtti_match): Define so
1086         that pointer conversions can happen on catch type matching.
1087         * typeinfoi.cc (__throw_type_match_rtti): Arrange for __rtti_match
1088         to be used on pointers.
1089
1090 Tue Sep  5 14:49:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1091
1092         * string.h: Remove for now.
1093
1094 Thu Aug 31 14:14:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1095
1096         * std/bastring.cc (operator>>): Simplify and fix.
1097         (resize): Fix order of arguments to append.
1098         (getline): Simplify and fix.
1099
1100 Thu Aug 24 17:44:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1101
1102         * std/cstdlib.h (abs): Provide default implementation for peons
1103         without labs.
1104
1105 Tue Aug 22 08:43:07 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1106
1107         * std/cstdlib.h: Comment out definition of div(long,long) for now,
1108         since not all targets have ldiv.
1109
1110 Mon Aug 21 11:46:03 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1111
1112         * std/cmath.h: Wrap abs(double) with #if ! _G_MATH_H_INLINES.
1113
1114         * stl.h: Add, for compatibility with ObjectSpace STL.
1115
1116         * std/complext.cc (operator /): Use abs instead of fabs.
1117
1118         * std/bastring.h (replace): Update single-character replace method
1119         as per my proposal.
1120
1121         * std/cmath.h: Add abs(float), abs(double) and abs(long double).
1122         Add commented-out declarations for other float and long double
1123         math functions.
1124
1125         * std/cstdlib.h: Add abs(long) and div(long,long).
1126
1127         * Makefile.in (install): Make shared library executable and
1128         non-writable.  Tidy.
1129         (OBJS): Add cstdlibi.o and cmathi.o.
1130
1131         * Rename implementation files to have different basenames.
1132
1133 Mon Aug 21 00:57:03 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
1134
1135         * Makefile.in (install): Use "cd stl"; no need for $(srcdir)
1136         prefix because we're already in $(srcdir).
1137
1138 Tue Jul 25 18:41:29 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1139
1140         * std/stddef.h:  Remove obsolete definition of enum capacity.
1141
1142 Sat Jul 22 13:37:01 1995  Doug Evans  <dje@canuck.cygnus.com>
1143
1144         * Makefile.in (IO_DIR): Add multilib support.
1145         (LIBIBERTY, LIBIBERTY_OBJS, INSTALLDIR, stdlist): Likewise.
1146         (libiberty.a, install): Likewise.
1147         * configure.in: Likewise.
1148         (XCXXINCLUDES): Likewise.
1149         * stl/configure.in: Likewise.
1150         (XCXXINCLUDES): Likewise.
1151
1152 Mon Jul 17 09:29:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1153
1154         * Makefile.in (typeinfo.o, stdexcept.o): Put an else for the if
1155         stmt checking PICFLAG.
1156         (stmp-string, bigstmp-string, stmp-complex, bigstmp-complex): Likewise.
1157
1158 Wed Jun 28 17:05:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1159
1160         * std/*.h: Wrap with extern "C++".
1161
1162         * std/ciso646.h: Don't worry about #undefing the keywords.
1163
1164 Mon Jun 26 19:05:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1165
1166         * std/bastring.h (operator!=): If they've included the STL
1167         function.h, don't overload the operator templates that it defines.
1168
1169 Fri Jun 23 16:54:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1170
1171         * Makefile.in (SHLINK): Force link.
1172         (install): Ditto.
1173
1174         * std/bastring.h (terminate): Never reallocate.
1175         (alloc): No longer const.
1176
1177         * std/bastring.cc (create): Always allocate an extra byte.
1178         (check_realloc): Always leave room for an extra byte.
1179         (*find*): Add missing 'const'.
1180
1181         * Makefile.in (SHARLIB): Provide a default value.
1182
1183 Tue Jun 20 16:29:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1184
1185         * std/cstring.h: Don't bother tweaking prototypes for now.  When
1186         we do, we will use new-style casts.
1187
1188 Fri Jun 16 13:57:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1189
1190         * Makefile.in (VERSION): Update to 2.7.0.
1191
1192         * config/aix.ml: Build both shared and archive libraries.
1193
1194 Wed Jun 14 21:44:21 1995  Jason Merrill  <jason@python.cygnus.com>
1195
1196         * configure.in (frags): Use linux.ml for Linux/ELF.
1197         * config/linux.ml: New file.
1198
1199 Wed Jun 14 17:56:23 1995  Niclas Andersson  <nican@ida.liu.se>
1200
1201         * configure.in: Use xiberty when building cross-compiler.
1202
1203 Wed Jun 14 12:57:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1204
1205         * std/*complex*, std/cinst.h, cinst.cc: Pass by reference to const
1206         rather than by value.
1207         * std/*complex*: Add member functions real() and imag().
1208
1209 Sat Jun 10 12:14:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1210
1211         * Makefile.in (bigstmp-string): Call main string object cstrmain.o
1212         instead of cstring.o.
1213
1214 Wed Jun  7 11:15:15 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1215
1216         * std/cstring.h: Use #include_next to pick up <string.h>.
1217
1218         * string.h: New file.
1219
1220         * Makefile.in (MOSTLYCLEAN_JUNK): Remove piclist.
1221
1222         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1223
1224 Mon Jun  5 18:36:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1225
1226         * config/*.ml: Build both shared and archive libraries.
1227
1228         * configure.in (MOSTLYCLEAN): Remove pic.
1229         (frags): Use toplevel pic frags.
1230
1231         * Makefile.in (piclist): New rule.
1232         (SHLIB): Use it.
1233         (stl.list): Removed.
1234         (typeinfo.o): Also build pic version.
1235         (stdexcept.o): Ditto.
1236         (*stmp-*): Ditto.
1237
1238 Tue May 30 12:01:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1239
1240         * std/{complext,{f,d,ld}complex}.h: To declare specializations,
1241         use friend declarations in the class body...
1242         * std/cinst.h: ...rather than macro hackery.
1243
1244         * Makefile.in (stdlist): Renamed from list.
1245
1246         * cstdarg: Don't define __CSTDARG__.
1247         * complex.h: Similarly.
1248
1249 Tue May  9 19:31:20 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1250
1251         * std/bastring.cc (operator>>): Use an int to store the return value
1252         of streambuf::sbumpc.
1253         (getline): Ditto.
1254         * std/bastring.* (replace): Reverse size_t and charT arguments.
1255
1256         * configure.in (enable_shared): Support enable_shared under AIX.
1257
1258         * Makefile.in (SHARLIB): New variable and rule for building an
1259         archive library containing a single shared object (for AIX).
1260
1261 Mon May  8 01:43:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1262
1263         * std/bastring.h (remove): Forgot one.
1264         (empty): And this.
1265         Disable copy-on-write if someone takes an iterator.
1266
1267         * std/bastring.cc (getline): Avoid resizing down if unnecessary.
1268         (operator>>): Don't use private methods.
1269
1270 Sun May  7 02:39:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1271
1272         * std/bastring.h (insert, replace): Fix.
1273         * std/bastring.cc (find_*_of): Fix.
1274
1275 Fri May  5 01:45:10 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1276
1277         * std/bastring.h: Add iterator remove fn.  Remove evil default
1278         arguments.
1279
1280         * std/*complex*, std/cinst.h, cinst.cc: s/__complex/complex/g.
1281         complex<float> is now specialized.  Lose _*_complex in favor of
1282         'explicit' constructors.
1283         * std/complex.h: Lose typedef of complex.
1284         * std/fcomplex.h: New file.
1285         * std/complext.cc (operator<<): Accept more input forms.
1286
1287         * std/bastring.h: Add iterator insert fns.
1288
1289 Thu May  4 02:30:04 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1290
1291         * std/bastring.*: Update to current draft.
1292
1293         * std/bastring.*: Reorganize so that the pointer in a string
1294         object points to the data rather than the bsrep object, for
1295         debugging.
1296
1297 Tue Apr 25 17:15:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1298
1299         * configure.in: Update to stay in sync with config.shared.
1300
1301 Mon Apr 24 13:08:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1302
1303         * std/complext.h: Declare hypot.  Declare appropriate functions const.
1304
1305 Wed Apr 12 15:26:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1306
1307         * Makefile.in (typeinfo.o): Don't use $<.
1308         (stdexcept.o): Ditto.
1309
1310 Sat Apr  8 15:35:00 1995  Mike Stump  <mrs@cygnus.com>
1311
1312         * std/typeinfo.h: Move bad_cast, bad_typeid and __bad_cast_object
1313         from here to stdexcept.
1314         * std/stdexcept.h: Ditto.
1315         * Makefile.in (stdexcept.o): Added rule to build typeinfo.o with
1316         -frtti to support matching of thrown objects with rtti info for
1317         bad_cast.
1318
1319 Mon Apr  3 18:13:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1320
1321         * typeinfo: New file.
1322
1323         * Makefile.in (HEADERS): Add typeinfo.
1324
1325 Mon Apr  3 15:06:58 1995  Mike Stump  <mrs@cygnus.com>
1326
1327         * Makefile.in (typeinfo.o): Added rule to build typeinfo.o with
1328         -frtti to support matching of thrown objects with rtti info for
1329         bad_cast.
1330
1331 Wed Mar 29 15:56:06 1995  Mike Stump  <mrs@cygnus.com>
1332
1333         * typeinfo.cc: (__throw_type_match_rtti): Added to support
1334         matching of thrown objects with rtti info.
1335
1336 Thu Mar 23 18:42:30 1995  Jason Merrill  <jason@deneb.cygnus.com>
1337
1338         * Makefile.in (HEADERS): Add stdexcept.
1339
1340 Sun Mar 12 01:25:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1341
1342         * std/typeinfo.h: Add return statements to dummy methods.
1343
1344 Wed Mar  8 16:09:50 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1345
1346         * config/dec-osf.ml: Use -rpath flag.
1347
1348 Fri Feb 17 18:16:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1349
1350         * std/typeinfo.h: Add copyright header.
1351
1352         * Makefile.in (CXXFLAGS): Add a bunch of warning options to keep
1353         me honest.
1354
1355 Thu Feb 16 00:04:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1356
1357         * Makefile.in, config/*.ml: Generate shared library on most hosts
1358         as libstdc++.so.$(VERSION), with a symlink to libstdc++.so, so that
1359         multiple versions can coexist.
1360
1361 Fri Feb 10 02:59:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1362
1363         * std/exception.h: {set_,}{terminate,unexpected} have C++ linkage.
1364
1365         * Makefile.in: Allow string and complex to be split up either by
1366         individual function or into I/O and non-I/O.  Default to the
1367         latter.
1368
1369 Wed Feb  8 02:39:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1370
1371         * std/bastring.h: Start thinking about throwing exceptions.
1372
1373         * typeinfo.cc: Remove private functions; defining them to call
1374         abort () just delays errors until runtime.  Define
1375         __bad_cast_object.
1376
1377         * std/exception.h: Standard exceptions are now defined in
1378         stdexcept.h.  This header now contains declarations of terminate()
1379         et al.
1380         * exception.cc: Move code from libg++/src/except.c here.
1381         * std/typeinfo.h: Define RTTI-related exceptions here.
1382         * stdexcept{,.cc},std/stdexcept.h: New files.
1383
1384 Mon Feb  6 18:51:31 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1385
1386         * Makefile.in (HEADERS): Resurrect, add new STL header names.
1387         (install): Install extensionless headers again.
1388         * extensionless headers: Resurrect, add new STL headers.
1389         Currently only forward to std/whatever or stl/whatever.
1390
1391 Mon Jan 30 13:53:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1392
1393         * std/bastring.h (basic_string (charT, size_t)): Mark explicit.
1394
1395         * Makefile.in (install): Set rootme when installing stl headers.
1396         Only install *.* from std.
1397
1398 Wed Jan 25 02:29:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1399
1400         * std/bastring.h (operator=): grab before releasing.
1401
1402 Mon Jan 23 19:54:02 1995  Ronald F. Guilmette  <rfg@segfault.us.com>
1403
1404         * Makefile.in (install): Also install STL headers.
1405
1406 Mon Jan 23 04:09:35 1995  Jason Merrill  <jason@python.cygnus.com>
1407
1408         * Makefile.in (list): Set $rootme before calling make.
1409
1410 Wed Jan 11 19:24:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1411
1412         * typeinfo.cc (__rtti_match): Don't try to do pointer arithmetic
1413         with a void *.
1414
1415         * move all headers into std subdirectory and update files accordingly.
1416
1417 Thu Jan  5 01:51:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1418
1419         * bastring.ccI (basic_string (size_t, capacity)): s/reserve/::reserve/.
1420
1421 Wed Jan  4 17:27:32 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1422
1423         * exception: s/string/__string/g.
1424
1425         * configure.in (MOSTLYCLEAN): Add so_locations.
1426
1427         * bastring.ccI (basic_string (size_t, capacity)): Fix thinko.
1428         (various find functions): Ditto.
1429
1430 Fri Dec 30 18:04:00 1994  Mike Stump  <mrs@cygnus.com>
1431
1432         * typeinfo.h: Add support for the built-in type bool.
1433
1434 Fri Dec 30 14:57:02 1994  Mike Stump  <mrs@cygnus.com>
1435
1436         * typeinfo.{cc, h}: Guard against multiple inclusions, and add #p i/i.
1437
1438 Fri Dec  2 17:56:05 1994  Mike Stump  <mrs@cygnus.com>
1439
1440         * libg++ 2.6.2 released.
1441
1442         * typeinfo.{cc, h} (__rtti_match): Change interface to compiler
1443         for dynamic_casting to gear up for exception handling's use of
1444         rtti for argument matching.
1445
1446 Tue Nov 29 16:49:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1447
1448         * configure.in (configdirs):  Add stl.
1449         * Makefile.in:  Build stl, and merge .o files from it.
1450
1451 Thu Nov 17 15:30:57 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1452
1453         * bastring.hI: Add iterator, const_iterator, begin() and end() to
1454         basic_string.
1455
1456 Mon Nov  7 16:50:33 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1457
1458         * Makefile.in, configure.in, config/*.ml, tests/Makefile.in,
1459         tests/configure.in: Various changes to handle --enable-shared.
1460
1461 Fri Nov  4 19:13:33 1994  Mike Stump  <mrs@cygnus.com>
1462
1463         * exception{,.cc}: Added to support catching bad_cast's.
1464
1465 Thu Nov  3 17:42:13 1994  Mike Stump  <mrs@cygnus.com>
1466
1467         * typeinfo.h (type_info::{name, before}): Add to match draft.
1468
1469 Thu Nov  3 00:56:34 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1470
1471         * Makefile.in (LIBIBERTY_OBJS): Add strerror.o.
1472
1473 Mon Oct 31 15:33:06 1994  Kung Hsu  (kung@mexican.cygnus.com)
1474
1475         * typeinfo.cc: Fix a bug in the final return.
1476         * typeinfo.cc: Fix the ANSI header version number.
1477         * typeinfo.h: ditto.
1478
1479 Fri Oct 28 14:23:12 1994  Mike Stump  <mrs@cygnus.com>
1480
1481         * type_info.{cc,h}: Rename to typeinfo to better match current draft.
1482
1483 Wed Oct 26 11:13:53 1994  Kung Hsu  (kung@mexican.cygnus.com)
1484
1485         * type_info.h: new header file for rtti.
1486         * type_info.cc: new code file for rtti.
1487         * Makefile.in: change to include type_info.o in libstdc++ for rtti.
1488
1489 Sat Oct 15 16:09:51 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1490
1491         * libg++ 2.6.1 released.
1492
1493         * cinst.hI: Also declare instantiations of out-of-line functions.
1494
1495 Fri Oct 14 15:00:09 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1496
1497         * configure.in (CXXINCLUDES): Use {} to wrap variable name.
1498         * tests/configure.in (CXXINCLUDES): Ditto.
1499
1500         * cinst.hI: Declare instantiations of two-argument functions so
1501         overload resolution will work.
1502         * complext.hI: Always include cinst.hI.
1503
1504         * bastring.ccI (operator>>): Tweak.
1505
1506 Tue Oct 11 17:07:49 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1507
1508         * stddef*: Do the #pragma i/i thang.
1509
1510         * bastring.hI (basic_string::put_at): Use operator[].
1511         (basic_string::terminate): Don't necessarily copy the rep.
1512
1513         * bastring.ccI (operator>>): Avoid shrinking and then re-expanding
1514         the string.
1515
1516         * bastring.*I, sinst.cc: Only allow allocation policy control if
1517         _G_ALLOC_CONTROL is defined.
1518
1519         * Makefile.in (libstdc++.a): Depend on iostream.list and libiberty.a.
1520         (../libio/iostream.list): New rule.
1521         (../libiberty/libiberty.a): New rule.
1522         (OBJS): Add stddef.o.
1523
1524 Sat Oct  8 23:59:45 1994  Jason Merrill (jason@phydeaux.cygnus.com)
1525
1526         * *: First checkin.