Move *-*-gnu* pattern below *-*-linux*.
[official-gcc.git] / libstdc++ / ChangeLog
blob25e5418a77c5560bb91eeb609b2b5c099cb29c48
1 1999-09-01  Andreas Schwab  <schwab@suse.de>
3         * configure.in: Move *-*-gnu* pattern below *-*-linux*.
5 Wed Aug 25 01:31:11 1999  "David O'Brien" <obrien@NUXI.com>
7         * configure.in: Alphabetize selection of .ml fragments.
9 Thu Aug  5 02:00:13 1999  Loren Rittle  <ljrittle@acm.org>
11         * Makefile.in (MARLINK, MSHLINK): Handle library version
12         number components with more than one numeric digit.
14 Sat Jul 17 23:51:58 1999  Jeffrey A Law  (law@cygnus.com)
16         * Makefile.in (INTERFACE): Bump to 3.
18 1999-07-16  Markus Gyger (mgyger@gmu.edu)
20         * stdexcepti.cc (__out_of_range): Use std:: qualifier for names 
21         in std.
22         (__length_error): Likewise.
24 Fri Jul  9 01:20:23 1999  Jeffrey A Law  (law@cygnus.com)
26         * Makefile.in (VERSION): Bump to 2.10.0.
28 Tue Jun  8 00:21:11 1999  Jeffrey A Law  (law@cygnus.com)
30         * configure.in (*-*-freebsd2*): Add missing '*' at end of configure
31         string.
33 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
35         * std/std_valarray.h: Don't #include unconditionally <alloca.h>
37 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
39         * std/std_valarray.h: New file.
40         * std/slice.h: New file.
41         * std/slice_array.h: New file.
42         * std/gslice.h: New file.
43         * std/gslice_array.h: New file.
44         * std/mask_array.h: New file.
45         * std/indirect_array.h: New file.
46         * std/valarray_array.h: New file.
47         * std/valarray_array.tcc: New file.
48         * std/valarray_meta.h: New file.
49         * valarray.cc: New file.
50         * valarray: New file
52         * Makefile.in (OBJS): add valarray.o
53         (HEADERS): add valarray
54         (valarray.o): define dependency on valarray.cc
55         (install): make it possible to install valarray file.
56         
57 Wed Jun  2 00:21:54 1999  Robert Lipe  <robertlipe@usa.net>
59         * std/bastring.h (class basic_string:Rep): Encode xlock opcode
60         as .bytes instead of mnemonics.
62 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
64         * configure.in: Test for ${compiler_name}.exe as well.
66 1999-05-15  Mark Kettenis  <kettenis@gnu.org>
68         * configure.in: Add shared library support for the Hurd
69         (*-*-gnu*).
70         * config/gnu.ml: New file.
72 1999-05-12  Jason Merrill  <jason@yorick.cygnus.com>
74         * configure.in (compiler_name): Don't do the skip-this-dir thing
75         if we're reconfiguring.
77 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
79         * std/bastring.h (class basic_string::Rep): Make release member
80         function thread-safe for ix86 (x>=4) and UltraSPARC.
82         * stlinst.cc: Make it possible to compile with __USE_MALLOC.
84 Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>
86         * config/freebsd.ml (LIBS): Add ARLINK.
87         * config/openbsd.ml (LIBS): Add ARLINK.
89 Fri Apr  2 15:12:14 1999  H.J. Lu  (hjl@gnu.org)
91         * libstdc++/configure.in (gxx_include_dir): Handle it.
92         * libstdc++/Makefile.in: Likewise.
94 Wed Mar 24 22:36:45 1999  Mumit Khan  <khan@xraylith.wisc.edu>
96         * configure.in (EXEEXT): Define.
97         (compiler_name): Use.
99 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
101         * configure.in: Add mh-*pic handling for alpha, arm, powerpc
103 Fri Mar  5 02:16:39 1999  Doug Rabson  <dfr@freebsd.org>
105         * configure.in: Support shared libs on FreeBSD 3.x and 4.x
106         * config/freebsd.ml: A copy of config/linux.ml since they are both
107         ELF and both have a shared libm.
109 1999-02-24  Jason Merrill  <jason@yorick.cygnus.com>
111         * configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
113 Sat Feb 20 13:17:17 1999  Jeffrey A Law  (law@cygnus.com)
115         * string, std/straits.h, std/bastring.h: Revert recent change.  Needs
116         some libiberty support before it can be re-enabled.
118 Thu Feb 18 19:53:17 1999  Marc Espie <espie@cvs.openbsd.org>
120         * configure.in: Handle OpenBSD with and without threads.
121         * config/openbsd.ml: New file.
122         * config/openbsd.mt: New file.
124 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
126         * configure.in: Recognize --enable-threads=posix for all
127         platforms.
128         * config/posix.mt: New file.
130         * configure.in: Add fragments for Solaris defining macro specifying
131         thread library to be used.
132         * config/sol2pth.mt: New file
133         * config/sol2solth.mt: New file.
134         * stl/stl_alloc.h: Add support for Solaris thread library.
135         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
136         appropriately.
138 1999-01-28  Baron Roberts  <baron@sgi.com>
140         * string: Uncomment wstring declaration.
142         * std/straits.h: Remove #if 0/#endif from around
143         struct string_char_traits <wchar_t>.
144         #include <cwchar>.
145         Add missing definition for wchar_t move method.
146         Add empty() method for trait-based empty string return.
148         * std/bastring.h (c_str): Change return of "" to return of
149         traits::empty() call so that proper empty string is returned
150         based on the character type (i.e. "" or L"").
152 1999-02-07  Jason Merrill  <jason@yorick.cygnus.com>
154         * Makefile.in (stuff2): Tweak.
156 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
158         * configure.in: Recognize --enable-threads=posix for all
159         platforms.
160         * config/posix.mt: New file.
162         * configure.in: Add fragments for Solaris defining macro specifying
163         thread library to be used.
164         * config/sol2pth.mt: New file
165         * config/sol2solth.mt: New file.
166         * stl/stl_alloc.h: Add support for Solaris thread library.
167         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
168         appropriately.
170 Sat Jan 30 08:05:46 1999 Mumit Khan  <khan@xraylith.wisc.edu>
172         * config/x86-interix.ml: New file.
173         * configure.in (i[3456]86-*-interix*): Add shared library support.
175 1999-01-13  Ulrich Drepper  <drepper@cygnus.com>
177         * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
178         * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
180 Sun Jan 03 03:16:02 1999  Robert Lipe  <robertlipe@usa.net>
182         * configure.in:  (*-*-sysv5, *-*-*udk*):  Treat like sysv4.
184 Tue Dec  8 00:59:09 1998  Marc Espie <Marc.Espie@liafa.jussieu.fr>
186         * Makefile.in: Be more selective about what files to install.
188 1998-11-30  Ulrich Drepper  <drepper@cygnus.com>
190         * std/bastring.cc (operator>>): Correct cast in last patch.
191         (getline): Likewise.
193 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
195         * Makefile.in (HEADERS): Install bitset.
197 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
199         * configure.in (compiler_name): Add check to detect if this
200         language's compiler has been built.
202 1998-11-23  Ulrich Drepper  <drepper@cygnus.com>
204         * std/bastring.cc (operator>>): Cast new character to char before
205         adding to string.
206         (getline): Likewise.
208 Thu Sep 17 01:29:46 1998  H.J. Lu  (hjl@gnu.org)
210         * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
212         * Makefile.in (install): Don't rely on 'ln -f'.
214 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
216         * Makefile.in (install): Initialize RELINSTALLDIR correctly
217         even for multilib and cross configurations.
219         * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
220         value if --enable-version-specific-runtime-libs has been specified.
222 Wed Sep  2 21:11:15 1998  H.J. Lu  (hjl@gnu.org)
224         * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
226         * configure.in: Fix INSTALLDIR replacement for cross-compile.
228 Sun Aug 30 22:17:41 1998  H.J. Lu  (hjl@gnu.org)
230         * Makefile.in (INTERFACE): New, set to 2.
231         (ARLIB): Set to libstdc++.a.$(VERSION)
232         (ARLINK, MARLINK): New macros.
233         (LIBS): Add $(ARLINK).
234         ($(ARLINK), marlink): New targets.
235         (install): Don't check $(libsubdir). Handle versioned libraries.
237         * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
238         (LIBS): Add marlink $(ARLINK).
240         * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
241         (ARLINK): New macros.
242         (BUILD_LIBS): Add $(ARLINK).
244         * config/dec-osf.ml (LIBS): Add $(ARLINK).
245         * config/elf.ml (LIBS): Likewise.
246         * config/elfshlibm.ml (LIBS): Likewise.
247         * config/hpux.ml (LIBS): Likewise.
248         * config/iris5.ml (LIBS): Likewise.
249         * config/sol2shm.ml (LIBS): Likewise.
250         * config/sunos4.ml (LIBS): Likewise.
252         * configure.in: Use ${topsrcdir}/config.if to put
253         LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
254         ${package_makefile_frag}.
256 1998-08-25  Martin von Löwis  <loewis@informatik.hu-berlin.de>
258         * stdexcept: Remove __HONOR_STD.
260 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
262         * sinst.cc: Don't explicitly instantiation string_char_traits<char>.
263         * cinst.cc: Likewiwse, for complex<float>, complex<double>,
264         complex<long double>.
266 1998-08-17  Mark Mitchell  <mark@markmitchell.com>
268         * stdexcept: Put things in the std namespace, if appropriate.
270 1998-07-12  Jason Merrill  <jason@yorick.cygnus.com>
272         * Makefile.in (VERSION): Bump to 2.9.0.
274 1998-07-12  Lars Albertsson <lalle@sics.se>
276         * std/bastring.cc (find_last_of): Fix.
277         (find_last_not_of): Likewise.
279 1998-07-06  Manfred Hollstein  <manfred@s-direktnet.de>
281         * configure.in (INSTALLDIR): Make sed pattern failsafe.
283 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
285         * std/bastring.h (class basic_string): Correct iterator return
286         values in insert member functions.
288 1998-07-02  Ulrich Drepper  <drepper@cygnus.com>
290         * std/bastring.h (class basic_string): Return correct iterators in
291         erase member functions.
293 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
295         * Makefile.in (INSTALLDIR): Add comment to document the fact,
296         this macro will be properly initialized at make's runtime.
297         (install): Add initialization of INSTALLDIR depending on $(libsubdir)
298         and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell
299         variable instead of the $(INSTALLDIR) make macro.
301 Tue Mar 24 10:13:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
303         * std/bastring.cc (basic_string::copy): Mark const here, too.
305 1998-03-23 15:59  Ulrich Drepper  <drepper@cygnus.com>
307         * std/bastring.h (basic_string::copy): Mark copy function as const.
308         Reported by Scott Schurr <scotts@ims.com>.
310 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
312         * configure.in: Make locating frag files failsafe even for the
313         special case if configuring and building in srcdir.
315 1998-03-04 12:37  Ulrich Drepper <drepper@cygnus.com>
317         * cinst.cc [INSERT] (operator<<): Correct type of numeric argument.
319 Fri Feb  6 01:36:21 1998  Manfred Hollstein  <manfred@s-direktnet.de>
321         * Makefile.in (piclist): Check value of enable_shared, not PICFLAG.
322         (stmp-string, ...): Dito.
323         (bigstmp-string, ...): Dito.
325 Sun Feb  1 13:38:07 1998  H.J. Lu  (hjl@gnu.org)
327         * config/linux.mt: Don't define _PTHREADS, but define
328         _IO_MTSAFE_IO.
330 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
332         * tests/configure.in, testsuite/configure.in: Update with yesterday's
333         toplevel configure.in changes.
335 Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
337         * configure.in (package_makefile_rules_frag): New variable
338         which is used in the call to config.shared; redirect file descriptor 2
339         to ${package_makefile_rules_frag}.
341 Tue Jan 27 10:11:27 1998  Jason Merrill  <jason@yorick.cygnus.com>
343         * Makefile.in (install): Remove the shared library symlink even if
344         we aren't installing it.
346 Tue Jan 27 10:29:44 1998  H.J. Lu  (hjl@gnu.org)
348         * configure.in (topsrcdir): New.
349         (configdirs): Check ${topsrcdir}/gcc instead.
350         (config-ml.in): Use ${topsrcdir}/config-ml.in.
352         * tests/configure.in (topsrcdir): New.
353         (check): Check ${topsrcdir}/gcc instead.
355 Sun Jan 25 14:01:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
357         * std/bastring.h (unique): We only need length bytes.
358         (c_str): Avoid writing over random memory.
359         #include <std/bastring.cc>.
360         Lose _G_ALLOC_CONTROL.
361         * std/bastring.cc: Likewise.
362         (nilRep): Add initializer for selfish.
363         * sinst.cc: Just #include <string>.
365 Tue Jan 13 21:23:05 1998  H.J. Lu  (hjl@gnu.org)
367         * configure.in (configdirs): Include testsuite only if
368         ${srcdir}/../gcc exists.
370         * tests/configure.in (check): Set to ${CHECK} if
371         ${srcdir}/../../gcc doesn't exists.
373 1998-01-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
375         * std/bastring.cc (basic_string::Rep::operator delete): Don't claim
376         to return from deallocate, since this is a void method.
378 Sat Jan  3 12:15:41 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
380         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
382 Sun Dec  7 02:34:40 1997  Jody Goldberg <jodyg@idt.net>
384         * libstdc++/std/bastring.h : Move closer to the draft standard
385         implementation of basic_string by adding 3 paramter 'Allocator'.
386         NOTE: this still differs from the standard in not offering per
387         instance allocators.
388         * libstdc++/std/bastring.cc : Likewise.
389         * libstdc++/stlinst.cc : Handle thread safe allocators if they are the
390         default.
392 Sun Dec  7 02:32:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
394         * iosfwd: New header.
395         * Makefile.in (HEADERS): Add it.
397 Sun Dec  7 02:32:20 1997  Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
399         * Makefile.in (HEADERS): Modified list of headers to
400         install to include all of SGI STL headers especially hash_set and
401         hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
402         iostream, and strstream.
404         * fstream, iomanip, iostream, strstream: New forwarding headers
405         added.
407 Thu Nov 27 01:33:55 1997  Jeffrey A Law  (law@cygnus.com)
409         * Makefile.in (install): Change gxx_includedir to gxx_include_dir.
411 Tue Nov 25 23:16:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
413         London changes to string:
414         * std/bastring.cc (check_realloc): Don't be selfish anymore.
415         * std/bastring.h (non-const operator[]): Be selfish.
416         (iterator forms of insert and erase): Stay selfish.
418 Tue Nov 25 14:03:43 1997  H.J. Lu  (hjl@gnu.org)
420         * Makefile.in (stmp-complex, bigstmp-complex): Changed to
421         xxxx-complx.
423 Mon Nov 24 14:41:33 1997  Jeffrey A Law  (law@cygnus.com)
425         * Makefile.in: Use ln -f -s, not ln -s -f.
427 Fri Nov 21 12:56:24 1997  Manfred Hollstein <manfred@s-direktnet.de>
429         * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
430         cope with filesystem not capable to handle names longer than
431         14 characters.
433 Sun Nov 16 22:41:55 1997  Jeffrey A Law  (law@cygnus.com)
435         * Makefile.in (SHLIB): Build with CC instead of CXX.
437 Sun Nov  2 23:34:09 1997  Manfred Hollstein  <manfred@s-direktnet.de>
439         * configure.in: Use delta.mt for m68k-motorola-sysv.
440         * config/delta.mt: New makefile fragment.
442 Sun Nov  2 12:14:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
444         * Makefile.in (install): Some of HEADERS come from the stl dir now.
445         * algorithm, deque, functional, iterator, list, map, memory, numeric,
446         queue, set, stack, utility, vector: Now in stl dir.
448 Fri Oct 10 00:40:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
450         * std/bastring.h: Use ibegin internally.  Return passed iterator
451         instead of recalculating it where appropriate.
452         * std/bastring.cc: Adjust for erase.
454         From Yotam Medini:
455         * std/bastring.h: Replace remove with erase.
457 Thu Oct  9 23:24:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
459         * stdexcepti.cc (__out_of_range): New fn.
460         (__length_error): New fn.
462         * std/bastring.h (OUTOFRANGE): Fix logic.  Use throwing functions.
463         (LENGTHERROR): Likewise.
464         Revert Oct 2 changes.
465         * string: Revert Oct 2 changes.
467 Tue Oct  7 00:51:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
469         * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi.
471 Thu Oct  2 00:08:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
473         * std/bastring.h: Move exception stuff after definition of string.
474         Move typedef of string here.
475         * string: From here.
477 Sat Sep 27 16:48:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
479         * std/complext.h: Lose injection decls.
480         * std/fcomplex.h: Likewise.
481         * std/dcomplex.h: Likewise.
482         * std/ldcomplex.h: Likewise.
484 Sat Sep 27 16:47:35 1997  Mark Mitchell  <mmitchell@usa.net>
486         * std/complext.h: Declare templates before making them
487         friends.  Use new friend <> syntax.
488         * std/complext.cc: Don't rely on guiding declarations.
489         * std/fcomplex.h: Use new friend <> syntax.
490         * std/dcomplex.h: Likewise.
491         * std/ldcomplex.h: Likewise.
493 Thu Sep 25 19:55:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
495         * std/bastring.h: Enable exceptions.
496         (assign, append, insert, replace): Implement member template versions.
498 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
500         * config/linux.mt: New file.  Make sure _PTHREADS is defined
501         if necessary.
502         * configure.in: Find linux.mt file.
504 Thu Sep 11 15:03:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
506         * std/bastring.h (class basic_string): Add global scope to
507         use of reverse_iterator.
509 Tue Sep  9 19:47:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
511         * std/bastring.h: Adjust use of reverse_iterator template.
513 Wed Aug 27 00:04:33 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
515         * Makefile.in: Create correct multiple links to
516         shared libstdc++.
518 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
520         * testsuite/Makefile.in (check): Don't depend on site.exp.
521         (just-check): Depend on site.exp.
523 Mon Aug 25 14:26:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
525         * Makefile.in (CXXFLAGS): Add -Weffc++.
527 Sat Aug 23 21:25:37 1997  Mark Mitchell  <mmitchell@usa.net>
529         * bastring.h: Enable reverse_iterator and its ilk.
531         * bastring.h: Provide specializations of member function templates
532         for const_iterator.
534 Wed Jul 30 10:59:00 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
536         * stlinst.cc: Add instantiation file for
537         __default_alloc_template<fale, 0> and
538         __malloc_alloc_template<0>
540 Sun Jun  1 17:03:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
542         * std/bastring.cc (find_last_of): Correct handling of POS.
543         (find_last_not_of): Likewise.
545 Thu May  1 17:37:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
547         * Makefile.in ($(SHLIB)): Add $(LIBCXXFLAGS).
549 Wed Apr 30 12:06:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
551         * Makefile.in (IO_DIR): Remove $(MULTIBUILDTOP).
552         (LIBIBERTY_DIR): Likewise.
553         * configure.in: Don't turn on multilib here.
555 Fri Apr 25 16:09:15 1997  Bob Manson  <manson@charmed.cygnus.com>
557         * testsuite/libstdc++.tests/test.exp, testsuite/lib/libstdc++.exp,
558           testsuite/configure.in, testsuite/Makefile.in,
559           testsuite/config/default.exp, testsuite/ChangeLog: New files.
561         * configure.in: Add new testsuite directory to be configured.
563 Tue Apr 22 19:03:39 1997  Alexandre Oliva <oliva@dcc.unicamp.br>
565         * Makefile.in (install): Fix handling of mshlink.
567 Fri Apr  4 03:25:13 1997  Ulrich Drepper  <drepper@cygnus.com>
569         * Makefile.in (IO_DIR): Prepend $(MULTIBUILDTOP) to
570         support multilib build.
571         (LIBIBERTY_DIR): Likewise.
573         * configure.in: Enable multilibing by default.
574         Update multilib template to read config-ml.in.
576 Wed Mar 12 16:09:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
578         * configure.in (XCXXINCLUDES): Add the STL directory.
580 Thu Jan 23 08:08:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
582         * stdexcept: Delete dtors for all of the error classes, to match
583         their removal in the Apr 1995 WP.
584         (class overflow_error): Define missing class, added in May 1996 WP.
586 Mon Nov 18 16:57:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
588         * Makefile.in (stuff[12]): More rules for my own evil purposes.
589         (CXXFLAGS, CFLAGS): Use -O instead of -O3 so debugging works.
591 Wed Oct 16 13:47:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
593         * config/irix5.ml: Do link against the math library.
594         * configure.in: Support shared libs on Irix 6.
596 Fri Oct 11 18:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
598         * config/linux.ml: Lose version overrides.
600         * Makefile.in (MSHLINK): Defaults to .so.2.x
601         (mshlink): Indirect rule for making it.
603 Tue Sep 24 17:58:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
605         * Remove new, typeinfo, exception, stddef*.
606         * Move public headers from std/*.h to *.
608 Sun Sep 22 05:35:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
610         * Makefile.in: Remove new, exception, typeinfo handling.
611         * exceptioni.cc, newi.cc, typeinfoi.cc, std/exception.h, std/new.h,
612         std/typeinfo.h, new.h: Remove.
613         * typeinfo, new, exception: Refer to the files with .h in gcc.
615 Fri Sep 20 14:39:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
617         * Makefile.in: Remove references to stl.list.
618         * configure.in (configdirs): Remove stl.
620 Sat Sep 14 09:42:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
622         * Makefile.in (stuff): Convenience for me.
624         * std/bastring.h: Remove kludge obsoleted by new overloading code.
626 Fri Sep  6 16:43:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
628         * typeinfoi.cc (__dynamic_cast): Fix static_cast.
629         (__rtti_si): Likewise.
630         (dcast): Likewise.
632 Thu Aug 29 17:06:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
634         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
636 Tue Jul 23 14:27:44 1996  Mike Stump  <mrs@cygnus.com>
638         * Makefile.in (exceptioni.o): Use -fexceptions now.
640 Mon Jun 17 13:57:24 1996  Per Bothner  <bothner@deneb.cygnus.com>
642         * std/bastring.h (class basic_string::remove):  Add casts.
644         * configure.in:  Use EXTRA_DISTCLEAN rather than DISTCLEAN.
646 Fri Jun  7 14:09:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
648         * typeinfoi.cc (BUILTIN): Align typeinfo object like a pointer.
650 Wed May 29 16:48:35 1996  Mike Stump  <mrs@cygnus.com>
652         * exceptioni.cc (__throw_bad_exception): Add.
653         * std/exception.h (bad_exception): Add.
654         * std/typeinfo.h: Remove leftovers of bad_cast_object.
656 Mon May  6 14:04:42 1996  Jason Merrill  <jason@yorick.cygnus.com>
658         * std/complext.h: s/FLOAT/_FLT/g.
660 Thu May  2 17:26:24 1996  Mike Stump  <mrs@cygnus.com>
662         * exceptioni.cc (uncaught_exception): New routine.
663         * std/exception.h: Declare it.
665 Thu Apr 25 13:20:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
667         * Makefile.in (typeinfoi.o, stdexcepti.o): Use default rule.
669 Wed Apr 24 18:38:24 1996  Mike Stump  <mrs@cygnus.com>
671         * exceptioni.cc: Add #pragma implementation.
672         * std/exception.h: Add #pragma interface.  Moved exception from
673         stdexcept.
674         * std/stdexcept.h: Moved exception to exception.  Fix all constructor
675         arguments to take strings to match ANSI.  Moved bad_cast and bad_typeid
676         to typeinfo.
677         * std/typeinfo.h: Moved bad_cast and bad_typeid from stdexcept.
679 Wed Apr 24 10:43:07 1996  Doug Evans  <dje@blues.cygnus.com>
681         * Makefile.in (newi.o,cstringi.o,stddefi.o,cstdlibi.o,cmathi.o): Add
682         rules for SunOS VPATH.
684 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
686         * Version 2.8.0b3.
688 Wed Apr 10 14:38:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
690         * typeinfoi.cc (base_info): Pack the latter three fields into 32 bits.
692 Tue Apr  9 15:49:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
694         * typeinfoi.cc: Add 'const'.
695         (__class_type_info): Now just one pointer to an array of structs,
696         rather than four pointers to arrays.
698         * typeinfoi.cc (__throw_type_match_rtti): Check for conversion to
699         void* before conversion to base*.
700         (dcast): Handle downcasting to X* given other X subobjects in
701         the most derived type.  Ack.
703 Mon Apr  8 15:20:32 1996  Ian Lance Taylor  <ian@cygnus.com>
705         * configure.in: Permit --enable-shared to specify a list of
706         directories.
708 Sun Apr  7 22:50:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
710         * typeinfoi.cc (__rtti_array): New entry point.
712 Sat Apr  6 14:41:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
714         * exceptioni.cc (__throw_bad_cast): New entry point for compiler.
715         * typeinfoi.cc: Remove __bad_cast_object.
717         * typeinfoi.cc: Add nodes for unsigned builtins.
719 Fri Apr  5 18:16:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
721         * typeinfoi.cc, std/typeinfo.h: Total overhaul.  Move most
722         everything out of the header, move name field into type_info, add
723         single-inheritance case, rewrite pointer handling, add new
724         compiler interface.  Compare addresses to check for equality.
726 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
728         * Version 2.8.0b2.
730 Fri Mar  8 13:56:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
732         * std/[cs]inst.h: Remove.
734 Thu Mar  7 07:29:00 1996  Lee Iverson  <leei@Canada.AI.SRI.COM>
736         * Makefile.in (install): Restore deleted chdir to stl subdir.
738 Thu Mar  7 15:02:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
740         * std/complext.h: Fix __attribute__ usage.
742 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
744         * Version 2.8.0b1.
746 Mon Feb 26 17:26:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
748         * std/cstring.h: New approach to changing signatures of string
749         manipulation functions.  Still disabled.
751 Tue Feb 20 18:29:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
753         * std/complext.h (__doapl, __doami, __doaml, __doadv): Helper
754         templates to implement +=, -=, *= and /=, respectively, since
755         member function templates do not apply to class specializations.
756         * std/{f,d,ld}complex.h, std/complext.cc, cinst.cc: Adjust.
758         * std/bastring.h: The representation class is now a nested class.
759         * std/bastring.cc: Add templates for static data members.
760         * sinst.cc: Don't provide specializations for static data members.
761         * std/string.h: Use default template parameters.
763         * Makefile.in (CXXFLAGS): Remove -pedantic -ansi.
764         (CFLAGS): Ditto.
766 Wed Feb 14 14:39:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
768         * std/bastring.cc (check_realloc): Fix for sizeof (charT) > 1.
769         From John Hickin <hickin@bnr.ca>.
771 Wed Jan 10 11:05:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
773         * std/bastring.h (insert): Fix iterator handling.
774         From Joe Buck <jbuck@synopsys.com>.
776 Mon Jan  8 11:48:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
778         * std/bastring.h (max_size): Fix for sizeof (charT) > 1.
779         * std/bastring.cc (replace): Use it.
781         * std/bastring.cc (rfind): Fix for n > length ().
783 Tue Dec 19 15:13:08 1995  Jason Merrill  <jason@yorick.cygnus.com>
785         * config/aix.ml (SHFLAGS): Add -Wl,-unix.
787 Mon Dec 18 12:48:25 1995  Mike Stump  <mrs@cygnus.com>
789         * Makefile.in (exceptioni.o): Compile with -fhandle-exceptions, so
790         we can unwind through unexpected on machines that don't have a
791         working __unwind_function.
793 Sun Dec 17 00:28:31 1995  Jeffrey A Law  (law@cygnus.com)
795         * Makefile.in (install): Make sure shared libraries
796         are installed with mode 555.
798 Mon Nov 27 15:01:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
800         * Makefile.in (install): Make shared library links relative.
801         (install): Break up -sf into -s -f.
802         ({M,}SHLINK): Ditto.
804 Sun Nov 26 22:48:06 1995  Jason Merrill  <jason@yorick.cygnus.com>
806         * queue: Include <stack.h> instead of <queue.h>.
808 Sat Nov 25 11:33:13 1995  Doug Evans  <dje@canuck.cygnus.com>
810         * Makefile.in (install): Fix setting of rootme.
812 Tue Nov 21 14:20:34 1995  Ian Lance Taylor  <ian@cygnus.com>
814         * configure.in: Check ${with_cross_host} rather than comparing
815         ${host} and ${target}.
817 Tue Nov 14 01:50:52 1995  Doug Evans  <dje@canuck.cygnus.com>
819         * Makefile.in (IO_DIR): Delete MULTITOP, MULTISUBDIR.
820         (LIBIBERTY_DIR): Likewise.
821         (INSTALLDIR): Delete MULTISUBDIR.
822         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
823         instead of cfg-ml-pos.in.
824         (XCXXINCLUDES): Delete MULTITOP.
825         * stl/configure.in (XCXXINCLUDES): Delete MULTITOP.
826         (config-ml.in): Call instead of cfg-ml-pos.in.
828 Sun Nov 12 16:44:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
830         * Makefile.in (VERSION):  Set to 2.7.1.
832 Thu Nov  9 17:39:28 1995  Jason Merrill  <jason@yorick.cygnus.com>
834         * config/{aix,dec-osf,irix5,linux,sol2shm}.ml: Remove LDLIBS defn;
835         no longer needed now that make check sets LD_LIBRARY_PATH.
837 Wed Nov  8 19:46:35 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
839         * std/bastring.h: Wrap with #ifndef/#define/#endif.
840         * std/cassert.h: Likewise.
841         * std/cinst.h: Likewise.
842         * std/complext.h: Likewise.
843         * std/dcomplex.h: Likewise.
844         * std/fcomplex.h: Likewise.
845         * std/ldcomplex.h: Likewise.
846         * std/sinst.h: Likewise.
848 Wed Nov  8 16:15:48 1995  Jason Merrill  <jason@yorick.cygnus.com>
850         * std/bastring.cc (getline): Update to September 95 WP.  Now we
851         don't set failbit when reading an empty line.
853 Tue Nov  7 16:09:04 1995  Jason Merrill  <jason@yorick.cygnus.com>
855         * std/bastring.cc (new): Fix for sizeof (charT) != 1.
857 Sat Nov  4 17:37:16 1995  Jason Merrill  <jason@yorick.cygnus.com>
859         * std/complext.cc (operator / (FLOAT, const complex<FLOAT>&)):
860         Reimplement along the lines of the other operator / templates.
861         From John Eaton <jwe@bevo.che.wisc.edu>.
863 Sat Nov  4 13:33:50 1995  Per Bothner  <bothner@kalessin.cygnus.com>
865         * configure.in (DISTCLEAN):  New, to add target-mkfrag.
867 Tue Oct 31 13:59:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
869         * std/bastring.h: Use size_t for the reference count.
870         * std/bastring.cc (create): Set selfish.
871         From Joe Buck (jbuck@synopsys.com).
873 Mon Oct 30 23:09:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
875         * configure.in:  Don't bother changing LIBIBERTY for cross,
876         now that we are using target-libiberty instead.
877         * Makefile.in (LIBIBERTY_DIR):  Simplify.
878         (LIBIBERTY):  Remove.
880 Wed Oct 11 14:56:49 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
882         * config/sol2shm.ml: New files with -rpath.
883         * configure (*-*-solaris*): Use sol2shm.ml.
885 Thu Sep 28 09:26:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
887         * std/straits.h (compare, copy, move, set): Fix for non-char charT's.
888         * std/bastring.h (basic_string::remove): Fix for non-char charT's.
890 Tue Sep 26 15:22:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
892         * config/irix5.ml: Pass -rpath to links.
894 Fri Sep 15 00:17:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
896         * config/linux.ml: Conform to Linux shared library numbering
897         scheme.
898         * Makefile.in: Ditto.
900 Tue Sep 12 00:28:56 1995  Mike Stump  <mrs@cygnus.com>
902         * typeinfoi.cc: (__pointer_type_info::__rtti_match): Moved from
903         the headerfile, include all sorts of pointer conversions from 15.3
904         para 2.
905         * std/typeinfo.h (__pointer_type_info::__rtti_match): Moved from here.
907 Mon Sep 11 23:27:59 1995  Mike Stump  <mrs@cygnus.com>
909         * std/typeinfo.h (__pointer_type_info::__rtti_match): We no longer
910         have to dereference the object pointer, as the pointer is always
911         passed directly.
913 Mon Sep 11 19:29:51 1995  Mike Stump  <mrs@cygnus.com>
915         * std/typeinfo.h (__pointer_type_info::__rtti_match): Define so
916         that pointer conversions can happen on catch type matching.
917         * typeinfoi.cc (__throw_type_match_rtti): Arrange for __rtti_match
918         to be used on pointers.
920 Tue Sep  5 14:49:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
922         * string.h: Remove for now.
924 Thu Aug 31 14:14:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
926         * std/bastring.cc (operator>>): Simplify and fix.
927         (resize): Fix order of arguments to append.
928         (getline): Simplify and fix.
930 Thu Aug 24 17:44:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
932         * std/cstdlib.h (abs): Provide default implementation for peons
933         without labs.
935 Tue Aug 22 08:43:07 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
937         * std/cstdlib.h: Comment out definition of div(long,long) for now,
938         since not all targets have ldiv.
940 Mon Aug 21 11:46:03 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
942         * std/cmath.h: Wrap abs(double) with #if ! _G_MATH_H_INLINES.
944         * stl.h: Add, for compatibility with ObjectSpace STL.
946         * std/complext.cc (operator /): Use abs instead of fabs.
948         * std/bastring.h (replace): Update single-character replace method
949         as per my proposal.
951         * std/cmath.h: Add abs(float), abs(double) and abs(long double).
952         Add commented-out declarations for other float and long double
953         math functions.
955         * std/cstdlib.h: Add abs(long) and div(long,long).
957         * Makefile.in (install): Make shared library executable and
958         non-writable.  Tidy.
959         (OBJS): Add cstdlibi.o and cmathi.o.
961         * Rename implementation files to have different basenames.
963 Mon Aug 21 00:57:03 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
965         * Makefile.in (install): Use "cd stl"; no need for $(srcdir)
966         prefix because we're already in $(srcdir).
968 Tue Jul 25 18:41:29 1995  Per Bothner  <bothner@kalessin.cygnus.com>
970         * std/stddef.h:  Remove obsolete definition of enum capacity.
972 Sat Jul 22 13:37:01 1995  Doug Evans  <dje@canuck.cygnus.com>
974         * Makefile.in (IO_DIR): Add multilib support.
975         (LIBIBERTY, LIBIBERTY_OBJS, INSTALLDIR, stdlist): Likewise.
976         (libiberty.a, install): Likewise.
977         * configure.in: Likewise.
978         (XCXXINCLUDES): Likewise.
979         * stl/configure.in: Likewise.
980         (XCXXINCLUDES): Likewise.
982 Mon Jul 17 09:29:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
984         * Makefile.in (typeinfo.o, stdexcept.o): Put an else for the if
985         stmt checking PICFLAG.
986         (stmp-string, bigstmp-string, stmp-complex, bigstmp-complex): Likewise.
988 Wed Jun 28 17:05:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
990         * std/*.h: Wrap with extern "C++".
992         * std/ciso646.h: Don't worry about #undefing the keywords.
994 Mon Jun 26 19:05:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
996         * std/bastring.h (operator!=): If they've included the STL
997         function.h, don't overload the operator templates that it defines.
999 Fri Jun 23 16:54:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1001         * Makefile.in (SHLINK): Force link.
1002         (install): Ditto.
1004         * std/bastring.h (terminate): Never reallocate.
1005         (alloc): No longer const.
1007         * std/bastring.cc (create): Always allocate an extra byte.
1008         (check_realloc): Always leave room for an extra byte.
1009         (*find*): Add missing 'const'.
1011         * Makefile.in (SHARLIB): Provide a default value.
1013 Tue Jun 20 16:29:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1015         * std/cstring.h: Don't bother tweaking prototypes for now.  When
1016         we do, we will use new-style casts.
1018 Fri Jun 16 13:57:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1020         * Makefile.in (VERSION): Update to 2.7.0.
1022         * config/aix.ml: Build both shared and archive libraries.
1024 Wed Jun 14 21:44:21 1995  Jason Merrill  <jason@python.cygnus.com>
1026         * configure.in (frags): Use linux.ml for Linux/ELF.
1027         * config/linux.ml: New file.
1029 Wed Jun 14 17:56:23 1995  Niclas Andersson  <nican@ida.liu.se>
1031         * configure.in: Use xiberty when building cross-compiler.
1033 Wed Jun 14 12:57:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1035         * std/*complex*, std/cinst.h, cinst.cc: Pass by reference to const
1036         rather than by value.
1037         * std/*complex*: Add member functions real() and imag().
1039 Sat Jun 10 12:14:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1041         * Makefile.in (bigstmp-string): Call main string object cstrmain.o
1042         instead of cstring.o.
1044 Wed Jun  7 11:15:15 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1046         * std/cstring.h: Use #include_next to pick up <string.h>.
1048         * string.h: New file.
1050         * Makefile.in (MOSTLYCLEAN_JUNK): Remove piclist.
1052         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1054 Mon Jun  5 18:36:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1056         * config/*.ml: Build both shared and archive libraries.
1058         * configure.in (MOSTLYCLEAN): Remove pic.
1059         (frags): Use toplevel pic frags.
1061         * Makefile.in (piclist): New rule.
1062         (SHLIB): Use it.
1063         (stl.list): Removed.
1064         (typeinfo.o): Also build pic version.
1065         (stdexcept.o): Ditto.
1066         (*stmp-*): Ditto.
1068 Tue May 30 12:01:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1070         * std/{complext,{f,d,ld}complex}.h: To declare specializations,
1071         use friend declarations in the class body...
1072         * std/cinst.h: ...rather than macro hackery.
1074         * Makefile.in (stdlist): Renamed from list.
1076         * cstdarg: Don't define __CSTDARG__.
1077         * complex.h: Similarly.
1079 Tue May  9 19:31:20 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1081         * std/bastring.cc (operator>>): Use an int to store the return value
1082         of streambuf::sbumpc.
1083         (getline): Ditto.
1084         * std/bastring.* (replace): Reverse size_t and charT arguments.
1086         * configure.in (enable_shared): Support enable_shared under AIX.
1088         * Makefile.in (SHARLIB): New variable and rule for building an
1089         archive library containing a single shared object (for AIX).
1091 Mon May  8 01:43:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1093         * std/bastring.h (remove): Forgot one.
1094         (empty): And this.
1095         Disable copy-on-write if someone takes an iterator.
1097         * std/bastring.cc (getline): Avoid resizing down if unnecessary.
1098         (operator>>): Don't use private methods.
1100 Sun May  7 02:39:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1102         * std/bastring.h (insert, replace): Fix.
1103         * std/bastring.cc (find_*_of): Fix.
1105 Fri May  5 01:45:10 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1107         * std/bastring.h: Add iterator remove fn.  Remove evil default
1108         arguments.
1110         * std/*complex*, std/cinst.h, cinst.cc: s/__complex/complex/g.
1111         complex<float> is now specialized.  Lose _*_complex in favor of
1112         'explicit' constructors.
1113         * std/complex.h: Lose typedef of complex.
1114         * std/fcomplex.h: New file.
1115         * std/complext.cc (operator<<): Accept more input forms.
1117         * std/bastring.h: Add iterator insert fns.
1119 Thu May  4 02:30:04 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1121         * std/bastring.*: Update to current draft.
1123         * std/bastring.*: Reorganize so that the pointer in a string
1124         object points to the data rather than the bsrep object, for
1125         debugging.
1127 Tue Apr 25 17:15:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1129         * configure.in: Update to stay in sync with config.shared.
1131 Mon Apr 24 13:08:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1133         * std/complext.h: Declare hypot.  Declare appropriate functions const.
1135 Wed Apr 12 15:26:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1137         * Makefile.in (typeinfo.o): Don't use $<.
1138         (stdexcept.o): Ditto.
1140 Sat Apr  8 15:35:00 1995  Mike Stump  <mrs@cygnus.com>
1142         * std/typeinfo.h: Move bad_cast, bad_typeid and __bad_cast_object
1143         from here to stdexcept.
1144         * std/stdexcept.h: Ditto.
1145         * Makefile.in (stdexcept.o): Added rule to build typeinfo.o with
1146         -frtti to support matching of thrown objects with rtti info for
1147         bad_cast.
1149 Mon Apr  3 18:13:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1151         * typeinfo: New file.
1153         * Makefile.in (HEADERS): Add typeinfo.
1155 Mon Apr  3 15:06:58 1995  Mike Stump  <mrs@cygnus.com>
1157         * Makefile.in (typeinfo.o): Added rule to build typeinfo.o with
1158         -frtti to support matching of thrown objects with rtti info for
1159         bad_cast.
1161 Wed Mar 29 15:56:06 1995  Mike Stump  <mrs@cygnus.com>
1163         * typeinfo.cc: (__throw_type_match_rtti): Added to support
1164         matching of thrown objects with rtti info.
1166 Thu Mar 23 18:42:30 1995  Jason Merrill  <jason@deneb.cygnus.com>
1168         * Makefile.in (HEADERS): Add stdexcept.
1170 Sun Mar 12 01:25:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1172         * std/typeinfo.h: Add return statements to dummy methods.
1174 Wed Mar  8 16:09:50 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1176         * config/dec-osf.ml: Use -rpath flag.
1178 Fri Feb 17 18:16:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1180         * std/typeinfo.h: Add copyright header.
1182         * Makefile.in (CXXFLAGS): Add a bunch of warning options to keep
1183         me honest.
1185 Thu Feb 16 00:04:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1187         * Makefile.in, config/*.ml: Generate shared library on most hosts
1188         as libstdc++.so.$(VERSION), with a symlink to libstdc++.so, so that
1189         multiple versions can coexist.
1191 Fri Feb 10 02:59:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1193         * std/exception.h: {set_,}{terminate,unexpected} have C++ linkage.
1195         * Makefile.in: Allow string and complex to be split up either by
1196         individual function or into I/O and non-I/O.  Default to the
1197         latter.
1199 Wed Feb  8 02:39:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1201         * std/bastring.h: Start thinking about throwing exceptions.
1203         * typeinfo.cc: Remove private functions; defining them to call
1204         abort () just delays errors until runtime.  Define
1205         __bad_cast_object.
1207         * std/exception.h: Standard exceptions are now defined in
1208         stdexcept.h.  This header now contains declarations of terminate()
1209         et al.
1210         * exception.cc: Move code from libg++/src/except.c here.
1211         * std/typeinfo.h: Define RTTI-related exceptions here.
1212         * stdexcept{,.cc},std/stdexcept.h: New files.
1214 Mon Feb  6 18:51:31 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1216         * Makefile.in (HEADERS): Resurrect, add new STL header names.
1217         (install): Install extensionless headers again.
1218         * extensionless headers: Resurrect, add new STL headers.
1219         Currently only forward to std/whatever or stl/whatever.
1221 Mon Jan 30 13:53:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1223         * std/bastring.h (basic_string (charT, size_t)): Mark explicit.
1225         * Makefile.in (install): Set rootme when installing stl headers.
1226         Only install *.* from std.
1228 Wed Jan 25 02:29:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1230         * std/bastring.h (operator=): grab before releasing.
1232 Mon Jan 23 19:54:02 1995  Ronald F. Guilmette  <rfg@segfault.us.com>
1234         * Makefile.in (install): Also install STL headers.
1236 Mon Jan 23 04:09:35 1995  Jason Merrill  <jason@python.cygnus.com>
1238         * Makefile.in (list): Set $rootme before calling make.
1240 Wed Jan 11 19:24:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1242         * typeinfo.cc (__rtti_match): Don't try to do pointer arithmetic
1243         with a void *.
1245         * move all headers into std subdirectory and update files accordingly.
1247 Thu Jan  5 01:51:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1249         * bastring.ccI (basic_string (size_t, capacity)): s/reserve/::reserve/.
1251 Wed Jan  4 17:27:32 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1253         * exception: s/string/__string/g.
1255         * configure.in (MOSTLYCLEAN): Add so_locations.
1257         * bastring.ccI (basic_string (size_t, capacity)): Fix thinko.
1258         (various find functions): Ditto.
1260 Fri Dec 30 18:04:00 1994  Mike Stump  <mrs@cygnus.com>
1262         * typeinfo.h: Add support for the built-in type bool.
1264 Fri Dec 30 14:57:02 1994  Mike Stump  <mrs@cygnus.com>
1266         * typeinfo.{cc, h}: Guard against multiple inclusions, and add #p i/i.
1268 Fri Dec  2 17:56:05 1994  Mike Stump  <mrs@cygnus.com>
1270         * libg++ 2.6.2 released.
1272         * typeinfo.{cc, h} (__rtti_match): Change interface to compiler
1273         for dynamic_casting to gear up for exception handling's use of
1274         rtti for argument matching.
1276 Tue Nov 29 16:49:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1278         * configure.in (configdirs):  Add stl.
1279         * Makefile.in:  Build stl, and merge .o files from it.
1281 Thu Nov 17 15:30:57 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1283         * bastring.hI: Add iterator, const_iterator, begin() and end() to
1284         basic_string.
1286 Mon Nov  7 16:50:33 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1288         * Makefile.in, configure.in, config/*.ml, tests/Makefile.in,
1289         tests/configure.in: Various changes to handle --enable-shared.
1291 Fri Nov  4 19:13:33 1994  Mike Stump  <mrs@cygnus.com>
1293         * exception{,.cc}: Added to support catching bad_cast's.
1295 Thu Nov  3 17:42:13 1994  Mike Stump  <mrs@cygnus.com>
1297         * typeinfo.h (type_info::{name, before}): Add to match draft.
1299 Thu Nov  3 00:56:34 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1301         * Makefile.in (LIBIBERTY_OBJS): Add strerror.o.
1303 Mon Oct 31 15:33:06 1994  Kung Hsu  (kung@mexican.cygnus.com)
1305         * typeinfo.cc: Fix a bug in the final return.
1306         * typeinfo.cc: Fix the ANSI header version number.
1307         * typeinfo.h: ditto.
1309 Fri Oct 28 14:23:12 1994  Mike Stump  <mrs@cygnus.com>
1311         * type_info.{cc,h}: Rename to typeinfo to better match current draft.
1313 Wed Oct 26 11:13:53 1994  Kung Hsu  (kung@mexican.cygnus.com)
1315         * type_info.h: new header file for rtti.
1316         * type_info.cc: new code file for rtti.
1317         * Makefile.in: change to include type_info.o in libstdc++ for rtti.
1319 Sat Oct 15 16:09:51 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1321         * libg++ 2.6.1 released.
1323         * cinst.hI: Also declare instantiations of out-of-line functions.
1325 Fri Oct 14 15:00:09 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1327         * configure.in (CXXINCLUDES): Use {} to wrap variable name.
1328         * tests/configure.in (CXXINCLUDES): Ditto.
1330         * cinst.hI: Declare instantiations of two-argument functions so
1331         overload resolution will work.
1332         * complext.hI: Always include cinst.hI.
1334         * bastring.ccI (operator>>): Tweak.
1336 Tue Oct 11 17:07:49 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1338         * stddef*: Do the #pragma i/i thang.
1340         * bastring.hI (basic_string::put_at): Use operator[].
1341         (basic_string::terminate): Don't necessarily copy the rep.
1343         * bastring.ccI (operator>>): Avoid shrinking and then re-expanding
1344         the string.
1346         * bastring.*I, sinst.cc: Only allow allocation policy control if
1347         _G_ALLOC_CONTROL is defined.
1349         * Makefile.in (libstdc++.a): Depend on iostream.list and libiberty.a.
1350         (../libio/iostream.list): New rule.
1351         (../libiberty/libiberty.a): New rule.
1352         (OBJS): Add stddef.o.
1354 Sat Oct  8 23:59:45 1994  Jason Merrill (jason@phydeaux.cygnus.com)
1356         * *: First checkin.