Fix typos in comment
[official-gcc.git] / libstdc++ / ChangeLog
blob07f5c0f44d392b6d12a8924bf089191a5383c1ef
1 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
3         * std/valarray_array.h(__valarray_sum): Make inline.
5 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
7         * std/valarray_array.h (__valarray_get_memory,
8         __valarray_get_storage, __valarray_release_storage): New
9         functions.
10         (_Array_default_ctor, _Array_init_ctor, _Array_copy_ctor,
11         _Array_copier): New traits classes.
12         (__valarray_default_construct): New function.  Implements valarray
13         default construction.
14         (__valarray_fill_construct): New function. Implements valarray
15         construction with initializer.
16         (__valarray_copy_construct): New function.  Implements valarray
17         copy construction.
18         (__valarray_destroy_elements): New function. 
19         (__valarray_copy, __valarray_fill): Tweak.
20         (__valarray_sum, __valarray_product): New helper functions.
21         (_Array<>::free_data): Remove.
22         (_Array<>::_Array): Tweak.
24         * std/std_valarray.h (valarray<>::product): Remove.
25         (valarray<>::valarray): Use __valarray_get_storage.
26         (valarray<>::shift, valarray<>::cshift, valarray<>::resize):
27         Tweak. 
29         * std/cpp_type_traits.h: New file.
31         * valarray.cc (multiplies<>, accumulate, valarray<>::product):
32         Remove explicit instantiation. 
33         (__valarray_product): New function.
34         (_Indexer::_Indexer): Use.
36 2000-07-14  Jean-Francois Panisset <panisset@discreet.com>
37         
38         * std/bastring.h (basic_string<>::clear): Add function.
40 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
42         * std/gslice_array.h, std/indirect_array.h, std/mask_array.h,
43         std/slice_array.h, std/std_valarray.h, std/valarray_meta.h:
44         Do not paste anything after 'operator' keyword.
46 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
48         * Makefile.in: Change "pic" to depend on $(PICFLAG), not
49         on $(enable_shared).
50         * aix.ml: Build AIX-style shared library.
52 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
54         * configure.in: Use mh-sparcpic for sparc*-*-*.
56 2000-04-24  Magnus Fromreide  <magfr@lysator.liu.se>
58         * sstream: New file.
59         * Makefile.in (HEADERS): Add it.
61 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
63         * configure.in: -linux-gnu*, not -linux-gnu.
65 2000-03-10  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
67         * std/bastring.h (basic_string<>::push_back): Was missing.
69 2000-01-12  Fred Fish  <fnf@be.com>
71         * Makefile.in (SHOPT): New macro, flag to ld to create
72         shared library.  Defaults to "-shared".
73         (SHLIB): Use new SHOPT rather than hardcoded "-shared".
74         * configure.in: While configuring for *-*-beos*, if
75         --enable-shared is given, add beos.ml to list of makefile
76         frags.
77         * config/beos.ml: New file.
79 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
81         * Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
82         (MYCFLAGS): Include $(CFLAGS).
83         
84 1999-12-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
86         * std/bastring.h (basic_string::basic_string): Rename parameters
87         to avoid shadow warnings.
88         * std/bastring.cc (alloc): Likewise.
90 1999-12-13  Jakub Jelinek  <jakub@redhat.com>
92         * std/bastring.h (class basic_string::Rep): Use proper defines
93         for sparc v9 and fix asm for sparc64.
95 1999-11-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
97         * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget
98         to define tanh. 
100 Sun Nov 14 09:47:51 1999  H.J. Lu  <hjl@gnu.org>
102         * Makefile.in ($(OBJS)): Depend on stamp-picdir.
104 1999-11-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
106         * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION):  When
107         building meta-expressions don't forget to take the contained
108         closures.
110 1999-10-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
112         * std/valarray_meta.h: (_BinClos::_BinClos): Fix typo.
114 1999-090-17 Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
116         * std/valarray_array.h (__valarray_copy): Fix typo.
118 1999-09-17 Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
120         * std/complext.cc (pow): Don't expect floating point promotion
121         in presence of template argument deduction.  There is no such
122         thing. 
124 1999-09-01  Andreas Schwab  <schwab@suse.de>
126         * configure.in: Move *-*-gnu* pattern below *-*-linux*.
128 Wed Aug 25 01:31:11 1999  "David O'Brien" <obrien@NUXI.com>
130         * configure.in: Alphabetize selection of .ml fragments.
132 Thu Aug  5 02:00:13 1999  Loren Rittle  <ljrittle@acm.org>
134         * Makefile.in (MARLINK, MSHLINK): Handle library version
135         number components with more than one numeric digit.
137 Sat Jul 17 23:51:58 1999  Jeffrey A Law  (law@cygnus.com)
139         * Makefile.in (INTERFACE): Bump to 3.
141 1999-07-16  Markus Gyger (mgyger@gmu.edu)
143         * stdexcepti.cc (__out_of_range): Use std:: qualifier for names 
144         in std.
145         (__length_error): Likewise.
147 Fri Jul  9 01:20:23 1999  Jeffrey A Law  (law@cygnus.com)
149         * Makefile.in (VERSION): Bump to 2.10.0.
151 Tue Jun  8 00:21:11 1999  Jeffrey A Law  (law@cygnus.com)
153         * configure.in (*-*-freebsd2*): Add missing '*' at end of configure
154         string.
156 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
158         * std/std_valarray.h: Don't #include unconditionally <alloca.h>
160 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
162         * std/std_valarray.h: New file.
163         * std/slice.h: New file.
164         * std/slice_array.h: New file.
165         * std/gslice.h: New file.
166         * std/gslice_array.h: New file.
167         * std/mask_array.h: New file.
168         * std/indirect_array.h: New file.
169         * std/valarray_array.h: New file.
170         * std/valarray_array.tcc: New file.
171         * std/valarray_meta.h: New file.
172         * valarray.cc: New file.
173         * valarray: New file
175         * Makefile.in (OBJS): add valarray.o
176         (HEADERS): add valarray
177         (valarray.o): define dependency on valarray.cc
178         (install): make it possible to install valarray file.
179         
180 Wed Jun  2 00:21:54 1999  Robert Lipe  <robertlipe@usa.net>
182         * std/bastring.h (class basic_string:Rep): Encode xlock opcode
183         as .bytes instead of mnemonics.
185 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
187         * configure.in: Test for ${compiler_name}.exe as well.
189 1999-05-15  Mark Kettenis  <kettenis@gnu.org>
191         * configure.in: Add shared library support for the Hurd
192         (*-*-gnu*).
193         * config/gnu.ml: New file.
195 1999-05-12  Jason Merrill  <jason@yorick.cygnus.com>
197         * configure.in (compiler_name): Don't do the skip-this-dir thing
198         if we're reconfiguring.
200 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
202         * std/bastring.h (class basic_string::Rep): Make release member
203         function thread-safe for ix86 (x>=4) and UltraSPARC.
205         * stlinst.cc: Make it possible to compile with __USE_MALLOC.
207 Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>
209         * config/freebsd.ml (LIBS): Add ARLINK.
210         * config/openbsd.ml (LIBS): Add ARLINK.
212 Fri Apr  2 15:12:14 1999  H.J. Lu  (hjl@gnu.org)
214         * libstdc++/configure.in (gxx_include_dir): Handle it.
215         * libstdc++/Makefile.in: Likewise.
217 Wed Mar 24 22:36:45 1999  Mumit Khan  <khan@xraylith.wisc.edu>
219         * configure.in (EXEEXT): Define.
220         (compiler_name): Use.
222 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
224         * configure.in: Add mh-*pic handling for alpha, arm, powerpc
226 Fri Mar  5 02:16:39 1999  Doug Rabson  <dfr@freebsd.org>
228         * configure.in: Support shared libs on FreeBSD 3.x and 4.x
229         * config/freebsd.ml: A copy of config/linux.ml since they are both
230         ELF and both have a shared libm.
232 1999-02-24  Jason Merrill  <jason@yorick.cygnus.com>
234         * configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
236 Sat Feb 20 13:17:17 1999  Jeffrey A Law  (law@cygnus.com)
238         * string, std/straits.h, std/bastring.h: Revert recent change.  Needs
239         some libiberty support before it can be re-enabled.
241 Thu Feb 18 19:53:17 1999  Marc Espie <espie@cvs.openbsd.org>
243         * configure.in: Handle OpenBSD with and without threads.
244         * config/openbsd.ml: New file.
245         * config/openbsd.mt: New file.
247 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
249         * configure.in: Recognize --enable-threads=posix for all
250         platforms.
251         * config/posix.mt: New file.
253         * configure.in: Add fragments for Solaris defining macro specifying
254         thread library to be used.
255         * config/sol2pth.mt: New file
256         * config/sol2solth.mt: New file.
257         * stl/stl_alloc.h: Add support for Solaris thread library.
258         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
259         appropriately.
261 1999-01-28  Baron Roberts  <baron@sgi.com>
263         * string: Uncomment wstring declaration.
265         * std/straits.h: Remove #if 0/#endif from around
266         struct string_char_traits <wchar_t>.
267         #include <cwchar>.
268         Add missing definition for wchar_t move method.
269         Add empty() method for trait-based empty string return.
271         * std/bastring.h (c_str): Change return of "" to return of
272         traits::empty() call so that proper empty string is returned
273         based on the character type (i.e. "" or L"").
275 1999-02-07  Jason Merrill  <jason@yorick.cygnus.com>
277         * Makefile.in (stuff2): Tweak.
279 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
281         * configure.in: Recognize --enable-threads=posix for all
282         platforms.
283         * config/posix.mt: New file.
285         * configure.in: Add fragments for Solaris defining macro specifying
286         thread library to be used.
287         * config/sol2pth.mt: New file
288         * config/sol2solth.mt: New file.
289         * stl/stl_alloc.h: Add support for Solaris thread library.
290         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
291         appropriately.
293 Sat Jan 30 08:05:46 1999 Mumit Khan  <khan@xraylith.wisc.edu>
295         * config/x86-interix.ml: New file.
296         * configure.in (i[3456]86-*-interix*): Add shared library support.
298 1999-01-13  Ulrich Drepper  <drepper@cygnus.com>
300         * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
301         * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
303 Sun Jan 03 03:16:02 1999  Robert Lipe  <robertlipe@usa.net>
305         * configure.in:  (*-*-sysv5, *-*-*udk*):  Treat like sysv4.
307 Tue Dec  8 00:59:09 1998  Marc Espie <Marc.Espie@liafa.jussieu.fr>
309         * Makefile.in: Be more selective about what files to install.
311 1998-11-30  Ulrich Drepper  <drepper@cygnus.com>
313         * std/bastring.cc (operator>>): Correct cast in last patch.
314         (getline): Likewise.
316 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
318         * Makefile.in (HEADERS): Install bitset.
320 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
322         * configure.in (compiler_name): Add check to detect if this
323         language's compiler has been built.
325 1998-11-23  Ulrich Drepper  <drepper@cygnus.com>
327         * std/bastring.cc (operator>>): Cast new character to char before
328         adding to string.
329         (getline): Likewise.
331 Thu Sep 17 01:29:46 1998  H.J. Lu  (hjl@gnu.org)
333         * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
335         * Makefile.in (install): Don't rely on 'ln -f'.
337 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
339         * Makefile.in (install): Initialize RELINSTALLDIR correctly
340         even for multilib and cross configurations.
342         * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
343         value if --enable-version-specific-runtime-libs has been specified.
345 Wed Sep  2 21:11:15 1998  H.J. Lu  (hjl@gnu.org)
347         * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
349         * configure.in: Fix INSTALLDIR replacement for cross-compile.
351 Sun Aug 30 22:17:41 1998  H.J. Lu  (hjl@gnu.org)
353         * Makefile.in (INTERFACE): New, set to 2.
354         (ARLIB): Set to libstdc++.a.$(VERSION)
355         (ARLINK, MARLINK): New macros.
356         (LIBS): Add $(ARLINK).
357         ($(ARLINK), marlink): New targets.
358         (install): Don't check $(libsubdir). Handle versioned libraries.
360         * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
361         (LIBS): Add marlink $(ARLINK).
363         * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
364         (ARLINK): New macros.
365         (BUILD_LIBS): Add $(ARLINK).
367         * config/dec-osf.ml (LIBS): Add $(ARLINK).
368         * config/elf.ml (LIBS): Likewise.
369         * config/elfshlibm.ml (LIBS): Likewise.
370         * config/hpux.ml (LIBS): Likewise.
371         * config/iris5.ml (LIBS): Likewise.
372         * config/sol2shm.ml (LIBS): Likewise.
373         * config/sunos4.ml (LIBS): Likewise.
375         * configure.in: Use ${topsrcdir}/config.if to put
376         LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
377         ${package_makefile_frag}.
379 1998-08-25  Martin von Löwis  <loewis@informatik.hu-berlin.de>
381         * stdexcept: Remove __HONOR_STD.
383 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
385         * sinst.cc: Don't explicitly instantiation string_char_traits<char>.
386         * cinst.cc: Likewiwse, for complex<float>, complex<double>,
387         complex<long double>.
389 1998-08-17  Mark Mitchell  <mark@markmitchell.com>
391         * stdexcept: Put things in the std namespace, if appropriate.
393 1998-07-12  Jason Merrill  <jason@yorick.cygnus.com>
395         * Makefile.in (VERSION): Bump to 2.9.0.
397 1998-07-12  Lars Albertsson <lalle@sics.se>
399         * std/bastring.cc (find_last_of): Fix.
400         (find_last_not_of): Likewise.
402 1998-07-06  Manfred Hollstein  <manfred@s-direktnet.de>
404         * configure.in (INSTALLDIR): Make sed pattern failsafe.
406 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
408         * std/bastring.h (class basic_string): Correct iterator return
409         values in insert member functions.
411 1998-07-02  Ulrich Drepper  <drepper@cygnus.com>
413         * std/bastring.h (class basic_string): Return correct iterators in
414         erase member functions.
416 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
418         * Makefile.in (INSTALLDIR): Add comment to document the fact,
419         this macro will be properly initialized at make's runtime.
420         (install): Add initialization of INSTALLDIR depending on $(libsubdir)
421         and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell
422         variable instead of the $(INSTALLDIR) make macro.
424 Tue Mar 24 10:13:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
426         * std/bastring.cc (basic_string::copy): Mark const here, too.
428 1998-03-23 15:59  Ulrich Drepper  <drepper@cygnus.com>
430         * std/bastring.h (basic_string::copy): Mark copy function as const.
431         Reported by Scott Schurr <scotts@ims.com>.
433 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
435         * configure.in: Make locating frag files failsafe even for the
436         special case if configuring and building in srcdir.
438 1998-03-04 12:37  Ulrich Drepper <drepper@cygnus.com>
440         * cinst.cc [INSERT] (operator<<): Correct type of numeric argument.
442 Fri Feb  6 01:36:21 1998  Manfred Hollstein  <manfred@s-direktnet.de>
444         * Makefile.in (piclist): Check value of enable_shared, not PICFLAG.
445         (stmp-string, ...): Dito.
446         (bigstmp-string, ...): Dito.
448 Sun Feb  1 13:38:07 1998  H.J. Lu  (hjl@gnu.org)
450         * config/linux.mt: Don't define _PTHREADS, but define
451         _IO_MTSAFE_IO.
453 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
455         * tests/configure.in, testsuite/configure.in: Update with yesterday's
456         toplevel configure.in changes.
458 Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
460         * configure.in (package_makefile_rules_frag): New variable
461         which is used in the call to config.shared; redirect file descriptor 2
462         to ${package_makefile_rules_frag}.
464 Tue Jan 27 10:11:27 1998  Jason Merrill  <jason@yorick.cygnus.com>
466         * Makefile.in (install): Remove the shared library symlink even if
467         we aren't installing it.
469 Tue Jan 27 10:29:44 1998  H.J. Lu  (hjl@gnu.org)
471         * configure.in (topsrcdir): New.
472         (configdirs): Check ${topsrcdir}/gcc instead.
473         (config-ml.in): Use ${topsrcdir}/config-ml.in.
475         * tests/configure.in (topsrcdir): New.
476         (check): Check ${topsrcdir}/gcc instead.
478 Sun Jan 25 14:01:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
480         * std/bastring.h (unique): We only need length bytes.
481         (c_str): Avoid writing over random memory.
482         #include <std/bastring.cc>.
483         Lose _G_ALLOC_CONTROL.
484         * std/bastring.cc: Likewise.
485         (nilRep): Add initializer for selfish.
486         * sinst.cc: Just #include <string>.
488 Tue Jan 13 21:23:05 1998  H.J. Lu  (hjl@gnu.org)
490         * configure.in (configdirs): Include testsuite only if
491         ${srcdir}/../gcc exists.
493         * tests/configure.in (check): Set to ${CHECK} if
494         ${srcdir}/../../gcc doesn't exists.
496 1998-01-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
498         * std/bastring.cc (basic_string::Rep::operator delete): Don't claim
499         to return from deallocate, since this is a void method.
501 Sat Jan  3 12:15:41 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
503         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
505 Sun Dec  7 02:34:40 1997  Jody Goldberg <jodyg@idt.net>
507         * libstdc++/std/bastring.h : Move closer to the draft standard
508         implementation of basic_string by adding 3 paramter 'Allocator'.
509         NOTE: this still differs from the standard in not offering per
510         instance allocators.
511         * libstdc++/std/bastring.cc : Likewise.
512         * libstdc++/stlinst.cc : Handle thread safe allocators if they are the
513         default.
515 Sun Dec  7 02:32:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
517         * iosfwd: New header.
518         * Makefile.in (HEADERS): Add it.
520 Sun Dec  7 02:32:20 1997  Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
522         * Makefile.in (HEADERS): Modified list of headers to
523         install to include all of SGI STL headers especially hash_set and
524         hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
525         iostream, and strstream.
527         * fstream, iomanip, iostream, strstream: New forwarding headers
528         added.
530 Thu Nov 27 01:33:55 1997  Jeffrey A Law  (law@cygnus.com)
532         * Makefile.in (install): Change gxx_includedir to gxx_include_dir.
534 Tue Nov 25 23:16:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
536         London changes to string:
537         * std/bastring.cc (check_realloc): Don't be selfish anymore.
538         * std/bastring.h (non-const operator[]): Be selfish.
539         (iterator forms of insert and erase): Stay selfish.
541 Tue Nov 25 14:03:43 1997  H.J. Lu  (hjl@gnu.org)
543         * Makefile.in (stmp-complex, bigstmp-complex): Changed to
544         xxxx-complx.
546 Mon Nov 24 14:41:33 1997  Jeffrey A Law  (law@cygnus.com)
548         * Makefile.in: Use ln -f -s, not ln -s -f.
550 Fri Nov 21 12:56:24 1997  Manfred Hollstein <manfred@s-direktnet.de>
552         * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
553         cope with filesystem not capable to handle names longer than
554         14 characters.
556 Sun Nov 16 22:41:55 1997  Jeffrey A Law  (law@cygnus.com)
558         * Makefile.in (SHLIB): Build with CC instead of CXX.
560 Sun Nov  2 23:34:09 1997  Manfred Hollstein  <manfred@s-direktnet.de>
562         * configure.in: Use delta.mt for m68k-motorola-sysv.
563         * config/delta.mt: New makefile fragment.
565 Sun Nov  2 12:14:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
567         * Makefile.in (install): Some of HEADERS come from the stl dir now.
568         * algorithm, deque, functional, iterator, list, map, memory, numeric,
569         queue, set, stack, utility, vector: Now in stl dir.
571 Fri Oct 10 00:40:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
573         * std/bastring.h: Use ibegin internally.  Return passed iterator
574         instead of recalculating it where appropriate.
575         * std/bastring.cc: Adjust for erase.
577         From Yotam Medini:
578         * std/bastring.h: Replace remove with erase.
580 Thu Oct  9 23:24:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
582         * stdexcepti.cc (__out_of_range): New fn.
583         (__length_error): New fn.
585         * std/bastring.h (OUTOFRANGE): Fix logic.  Use throwing functions.
586         (LENGTHERROR): Likewise.
587         Revert Oct 2 changes.
588         * string: Revert Oct 2 changes.
590 Tue Oct  7 00:51:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
592         * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi.
594 Thu Oct  2 00:08:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
596         * std/bastring.h: Move exception stuff after definition of string.
597         Move typedef of string here.
598         * string: From here.
600 Sat Sep 27 16:48:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
602         * std/complext.h: Lose injection decls.
603         * std/fcomplex.h: Likewise.
604         * std/dcomplex.h: Likewise.
605         * std/ldcomplex.h: Likewise.
607 Sat Sep 27 16:47:35 1997  Mark Mitchell  <mmitchell@usa.net>
609         * std/complext.h: Declare templates before making them
610         friends.  Use new friend <> syntax.
611         * std/complext.cc: Don't rely on guiding declarations.
612         * std/fcomplex.h: Use new friend <> syntax.
613         * std/dcomplex.h: Likewise.
614         * std/ldcomplex.h: Likewise.
616 Thu Sep 25 19:55:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
618         * std/bastring.h: Enable exceptions.
619         (assign, append, insert, replace): Implement member template versions.
621 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
623         * config/linux.mt: New file.  Make sure _PTHREADS is defined
624         if necessary.
625         * configure.in: Find linux.mt file.
627 Thu Sep 11 15:03:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
629         * std/bastring.h (class basic_string): Add global scope to
630         use of reverse_iterator.
632 Tue Sep  9 19:47:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
634         * std/bastring.h: Adjust use of reverse_iterator template.
636 Wed Aug 27 00:04:33 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
638         * Makefile.in: Create correct multiple links to
639         shared libstdc++.
641 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
643         * testsuite/Makefile.in (check): Don't depend on site.exp.
644         (just-check): Depend on site.exp.
646 Mon Aug 25 14:26:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
648         * Makefile.in (CXXFLAGS): Add -Weffc++.
650 Sat Aug 23 21:25:37 1997  Mark Mitchell  <mmitchell@usa.net>
652         * bastring.h: Enable reverse_iterator and its ilk.
654         * bastring.h: Provide specializations of member function templates
655         for const_iterator.
657 Wed Jul 30 10:59:00 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
659         * stlinst.cc: Add instantiation file for
660         __default_alloc_template<fale, 0> and
661         __malloc_alloc_template<0>
663 Sun Jun  1 17:03:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
665         * std/bastring.cc (find_last_of): Correct handling of POS.
666         (find_last_not_of): Likewise.
668 Thu May  1 17:37:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
670         * Makefile.in ($(SHLIB)): Add $(LIBCXXFLAGS).
672 Wed Apr 30 12:06:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
674         * Makefile.in (IO_DIR): Remove $(MULTIBUILDTOP).
675         (LIBIBERTY_DIR): Likewise.
676         * configure.in: Don't turn on multilib here.
678 Fri Apr 25 16:09:15 1997  Bob Manson  <manson@charmed.cygnus.com>
680         * testsuite/libstdc++.tests/test.exp, testsuite/lib/libstdc++.exp,
681           testsuite/configure.in, testsuite/Makefile.in,
682           testsuite/config/default.exp, testsuite/ChangeLog: New files.
684         * configure.in: Add new testsuite directory to be configured.
686 Tue Apr 22 19:03:39 1997  Alexandre Oliva <oliva@dcc.unicamp.br>
688         * Makefile.in (install): Fix handling of mshlink.
690 Fri Apr  4 03:25:13 1997  Ulrich Drepper  <drepper@cygnus.com>
692         * Makefile.in (IO_DIR): Prepend $(MULTIBUILDTOP) to
693         support multilib build.
694         (LIBIBERTY_DIR): Likewise.
696         * configure.in: Enable multilibing by default.
697         Update multilib template to read config-ml.in.
699 Wed Mar 12 16:09:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
701         * configure.in (XCXXINCLUDES): Add the STL directory.
703 Thu Jan 23 08:08:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
705         * stdexcept: Delete dtors for all of the error classes, to match
706         their removal in the Apr 1995 WP.
707         (class overflow_error): Define missing class, added in May 1996 WP.
709 Mon Nov 18 16:57:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
711         * Makefile.in (stuff[12]): More rules for my own evil purposes.
712         (CXXFLAGS, CFLAGS): Use -O instead of -O3 so debugging works.
714 Wed Oct 16 13:47:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
716         * config/irix5.ml: Do link against the math library.
717         * configure.in: Support shared libs on Irix 6.
719 Fri Oct 11 18:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
721         * config/linux.ml: Lose version overrides.
723         * Makefile.in (MSHLINK): Defaults to .so.2.x
724         (mshlink): Indirect rule for making it.
726 Tue Sep 24 17:58:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
728         * Remove new, typeinfo, exception, stddef*.
729         * Move public headers from std/*.h to *.
731 Sun Sep 22 05:35:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
733         * Makefile.in: Remove new, exception, typeinfo handling.
734         * exceptioni.cc, newi.cc, typeinfoi.cc, std/exception.h, std/new.h,
735         std/typeinfo.h, new.h: Remove.
736         * typeinfo, new, exception: Refer to the files with .h in gcc.
738 Fri Sep 20 14:39:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
740         * Makefile.in: Remove references to stl.list.
741         * configure.in (configdirs): Remove stl.
743 Sat Sep 14 09:42:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
745         * Makefile.in (stuff): Convenience for me.
747         * std/bastring.h: Remove kludge obsoleted by new overloading code.
749 Fri Sep  6 16:43:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
751         * typeinfoi.cc (__dynamic_cast): Fix static_cast.
752         (__rtti_si): Likewise.
753         (dcast): Likewise.
755 Thu Aug 29 17:06:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
757         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
759 Tue Jul 23 14:27:44 1996  Mike Stump  <mrs@cygnus.com>
761         * Makefile.in (exceptioni.o): Use -fexceptions now.
763 Mon Jun 17 13:57:24 1996  Per Bothner  <bothner@deneb.cygnus.com>
765         * std/bastring.h (class basic_string::remove):  Add casts.
767         * configure.in:  Use EXTRA_DISTCLEAN rather than DISTCLEAN.
769 Fri Jun  7 14:09:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
771         * typeinfoi.cc (BUILTIN): Align typeinfo object like a pointer.
773 Wed May 29 16:48:35 1996  Mike Stump  <mrs@cygnus.com>
775         * exceptioni.cc (__throw_bad_exception): Add.
776         * std/exception.h (bad_exception): Add.
777         * std/typeinfo.h: Remove leftovers of bad_cast_object.
779 Mon May  6 14:04:42 1996  Jason Merrill  <jason@yorick.cygnus.com>
781         * std/complext.h: s/FLOAT/_FLT/g.
783 Thu May  2 17:26:24 1996  Mike Stump  <mrs@cygnus.com>
785         * exceptioni.cc (uncaught_exception): New routine.
786         * std/exception.h: Declare it.
788 Thu Apr 25 13:20:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
790         * Makefile.in (typeinfoi.o, stdexcepti.o): Use default rule.
792 Wed Apr 24 18:38:24 1996  Mike Stump  <mrs@cygnus.com>
794         * exceptioni.cc: Add #pragma implementation.
795         * std/exception.h: Add #pragma interface.  Moved exception from
796         stdexcept.
797         * std/stdexcept.h: Moved exception to exception.  Fix all constructor
798         arguments to take strings to match ANSI.  Moved bad_cast and bad_typeid
799         to typeinfo.
800         * std/typeinfo.h: Moved bad_cast and bad_typeid from stdexcept.
802 Wed Apr 24 10:43:07 1996  Doug Evans  <dje@blues.cygnus.com>
804         * Makefile.in (newi.o,cstringi.o,stddefi.o,cstdlibi.o,cmathi.o): Add
805         rules for SunOS VPATH.
807 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
809         * Version 2.8.0b3.
811 Wed Apr 10 14:38:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
813         * typeinfoi.cc (base_info): Pack the latter three fields into 32 bits.
815 Tue Apr  9 15:49:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
817         * typeinfoi.cc: Add 'const'.
818         (__class_type_info): Now just one pointer to an array of structs,
819         rather than four pointers to arrays.
821         * typeinfoi.cc (__throw_type_match_rtti): Check for conversion to
822         void* before conversion to base*.
823         (dcast): Handle downcasting to X* given other X subobjects in
824         the most derived type.  Ack.
826 Mon Apr  8 15:20:32 1996  Ian Lance Taylor  <ian@cygnus.com>
828         * configure.in: Permit --enable-shared to specify a list of
829         directories.
831 Sun Apr  7 22:50:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
833         * typeinfoi.cc (__rtti_array): New entry point.
835 Sat Apr  6 14:41:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
837         * exceptioni.cc (__throw_bad_cast): New entry point for compiler.
838         * typeinfoi.cc: Remove __bad_cast_object.
840         * typeinfoi.cc: Add nodes for unsigned builtins.
842 Fri Apr  5 18:16:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
844         * typeinfoi.cc, std/typeinfo.h: Total overhaul.  Move most
845         everything out of the header, move name field into type_info, add
846         single-inheritance case, rewrite pointer handling, add new
847         compiler interface.  Compare addresses to check for equality.
849 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
851         * Version 2.8.0b2.
853 Fri Mar  8 13:56:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
855         * std/[cs]inst.h: Remove.
857 Thu Mar  7 07:29:00 1996  Lee Iverson  <leei@Canada.AI.SRI.COM>
859         * Makefile.in (install): Restore deleted chdir to stl subdir.
861 Thu Mar  7 15:02:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
863         * std/complext.h: Fix __attribute__ usage.
865 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
867         * Version 2.8.0b1.
869 Mon Feb 26 17:26:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
871         * std/cstring.h: New approach to changing signatures of string
872         manipulation functions.  Still disabled.
874 Tue Feb 20 18:29:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
876         * std/complext.h (__doapl, __doami, __doaml, __doadv): Helper
877         templates to implement +=, -=, *= and /=, respectively, since
878         member function templates do not apply to class specializations.
879         * std/{f,d,ld}complex.h, std/complext.cc, cinst.cc: Adjust.
881         * std/bastring.h: The representation class is now a nested class.
882         * std/bastring.cc: Add templates for static data members.
883         * sinst.cc: Don't provide specializations for static data members.
884         * std/string.h: Use default template parameters.
886         * Makefile.in (CXXFLAGS): Remove -pedantic -ansi.
887         (CFLAGS): Ditto.
889 Wed Feb 14 14:39:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
891         * std/bastring.cc (check_realloc): Fix for sizeof (charT) > 1.
892         From John Hickin <hickin@bnr.ca>.
894 Wed Jan 10 11:05:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
896         * std/bastring.h (insert): Fix iterator handling.
897         From Joe Buck <jbuck@synopsys.com>.
899 Mon Jan  8 11:48:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
901         * std/bastring.h (max_size): Fix for sizeof (charT) > 1.
902         * std/bastring.cc (replace): Use it.
904         * std/bastring.cc (rfind): Fix for n > length ().
906 Tue Dec 19 15:13:08 1995  Jason Merrill  <jason@yorick.cygnus.com>
908         * config/aix.ml (SHFLAGS): Add -Wl,-unix.
910 Mon Dec 18 12:48:25 1995  Mike Stump  <mrs@cygnus.com>
912         * Makefile.in (exceptioni.o): Compile with -fhandle-exceptions, so
913         we can unwind through unexpected on machines that don't have a
914         working __unwind_function.
916 Sun Dec 17 00:28:31 1995  Jeffrey A Law  (law@cygnus.com)
918         * Makefile.in (install): Make sure shared libraries
919         are installed with mode 555.
921 Mon Nov 27 15:01:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
923         * Makefile.in (install): Make shared library links relative.
924         (install): Break up -sf into -s -f.
925         ({M,}SHLINK): Ditto.
927 Sun Nov 26 22:48:06 1995  Jason Merrill  <jason@yorick.cygnus.com>
929         * queue: Include <stack.h> instead of <queue.h>.
931 Sat Nov 25 11:33:13 1995  Doug Evans  <dje@canuck.cygnus.com>
933         * Makefile.in (install): Fix setting of rootme.
935 Tue Nov 21 14:20:34 1995  Ian Lance Taylor  <ian@cygnus.com>
937         * configure.in: Check ${with_cross_host} rather than comparing
938         ${host} and ${target}.
940 Tue Nov 14 01:50:52 1995  Doug Evans  <dje@canuck.cygnus.com>
942         * Makefile.in (IO_DIR): Delete MULTITOP, MULTISUBDIR.
943         (LIBIBERTY_DIR): Likewise.
944         (INSTALLDIR): Delete MULTISUBDIR.
945         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
946         instead of cfg-ml-pos.in.
947         (XCXXINCLUDES): Delete MULTITOP.
948         * stl/configure.in (XCXXINCLUDES): Delete MULTITOP.
949         (config-ml.in): Call instead of cfg-ml-pos.in.
951 Sun Nov 12 16:44:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
953         * Makefile.in (VERSION):  Set to 2.7.1.
955 Thu Nov  9 17:39:28 1995  Jason Merrill  <jason@yorick.cygnus.com>
957         * config/{aix,dec-osf,irix5,linux,sol2shm}.ml: Remove LDLIBS defn;
958         no longer needed now that make check sets LD_LIBRARY_PATH.
960 Wed Nov  8 19:46:35 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
962         * std/bastring.h: Wrap with #ifndef/#define/#endif.
963         * std/cassert.h: Likewise.
964         * std/cinst.h: Likewise.
965         * std/complext.h: Likewise.
966         * std/dcomplex.h: Likewise.
967         * std/fcomplex.h: Likewise.
968         * std/ldcomplex.h: Likewise.
969         * std/sinst.h: Likewise.
971 Wed Nov  8 16:15:48 1995  Jason Merrill  <jason@yorick.cygnus.com>
973         * std/bastring.cc (getline): Update to September 95 WP.  Now we
974         don't set failbit when reading an empty line.
976 Tue Nov  7 16:09:04 1995  Jason Merrill  <jason@yorick.cygnus.com>
978         * std/bastring.cc (new): Fix for sizeof (charT) != 1.
980 Sat Nov  4 17:37:16 1995  Jason Merrill  <jason@yorick.cygnus.com>
982         * std/complext.cc (operator / (FLOAT, const complex<FLOAT>&)):
983         Reimplement along the lines of the other operator / templates.
984         From John Eaton <jwe@bevo.che.wisc.edu>.
986 Sat Nov  4 13:33:50 1995  Per Bothner  <bothner@kalessin.cygnus.com>
988         * configure.in (DISTCLEAN):  New, to add target-mkfrag.
990 Tue Oct 31 13:59:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
992         * std/bastring.h: Use size_t for the reference count.
993         * std/bastring.cc (create): Set selfish.
994         From Joe Buck (jbuck@synopsys.com).
996 Mon Oct 30 23:09:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
998         * configure.in:  Don't bother changing LIBIBERTY for cross,
999         now that we are using target-libiberty instead.
1000         * Makefile.in (LIBIBERTY_DIR):  Simplify.
1001         (LIBIBERTY):  Remove.
1003 Wed Oct 11 14:56:49 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1005         * config/sol2shm.ml: New files with -rpath.
1006         * configure (*-*-solaris*): Use sol2shm.ml.
1008 Thu Sep 28 09:26:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1010         * std/straits.h (compare, copy, move, set): Fix for non-char charT's.
1011         * std/bastring.h (basic_string::remove): Fix for non-char charT's.
1013 Tue Sep 26 15:22:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1015         * config/irix5.ml: Pass -rpath to links.
1017 Fri Sep 15 00:17:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1019         * config/linux.ml: Conform to Linux shared library numbering
1020         scheme.
1021         * Makefile.in: Ditto.
1023 Tue Sep 12 00:28:56 1995  Mike Stump  <mrs@cygnus.com>
1025         * typeinfoi.cc: (__pointer_type_info::__rtti_match): Moved from
1026         the headerfile, include all sorts of pointer conversions from 15.3
1027         para 2.
1028         * std/typeinfo.h (__pointer_type_info::__rtti_match): Moved from here.
1030 Mon Sep 11 23:27:59 1995  Mike Stump  <mrs@cygnus.com>
1032         * std/typeinfo.h (__pointer_type_info::__rtti_match): We no longer
1033         have to dereference the object pointer, as the pointer is always
1034         passed directly.
1036 Mon Sep 11 19:29:51 1995  Mike Stump  <mrs@cygnus.com>
1038         * std/typeinfo.h (__pointer_type_info::__rtti_match): Define so
1039         that pointer conversions can happen on catch type matching.
1040         * typeinfoi.cc (__throw_type_match_rtti): Arrange for __rtti_match
1041         to be used on pointers.
1043 Tue Sep  5 14:49:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1045         * string.h: Remove for now.
1047 Thu Aug 31 14:14:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1049         * std/bastring.cc (operator>>): Simplify and fix.
1050         (resize): Fix order of arguments to append.
1051         (getline): Simplify and fix.
1053 Thu Aug 24 17:44:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1055         * std/cstdlib.h (abs): Provide default implementation for peons
1056         without labs.
1058 Tue Aug 22 08:43:07 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1060         * std/cstdlib.h: Comment out definition of div(long,long) for now,
1061         since not all targets have ldiv.
1063 Mon Aug 21 11:46:03 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1065         * std/cmath.h: Wrap abs(double) with #if ! _G_MATH_H_INLINES.
1067         * stl.h: Add, for compatibility with ObjectSpace STL.
1069         * std/complext.cc (operator /): Use abs instead of fabs.
1071         * std/bastring.h (replace): Update single-character replace method
1072         as per my proposal.
1074         * std/cmath.h: Add abs(float), abs(double) and abs(long double).
1075         Add commented-out declarations for other float and long double
1076         math functions.
1078         * std/cstdlib.h: Add abs(long) and div(long,long).
1080         * Makefile.in (install): Make shared library executable and
1081         non-writable.  Tidy.
1082         (OBJS): Add cstdlibi.o and cmathi.o.
1084         * Rename implementation files to have different basenames.
1086 Mon Aug 21 00:57:03 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
1088         * Makefile.in (install): Use "cd stl"; no need for $(srcdir)
1089         prefix because we're already in $(srcdir).
1091 Tue Jul 25 18:41:29 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1093         * std/stddef.h:  Remove obsolete definition of enum capacity.
1095 Sat Jul 22 13:37:01 1995  Doug Evans  <dje@canuck.cygnus.com>
1097         * Makefile.in (IO_DIR): Add multilib support.
1098         (LIBIBERTY, LIBIBERTY_OBJS, INSTALLDIR, stdlist): Likewise.
1099         (libiberty.a, install): Likewise.
1100         * configure.in: Likewise.
1101         (XCXXINCLUDES): Likewise.
1102         * stl/configure.in: Likewise.
1103         (XCXXINCLUDES): Likewise.
1105 Mon Jul 17 09:29:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1107         * Makefile.in (typeinfo.o, stdexcept.o): Put an else for the if
1108         stmt checking PICFLAG.
1109         (stmp-string, bigstmp-string, stmp-complex, bigstmp-complex): Likewise.
1111 Wed Jun 28 17:05:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1113         * std/*.h: Wrap with extern "C++".
1115         * std/ciso646.h: Don't worry about #undefing the keywords.
1117 Mon Jun 26 19:05:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1119         * std/bastring.h (operator!=): If they've included the STL
1120         function.h, don't overload the operator templates that it defines.
1122 Fri Jun 23 16:54:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1124         * Makefile.in (SHLINK): Force link.
1125         (install): Ditto.
1127         * std/bastring.h (terminate): Never reallocate.
1128         (alloc): No longer const.
1130         * std/bastring.cc (create): Always allocate an extra byte.
1131         (check_realloc): Always leave room for an extra byte.
1132         (*find*): Add missing 'const'.
1134         * Makefile.in (SHARLIB): Provide a default value.
1136 Tue Jun 20 16:29:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1138         * std/cstring.h: Don't bother tweaking prototypes for now.  When
1139         we do, we will use new-style casts.
1141 Fri Jun 16 13:57:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1143         * Makefile.in (VERSION): Update to 2.7.0.
1145         * config/aix.ml: Build both shared and archive libraries.
1147 Wed Jun 14 21:44:21 1995  Jason Merrill  <jason@python.cygnus.com>
1149         * configure.in (frags): Use linux.ml for Linux/ELF.
1150         * config/linux.ml: New file.
1152 Wed Jun 14 17:56:23 1995  Niclas Andersson  <nican@ida.liu.se>
1154         * configure.in: Use xiberty when building cross-compiler.
1156 Wed Jun 14 12:57:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1158         * std/*complex*, std/cinst.h, cinst.cc: Pass by reference to const
1159         rather than by value.
1160         * std/*complex*: Add member functions real() and imag().
1162 Sat Jun 10 12:14:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1164         * Makefile.in (bigstmp-string): Call main string object cstrmain.o
1165         instead of cstring.o.
1167 Wed Jun  7 11:15:15 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1169         * std/cstring.h: Use #include_next to pick up <string.h>.
1171         * string.h: New file.
1173         * Makefile.in (MOSTLYCLEAN_JUNK): Remove piclist.
1175         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1177 Mon Jun  5 18:36:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1179         * config/*.ml: Build both shared and archive libraries.
1181         * configure.in (MOSTLYCLEAN): Remove pic.
1182         (frags): Use toplevel pic frags.
1184         * Makefile.in (piclist): New rule.
1185         (SHLIB): Use it.
1186         (stl.list): Removed.
1187         (typeinfo.o): Also build pic version.
1188         (stdexcept.o): Ditto.
1189         (*stmp-*): Ditto.
1191 Tue May 30 12:01:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1193         * std/{complext,{f,d,ld}complex}.h: To declare specializations,
1194         use friend declarations in the class body...
1195         * std/cinst.h: ...rather than macro hackery.
1197         * Makefile.in (stdlist): Renamed from list.
1199         * cstdarg: Don't define __CSTDARG__.
1200         * complex.h: Similarly.
1202 Tue May  9 19:31:20 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1204         * std/bastring.cc (operator>>): Use an int to store the return value
1205         of streambuf::sbumpc.
1206         (getline): Ditto.
1207         * std/bastring.* (replace): Reverse size_t and charT arguments.
1209         * configure.in (enable_shared): Support enable_shared under AIX.
1211         * Makefile.in (SHARLIB): New variable and rule for building an
1212         archive library containing a single shared object (for AIX).
1214 Mon May  8 01:43:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1216         * std/bastring.h (remove): Forgot one.
1217         (empty): And this.
1218         Disable copy-on-write if someone takes an iterator.
1220         * std/bastring.cc (getline): Avoid resizing down if unnecessary.
1221         (operator>>): Don't use private methods.
1223 Sun May  7 02:39:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1225         * std/bastring.h (insert, replace): Fix.
1226         * std/bastring.cc (find_*_of): Fix.
1228 Fri May  5 01:45:10 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1230         * std/bastring.h: Add iterator remove fn.  Remove evil default
1231         arguments.
1233         * std/*complex*, std/cinst.h, cinst.cc: s/__complex/complex/g.
1234         complex<float> is now specialized.  Lose _*_complex in favor of
1235         'explicit' constructors.
1236         * std/complex.h: Lose typedef of complex.
1237         * std/fcomplex.h: New file.
1238         * std/complext.cc (operator<<): Accept more input forms.
1240         * std/bastring.h: Add iterator insert fns.
1242 Thu May  4 02:30:04 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1244         * std/bastring.*: Update to current draft.
1246         * std/bastring.*: Reorganize so that the pointer in a string
1247         object points to the data rather than the bsrep object, for
1248         debugging.
1250 Tue Apr 25 17:15:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1252         * configure.in: Update to stay in sync with config.shared.
1254 Mon Apr 24 13:08:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1256         * std/complext.h: Declare hypot.  Declare appropriate functions const.
1258 Wed Apr 12 15:26:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1260         * Makefile.in (typeinfo.o): Don't use $<.
1261         (stdexcept.o): Ditto.
1263 Sat Apr  8 15:35:00 1995  Mike Stump  <mrs@cygnus.com>
1265         * std/typeinfo.h: Move bad_cast, bad_typeid and __bad_cast_object
1266         from here to stdexcept.
1267         * std/stdexcept.h: Ditto.
1268         * Makefile.in (stdexcept.o): Added rule to build typeinfo.o with
1269         -frtti to support matching of thrown objects with rtti info for
1270         bad_cast.
1272 Mon Apr  3 18:13:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1274         * typeinfo: New file.
1276         * Makefile.in (HEADERS): Add typeinfo.
1278 Mon Apr  3 15:06:58 1995  Mike Stump  <mrs@cygnus.com>
1280         * Makefile.in (typeinfo.o): Added rule to build typeinfo.o with
1281         -frtti to support matching of thrown objects with rtti info for
1282         bad_cast.
1284 Wed Mar 29 15:56:06 1995  Mike Stump  <mrs@cygnus.com>
1286         * typeinfo.cc: (__throw_type_match_rtti): Added to support
1287         matching of thrown objects with rtti info.
1289 Thu Mar 23 18:42:30 1995  Jason Merrill  <jason@deneb.cygnus.com>
1291         * Makefile.in (HEADERS): Add stdexcept.
1293 Sun Mar 12 01:25:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1295         * std/typeinfo.h: Add return statements to dummy methods.
1297 Wed Mar  8 16:09:50 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1299         * config/dec-osf.ml: Use -rpath flag.
1301 Fri Feb 17 18:16:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1303         * std/typeinfo.h: Add copyright header.
1305         * Makefile.in (CXXFLAGS): Add a bunch of warning options to keep
1306         me honest.
1308 Thu Feb 16 00:04:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1310         * Makefile.in, config/*.ml: Generate shared library on most hosts
1311         as libstdc++.so.$(VERSION), with a symlink to libstdc++.so, so that
1312         multiple versions can coexist.
1314 Fri Feb 10 02:59:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1316         * std/exception.h: {set_,}{terminate,unexpected} have C++ linkage.
1318         * Makefile.in: Allow string and complex to be split up either by
1319         individual function or into I/O and non-I/O.  Default to the
1320         latter.
1322 Wed Feb  8 02:39:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1324         * std/bastring.h: Start thinking about throwing exceptions.
1326         * typeinfo.cc: Remove private functions; defining them to call
1327         abort () just delays errors until runtime.  Define
1328         __bad_cast_object.
1330         * std/exception.h: Standard exceptions are now defined in
1331         stdexcept.h.  This header now contains declarations of terminate()
1332         et al.
1333         * exception.cc: Move code from libg++/src/except.c here.
1334         * std/typeinfo.h: Define RTTI-related exceptions here.
1335         * stdexcept{,.cc},std/stdexcept.h: New files.
1337 Mon Feb  6 18:51:31 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1339         * Makefile.in (HEADERS): Resurrect, add new STL header names.
1340         (install): Install extensionless headers again.
1341         * extensionless headers: Resurrect, add new STL headers.
1342         Currently only forward to std/whatever or stl/whatever.
1344 Mon Jan 30 13:53:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1346         * std/bastring.h (basic_string (charT, size_t)): Mark explicit.
1348         * Makefile.in (install): Set rootme when installing stl headers.
1349         Only install *.* from std.
1351 Wed Jan 25 02:29:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1353         * std/bastring.h (operator=): grab before releasing.
1355 Mon Jan 23 19:54:02 1995  Ronald F. Guilmette  <rfg@segfault.us.com>
1357         * Makefile.in (install): Also install STL headers.
1359 Mon Jan 23 04:09:35 1995  Jason Merrill  <jason@python.cygnus.com>
1361         * Makefile.in (list): Set $rootme before calling make.
1363 Wed Jan 11 19:24:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1365         * typeinfo.cc (__rtti_match): Don't try to do pointer arithmetic
1366         with a void *.
1368         * move all headers into std subdirectory and update files accordingly.
1370 Thu Jan  5 01:51:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1372         * bastring.ccI (basic_string (size_t, capacity)): s/reserve/::reserve/.
1374 Wed Jan  4 17:27:32 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1376         * exception: s/string/__string/g.
1378         * configure.in (MOSTLYCLEAN): Add so_locations.
1380         * bastring.ccI (basic_string (size_t, capacity)): Fix thinko.
1381         (various find functions): Ditto.
1383 Fri Dec 30 18:04:00 1994  Mike Stump  <mrs@cygnus.com>
1385         * typeinfo.h: Add support for the built-in type bool.
1387 Fri Dec 30 14:57:02 1994  Mike Stump  <mrs@cygnus.com>
1389         * typeinfo.{cc, h}: Guard against multiple inclusions, and add #p i/i.
1391 Fri Dec  2 17:56:05 1994  Mike Stump  <mrs@cygnus.com>
1393         * libg++ 2.6.2 released.
1395         * typeinfo.{cc, h} (__rtti_match): Change interface to compiler
1396         for dynamic_casting to gear up for exception handling's use of
1397         rtti for argument matching.
1399 Tue Nov 29 16:49:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1401         * configure.in (configdirs):  Add stl.
1402         * Makefile.in:  Build stl, and merge .o files from it.
1404 Thu Nov 17 15:30:57 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1406         * bastring.hI: Add iterator, const_iterator, begin() and end() to
1407         basic_string.
1409 Mon Nov  7 16:50:33 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1411         * Makefile.in, configure.in, config/*.ml, tests/Makefile.in,
1412         tests/configure.in: Various changes to handle --enable-shared.
1414 Fri Nov  4 19:13:33 1994  Mike Stump  <mrs@cygnus.com>
1416         * exception{,.cc}: Added to support catching bad_cast's.
1418 Thu Nov  3 17:42:13 1994  Mike Stump  <mrs@cygnus.com>
1420         * typeinfo.h (type_info::{name, before}): Add to match draft.
1422 Thu Nov  3 00:56:34 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1424         * Makefile.in (LIBIBERTY_OBJS): Add strerror.o.
1426 Mon Oct 31 15:33:06 1994  Kung Hsu  (kung@mexican.cygnus.com)
1428         * typeinfo.cc: Fix a bug in the final return.
1429         * typeinfo.cc: Fix the ANSI header version number.
1430         * typeinfo.h: ditto.
1432 Fri Oct 28 14:23:12 1994  Mike Stump  <mrs@cygnus.com>
1434         * type_info.{cc,h}: Rename to typeinfo to better match current draft.
1436 Wed Oct 26 11:13:53 1994  Kung Hsu  (kung@mexican.cygnus.com)
1438         * type_info.h: new header file for rtti.
1439         * type_info.cc: new code file for rtti.
1440         * Makefile.in: change to include type_info.o in libstdc++ for rtti.
1442 Sat Oct 15 16:09:51 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1444         * libg++ 2.6.1 released.
1446         * cinst.hI: Also declare instantiations of out-of-line functions.
1448 Fri Oct 14 15:00:09 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1450         * configure.in (CXXINCLUDES): Use {} to wrap variable name.
1451         * tests/configure.in (CXXINCLUDES): Ditto.
1453         * cinst.hI: Declare instantiations of two-argument functions so
1454         overload resolution will work.
1455         * complext.hI: Always include cinst.hI.
1457         * bastring.ccI (operator>>): Tweak.
1459 Tue Oct 11 17:07:49 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1461         * stddef*: Do the #pragma i/i thang.
1463         * bastring.hI (basic_string::put_at): Use operator[].
1464         (basic_string::terminate): Don't necessarily copy the rep.
1466         * bastring.ccI (operator>>): Avoid shrinking and then re-expanding
1467         the string.
1469         * bastring.*I, sinst.cc: Only allow allocation policy control if
1470         _G_ALLOC_CONTROL is defined.
1472         * Makefile.in (libstdc++.a): Depend on iostream.list and libiberty.a.
1473         (../libio/iostream.list): New rule.
1474         (../libiberty/libiberty.a): New rule.
1475         (OBJS): Add stddef.o.
1477 Sat Oct  8 23:59:45 1994  Jason Merrill (jason@phydeaux.cygnus.com)
1479         * *: First checkin.