* expr.c (emit_move_insn_1): Only emit clobbers if one of
[official-gcc.git] / libstdc++ / ChangeLog
blobcdd427e68245b839fb98e6991c3c848e8d8ac619
1 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
3         * Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
4         (MYCFLAGS): Include $(CFLAGS).
5         
6 1999-12-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8         * std/bastring.h (basic_string::basic_string): Rename parameters
9         to avoid shadow warnings.
10         * std/bastring.cc (alloc): Likewise.
12 1999-12-13  Jakub Jelinek  <jakub@redhat.com>
14         * std/bastring.h (class basic_string::Rep): Use proper defines
15         for sparc v9 and fix asm for sparc64.
17 1999-11-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
19         * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget
20         to define tanh. 
22 Sun Nov 14 09:47:51 1999  H.J. Lu  <hjl@gnu.org>
24         * Makefile.in ($(OBJS)): Depend on stamp-picdir.
26 1999-11-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
28         * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION):  When
29         building meta-expressions don't forget to take the contained
30         closures.
32 1999-10-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
34         * std/valarray_meta.h: (_BinClos::_BinClos): Fix typo.
36 1999-090-17 Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
38         * std/valarray_array.h (__valarray_copy): Fix typo.
40 1999-09-17 Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
42         * std/complext.cc (pow): Don't expect floating point promotion
43         in presence of template argument deduction.  There is no such
44         thing. 
46 1999-09-01  Andreas Schwab  <schwab@suse.de>
48         * configure.in: Move *-*-gnu* pattern below *-*-linux*.
50 Wed Aug 25 01:31:11 1999  "David O'Brien" <obrien@NUXI.com>
52         * configure.in: Alphabetize selection of .ml fragments.
54 Thu Aug  5 02:00:13 1999  Loren Rittle  <ljrittle@acm.org>
56         * Makefile.in (MARLINK, MSHLINK): Handle library version
57         number components with more than one numeric digit.
59 Sat Jul 17 23:51:58 1999  Jeffrey A Law  (law@cygnus.com)
61         * Makefile.in (INTERFACE): Bump to 3.
63 1999-07-16  Markus Gyger (mgyger@gmu.edu)
65         * stdexcepti.cc (__out_of_range): Use std:: qualifier for names 
66         in std.
67         (__length_error): Likewise.
69 Fri Jul  9 01:20:23 1999  Jeffrey A Law  (law@cygnus.com)
71         * Makefile.in (VERSION): Bump to 2.10.0.
73 Tue Jun  8 00:21:11 1999  Jeffrey A Law  (law@cygnus.com)
75         * configure.in (*-*-freebsd2*): Add missing '*' at end of configure
76         string.
78 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
80         * std/std_valarray.h: Don't #include unconditionally <alloca.h>
82 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
84         * std/std_valarray.h: New file.
85         * std/slice.h: New file.
86         * std/slice_array.h: New file.
87         * std/gslice.h: New file.
88         * std/gslice_array.h: New file.
89         * std/mask_array.h: New file.
90         * std/indirect_array.h: New file.
91         * std/valarray_array.h: New file.
92         * std/valarray_array.tcc: New file.
93         * std/valarray_meta.h: New file.
94         * valarray.cc: New file.
95         * valarray: New file
97         * Makefile.in (OBJS): add valarray.o
98         (HEADERS): add valarray
99         (valarray.o): define dependency on valarray.cc
100         (install): make it possible to install valarray file.
101         
102 Wed Jun  2 00:21:54 1999  Robert Lipe  <robertlipe@usa.net>
104         * std/bastring.h (class basic_string:Rep): Encode xlock opcode
105         as .bytes instead of mnemonics.
107 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
109         * configure.in: Test for ${compiler_name}.exe as well.
111 1999-05-15  Mark Kettenis  <kettenis@gnu.org>
113         * configure.in: Add shared library support for the Hurd
114         (*-*-gnu*).
115         * config/gnu.ml: New file.
117 1999-05-12  Jason Merrill  <jason@yorick.cygnus.com>
119         * configure.in (compiler_name): Don't do the skip-this-dir thing
120         if we're reconfiguring.
122 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
124         * std/bastring.h (class basic_string::Rep): Make release member
125         function thread-safe for ix86 (x>=4) and UltraSPARC.
127         * stlinst.cc: Make it possible to compile with __USE_MALLOC.
129 Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>
131         * config/freebsd.ml (LIBS): Add ARLINK.
132         * config/openbsd.ml (LIBS): Add ARLINK.
134 Fri Apr  2 15:12:14 1999  H.J. Lu  (hjl@gnu.org)
136         * libstdc++/configure.in (gxx_include_dir): Handle it.
137         * libstdc++/Makefile.in: Likewise.
139 Wed Mar 24 22:36:45 1999  Mumit Khan  <khan@xraylith.wisc.edu>
141         * configure.in (EXEEXT): Define.
142         (compiler_name): Use.
144 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
146         * configure.in: Add mh-*pic handling for alpha, arm, powerpc
148 Fri Mar  5 02:16:39 1999  Doug Rabson  <dfr@freebsd.org>
150         * configure.in: Support shared libs on FreeBSD 3.x and 4.x
151         * config/freebsd.ml: A copy of config/linux.ml since they are both
152         ELF and both have a shared libm.
154 1999-02-24  Jason Merrill  <jason@yorick.cygnus.com>
156         * configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
158 Sat Feb 20 13:17:17 1999  Jeffrey A Law  (law@cygnus.com)
160         * string, std/straits.h, std/bastring.h: Revert recent change.  Needs
161         some libiberty support before it can be re-enabled.
163 Thu Feb 18 19:53:17 1999  Marc Espie <espie@cvs.openbsd.org>
165         * configure.in: Handle OpenBSD with and without threads.
166         * config/openbsd.ml: New file.
167         * config/openbsd.mt: New file.
169 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
171         * configure.in: Recognize --enable-threads=posix for all
172         platforms.
173         * config/posix.mt: New file.
175         * configure.in: Add fragments for Solaris defining macro specifying
176         thread library to be used.
177         * config/sol2pth.mt: New file
178         * config/sol2solth.mt: New file.
179         * stl/stl_alloc.h: Add support for Solaris thread library.
180         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
181         appropriately.
183 1999-01-28  Baron Roberts  <baron@sgi.com>
185         * string: Uncomment wstring declaration.
187         * std/straits.h: Remove #if 0/#endif from around
188         struct string_char_traits <wchar_t>.
189         #include <cwchar>.
190         Add missing definition for wchar_t move method.
191         Add empty() method for trait-based empty string return.
193         * std/bastring.h (c_str): Change return of "" to return of
194         traits::empty() call so that proper empty string is returned
195         based on the character type (i.e. "" or L"").
197 1999-02-07  Jason Merrill  <jason@yorick.cygnus.com>
199         * Makefile.in (stuff2): Tweak.
201 1999-02-04  Ulrich Drepper  <drepper@cygnus.com>
203         * configure.in: Recognize --enable-threads=posix for all
204         platforms.
205         * config/posix.mt: New file.
207         * configure.in: Add fragments for Solaris defining macro specifying
208         thread library to be used.
209         * config/sol2pth.mt: New file
210         * config/sol2solth.mt: New file.
211         * stl/stl_alloc.h: Add support for Solaris thread library.
212         * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
213         appropriately.
215 Sat Jan 30 08:05:46 1999 Mumit Khan  <khan@xraylith.wisc.edu>
217         * config/x86-interix.ml: New file.
218         * configure.in (i[3456]86-*-interix*): Add shared library support.
220 1999-01-13  Ulrich Drepper  <drepper@cygnus.com>
222         * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
223         * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
225 Sun Jan 03 03:16:02 1999  Robert Lipe  <robertlipe@usa.net>
227         * configure.in:  (*-*-sysv5, *-*-*udk*):  Treat like sysv4.
229 Tue Dec  8 00:59:09 1998  Marc Espie <Marc.Espie@liafa.jussieu.fr>
231         * Makefile.in: Be more selective about what files to install.
233 1998-11-30  Ulrich Drepper  <drepper@cygnus.com>
235         * std/bastring.cc (operator>>): Correct cast in last patch.
236         (getline): Likewise.
238 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
240         * Makefile.in (HEADERS): Install bitset.
242 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
244         * configure.in (compiler_name): Add check to detect if this
245         language's compiler has been built.
247 1998-11-23  Ulrich Drepper  <drepper@cygnus.com>
249         * std/bastring.cc (operator>>): Cast new character to char before
250         adding to string.
251         (getline): Likewise.
253 Thu Sep 17 01:29:46 1998  H.J. Lu  (hjl@gnu.org)
255         * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
257         * Makefile.in (install): Don't rely on 'ln -f'.
259 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
261         * Makefile.in (install): Initialize RELINSTALLDIR correctly
262         even for multilib and cross configurations.
264         * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
265         value if --enable-version-specific-runtime-libs has been specified.
267 Wed Sep  2 21:11:15 1998  H.J. Lu  (hjl@gnu.org)
269         * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
271         * configure.in: Fix INSTALLDIR replacement for cross-compile.
273 Sun Aug 30 22:17:41 1998  H.J. Lu  (hjl@gnu.org)
275         * Makefile.in (INTERFACE): New, set to 2.
276         (ARLIB): Set to libstdc++.a.$(VERSION)
277         (ARLINK, MARLINK): New macros.
278         (LIBS): Add $(ARLINK).
279         ($(ARLINK), marlink): New targets.
280         (install): Don't check $(libsubdir). Handle versioned libraries.
282         * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
283         (LIBS): Add marlink $(ARLINK).
285         * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
286         (ARLINK): New macros.
287         (BUILD_LIBS): Add $(ARLINK).
289         * config/dec-osf.ml (LIBS): Add $(ARLINK).
290         * config/elf.ml (LIBS): Likewise.
291         * config/elfshlibm.ml (LIBS): Likewise.
292         * config/hpux.ml (LIBS): Likewise.
293         * config/iris5.ml (LIBS): Likewise.
294         * config/sol2shm.ml (LIBS): Likewise.
295         * config/sunos4.ml (LIBS): Likewise.
297         * configure.in: Use ${topsrcdir}/config.if to put
298         LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
299         ${package_makefile_frag}.
301 1998-08-25  Martin von Löwis  <loewis@informatik.hu-berlin.de>
303         * stdexcept: Remove __HONOR_STD.
305 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
307         * sinst.cc: Don't explicitly instantiation string_char_traits<char>.
308         * cinst.cc: Likewiwse, for complex<float>, complex<double>,
309         complex<long double>.
311 1998-08-17  Mark Mitchell  <mark@markmitchell.com>
313         * stdexcept: Put things in the std namespace, if appropriate.
315 1998-07-12  Jason Merrill  <jason@yorick.cygnus.com>
317         * Makefile.in (VERSION): Bump to 2.9.0.
319 1998-07-12  Lars Albertsson <lalle@sics.se>
321         * std/bastring.cc (find_last_of): Fix.
322         (find_last_not_of): Likewise.
324 1998-07-06  Manfred Hollstein  <manfred@s-direktnet.de>
326         * configure.in (INSTALLDIR): Make sed pattern failsafe.
328 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
330         * std/bastring.h (class basic_string): Correct iterator return
331         values in insert member functions.
333 1998-07-02  Ulrich Drepper  <drepper@cygnus.com>
335         * std/bastring.h (class basic_string): Return correct iterators in
336         erase member functions.
338 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
340         * Makefile.in (INSTALLDIR): Add comment to document the fact,
341         this macro will be properly initialized at make's runtime.
342         (install): Add initialization of INSTALLDIR depending on $(libsubdir)
343         and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell
344         variable instead of the $(INSTALLDIR) make macro.
346 Tue Mar 24 10:13:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
348         * std/bastring.cc (basic_string::copy): Mark const here, too.
350 1998-03-23 15:59  Ulrich Drepper  <drepper@cygnus.com>
352         * std/bastring.h (basic_string::copy): Mark copy function as const.
353         Reported by Scott Schurr <scotts@ims.com>.
355 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
357         * configure.in: Make locating frag files failsafe even for the
358         special case if configuring and building in srcdir.
360 1998-03-04 12:37  Ulrich Drepper <drepper@cygnus.com>
362         * cinst.cc [INSERT] (operator<<): Correct type of numeric argument.
364 Fri Feb  6 01:36:21 1998  Manfred Hollstein  <manfred@s-direktnet.de>
366         * Makefile.in (piclist): Check value of enable_shared, not PICFLAG.
367         (stmp-string, ...): Dito.
368         (bigstmp-string, ...): Dito.
370 Sun Feb  1 13:38:07 1998  H.J. Lu  (hjl@gnu.org)
372         * config/linux.mt: Don't define _PTHREADS, but define
373         _IO_MTSAFE_IO.
375 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
377         * tests/configure.in, testsuite/configure.in: Update with yesterday's
378         toplevel configure.in changes.
380 Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
382         * configure.in (package_makefile_rules_frag): New variable
383         which is used in the call to config.shared; redirect file descriptor 2
384         to ${package_makefile_rules_frag}.
386 Tue Jan 27 10:11:27 1998  Jason Merrill  <jason@yorick.cygnus.com>
388         * Makefile.in (install): Remove the shared library symlink even if
389         we aren't installing it.
391 Tue Jan 27 10:29:44 1998  H.J. Lu  (hjl@gnu.org)
393         * configure.in (topsrcdir): New.
394         (configdirs): Check ${topsrcdir}/gcc instead.
395         (config-ml.in): Use ${topsrcdir}/config-ml.in.
397         * tests/configure.in (topsrcdir): New.
398         (check): Check ${topsrcdir}/gcc instead.
400 Sun Jan 25 14:01:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
402         * std/bastring.h (unique): We only need length bytes.
403         (c_str): Avoid writing over random memory.
404         #include <std/bastring.cc>.
405         Lose _G_ALLOC_CONTROL.
406         * std/bastring.cc: Likewise.
407         (nilRep): Add initializer for selfish.
408         * sinst.cc: Just #include <string>.
410 Tue Jan 13 21:23:05 1998  H.J. Lu  (hjl@gnu.org)
412         * configure.in (configdirs): Include testsuite only if
413         ${srcdir}/../gcc exists.
415         * tests/configure.in (check): Set to ${CHECK} if
416         ${srcdir}/../../gcc doesn't exists.
418 1998-01-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
420         * std/bastring.cc (basic_string::Rep::operator delete): Don't claim
421         to return from deallocate, since this is a void method.
423 Sat Jan  3 12:15:41 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
425         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
427 Sun Dec  7 02:34:40 1997  Jody Goldberg <jodyg@idt.net>
429         * libstdc++/std/bastring.h : Move closer to the draft standard
430         implementation of basic_string by adding 3 paramter 'Allocator'.
431         NOTE: this still differs from the standard in not offering per
432         instance allocators.
433         * libstdc++/std/bastring.cc : Likewise.
434         * libstdc++/stlinst.cc : Handle thread safe allocators if they are the
435         default.
437 Sun Dec  7 02:32:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
439         * iosfwd: New header.
440         * Makefile.in (HEADERS): Add it.
442 Sun Dec  7 02:32:20 1997  Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
444         * Makefile.in (HEADERS): Modified list of headers to
445         install to include all of SGI STL headers especially hash_set and
446         hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
447         iostream, and strstream.
449         * fstream, iomanip, iostream, strstream: New forwarding headers
450         added.
452 Thu Nov 27 01:33:55 1997  Jeffrey A Law  (law@cygnus.com)
454         * Makefile.in (install): Change gxx_includedir to gxx_include_dir.
456 Tue Nov 25 23:16:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
458         London changes to string:
459         * std/bastring.cc (check_realloc): Don't be selfish anymore.
460         * std/bastring.h (non-const operator[]): Be selfish.
461         (iterator forms of insert and erase): Stay selfish.
463 Tue Nov 25 14:03:43 1997  H.J. Lu  (hjl@gnu.org)
465         * Makefile.in (stmp-complex, bigstmp-complex): Changed to
466         xxxx-complx.
468 Mon Nov 24 14:41:33 1997  Jeffrey A Law  (law@cygnus.com)
470         * Makefile.in: Use ln -f -s, not ln -s -f.
472 Fri Nov 21 12:56:24 1997  Manfred Hollstein <manfred@s-direktnet.de>
474         * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
475         cope with filesystem not capable to handle names longer than
476         14 characters.
478 Sun Nov 16 22:41:55 1997  Jeffrey A Law  (law@cygnus.com)
480         * Makefile.in (SHLIB): Build with CC instead of CXX.
482 Sun Nov  2 23:34:09 1997  Manfred Hollstein  <manfred@s-direktnet.de>
484         * configure.in: Use delta.mt for m68k-motorola-sysv.
485         * config/delta.mt: New makefile fragment.
487 Sun Nov  2 12:14:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
489         * Makefile.in (install): Some of HEADERS come from the stl dir now.
490         * algorithm, deque, functional, iterator, list, map, memory, numeric,
491         queue, set, stack, utility, vector: Now in stl dir.
493 Fri Oct 10 00:40:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
495         * std/bastring.h: Use ibegin internally.  Return passed iterator
496         instead of recalculating it where appropriate.
497         * std/bastring.cc: Adjust for erase.
499         From Yotam Medini:
500         * std/bastring.h: Replace remove with erase.
502 Thu Oct  9 23:24:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
504         * stdexcepti.cc (__out_of_range): New fn.
505         (__length_error): New fn.
507         * std/bastring.h (OUTOFRANGE): Fix logic.  Use throwing functions.
508         (LENGTHERROR): Likewise.
509         Revert Oct 2 changes.
510         * string: Revert Oct 2 changes.
512 Tue Oct  7 00:51:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
514         * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi.
516 Thu Oct  2 00:08:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
518         * std/bastring.h: Move exception stuff after definition of string.
519         Move typedef of string here.
520         * string: From here.
522 Sat Sep 27 16:48:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
524         * std/complext.h: Lose injection decls.
525         * std/fcomplex.h: Likewise.
526         * std/dcomplex.h: Likewise.
527         * std/ldcomplex.h: Likewise.
529 Sat Sep 27 16:47:35 1997  Mark Mitchell  <mmitchell@usa.net>
531         * std/complext.h: Declare templates before making them
532         friends.  Use new friend <> syntax.
533         * std/complext.cc: Don't rely on guiding declarations.
534         * std/fcomplex.h: Use new friend <> syntax.
535         * std/dcomplex.h: Likewise.
536         * std/ldcomplex.h: Likewise.
538 Thu Sep 25 19:55:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
540         * std/bastring.h: Enable exceptions.
541         (assign, append, insert, replace): Implement member template versions.
543 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
545         * config/linux.mt: New file.  Make sure _PTHREADS is defined
546         if necessary.
547         * configure.in: Find linux.mt file.
549 Thu Sep 11 15:03:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
551         * std/bastring.h (class basic_string): Add global scope to
552         use of reverse_iterator.
554 Tue Sep  9 19:47:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
556         * std/bastring.h: Adjust use of reverse_iterator template.
558 Wed Aug 27 00:04:33 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
560         * Makefile.in: Create correct multiple links to
561         shared libstdc++.
563 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
565         * testsuite/Makefile.in (check): Don't depend on site.exp.
566         (just-check): Depend on site.exp.
568 Mon Aug 25 14:26:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
570         * Makefile.in (CXXFLAGS): Add -Weffc++.
572 Sat Aug 23 21:25:37 1997  Mark Mitchell  <mmitchell@usa.net>
574         * bastring.h: Enable reverse_iterator and its ilk.
576         * bastring.h: Provide specializations of member function templates
577         for const_iterator.
579 Wed Jul 30 10:59:00 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
581         * stlinst.cc: Add instantiation file for
582         __default_alloc_template<fale, 0> and
583         __malloc_alloc_template<0>
585 Sun Jun  1 17:03:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
587         * std/bastring.cc (find_last_of): Correct handling of POS.
588         (find_last_not_of): Likewise.
590 Thu May  1 17:37:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
592         * Makefile.in ($(SHLIB)): Add $(LIBCXXFLAGS).
594 Wed Apr 30 12:06:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
596         * Makefile.in (IO_DIR): Remove $(MULTIBUILDTOP).
597         (LIBIBERTY_DIR): Likewise.
598         * configure.in: Don't turn on multilib here.
600 Fri Apr 25 16:09:15 1997  Bob Manson  <manson@charmed.cygnus.com>
602         * testsuite/libstdc++.tests/test.exp, testsuite/lib/libstdc++.exp,
603           testsuite/configure.in, testsuite/Makefile.in,
604           testsuite/config/default.exp, testsuite/ChangeLog: New files.
606         * configure.in: Add new testsuite directory to be configured.
608 Tue Apr 22 19:03:39 1997  Alexandre Oliva <oliva@dcc.unicamp.br>
610         * Makefile.in (install): Fix handling of mshlink.
612 Fri Apr  4 03:25:13 1997  Ulrich Drepper  <drepper@cygnus.com>
614         * Makefile.in (IO_DIR): Prepend $(MULTIBUILDTOP) to
615         support multilib build.
616         (LIBIBERTY_DIR): Likewise.
618         * configure.in: Enable multilibing by default.
619         Update multilib template to read config-ml.in.
621 Wed Mar 12 16:09:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
623         * configure.in (XCXXINCLUDES): Add the STL directory.
625 Thu Jan 23 08:08:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
627         * stdexcept: Delete dtors for all of the error classes, to match
628         their removal in the Apr 1995 WP.
629         (class overflow_error): Define missing class, added in May 1996 WP.
631 Mon Nov 18 16:57:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
633         * Makefile.in (stuff[12]): More rules for my own evil purposes.
634         (CXXFLAGS, CFLAGS): Use -O instead of -O3 so debugging works.
636 Wed Oct 16 13:47:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
638         * config/irix5.ml: Do link against the math library.
639         * configure.in: Support shared libs on Irix 6.
641 Fri Oct 11 18:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
643         * config/linux.ml: Lose version overrides.
645         * Makefile.in (MSHLINK): Defaults to .so.2.x
646         (mshlink): Indirect rule for making it.
648 Tue Sep 24 17:58:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
650         * Remove new, typeinfo, exception, stddef*.
651         * Move public headers from std/*.h to *.
653 Sun Sep 22 05:35:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
655         * Makefile.in: Remove new, exception, typeinfo handling.
656         * exceptioni.cc, newi.cc, typeinfoi.cc, std/exception.h, std/new.h,
657         std/typeinfo.h, new.h: Remove.
658         * typeinfo, new, exception: Refer to the files with .h in gcc.
660 Fri Sep 20 14:39:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
662         * Makefile.in: Remove references to stl.list.
663         * configure.in (configdirs): Remove stl.
665 Sat Sep 14 09:42:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
667         * Makefile.in (stuff): Convenience for me.
669         * std/bastring.h: Remove kludge obsoleted by new overloading code.
671 Fri Sep  6 16:43:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
673         * typeinfoi.cc (__dynamic_cast): Fix static_cast.
674         (__rtti_si): Likewise.
675         (dcast): Likewise.
677 Thu Aug 29 17:06:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
679         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
681 Tue Jul 23 14:27:44 1996  Mike Stump  <mrs@cygnus.com>
683         * Makefile.in (exceptioni.o): Use -fexceptions now.
685 Mon Jun 17 13:57:24 1996  Per Bothner  <bothner@deneb.cygnus.com>
687         * std/bastring.h (class basic_string::remove):  Add casts.
689         * configure.in:  Use EXTRA_DISTCLEAN rather than DISTCLEAN.
691 Fri Jun  7 14:09:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
693         * typeinfoi.cc (BUILTIN): Align typeinfo object like a pointer.
695 Wed May 29 16:48:35 1996  Mike Stump  <mrs@cygnus.com>
697         * exceptioni.cc (__throw_bad_exception): Add.
698         * std/exception.h (bad_exception): Add.
699         * std/typeinfo.h: Remove leftovers of bad_cast_object.
701 Mon May  6 14:04:42 1996  Jason Merrill  <jason@yorick.cygnus.com>
703         * std/complext.h: s/FLOAT/_FLT/g.
705 Thu May  2 17:26:24 1996  Mike Stump  <mrs@cygnus.com>
707         * exceptioni.cc (uncaught_exception): New routine.
708         * std/exception.h: Declare it.
710 Thu Apr 25 13:20:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
712         * Makefile.in (typeinfoi.o, stdexcepti.o): Use default rule.
714 Wed Apr 24 18:38:24 1996  Mike Stump  <mrs@cygnus.com>
716         * exceptioni.cc: Add #pragma implementation.
717         * std/exception.h: Add #pragma interface.  Moved exception from
718         stdexcept.
719         * std/stdexcept.h: Moved exception to exception.  Fix all constructor
720         arguments to take strings to match ANSI.  Moved bad_cast and bad_typeid
721         to typeinfo.
722         * std/typeinfo.h: Moved bad_cast and bad_typeid from stdexcept.
724 Wed Apr 24 10:43:07 1996  Doug Evans  <dje@blues.cygnus.com>
726         * Makefile.in (newi.o,cstringi.o,stddefi.o,cstdlibi.o,cmathi.o): Add
727         rules for SunOS VPATH.
729 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
731         * Version 2.8.0b3.
733 Wed Apr 10 14:38:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
735         * typeinfoi.cc (base_info): Pack the latter three fields into 32 bits.
737 Tue Apr  9 15:49:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
739         * typeinfoi.cc: Add 'const'.
740         (__class_type_info): Now just one pointer to an array of structs,
741         rather than four pointers to arrays.
743         * typeinfoi.cc (__throw_type_match_rtti): Check for conversion to
744         void* before conversion to base*.
745         (dcast): Handle downcasting to X* given other X subobjects in
746         the most derived type.  Ack.
748 Mon Apr  8 15:20:32 1996  Ian Lance Taylor  <ian@cygnus.com>
750         * configure.in: Permit --enable-shared to specify a list of
751         directories.
753 Sun Apr  7 22:50:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
755         * typeinfoi.cc (__rtti_array): New entry point.
757 Sat Apr  6 14:41:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
759         * exceptioni.cc (__throw_bad_cast): New entry point for compiler.
760         * typeinfoi.cc: Remove __bad_cast_object.
762         * typeinfoi.cc: Add nodes for unsigned builtins.
764 Fri Apr  5 18:16:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
766         * typeinfoi.cc, std/typeinfo.h: Total overhaul.  Move most
767         everything out of the header, move name field into type_info, add
768         single-inheritance case, rewrite pointer handling, add new
769         compiler interface.  Compare addresses to check for equality.
771 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
773         * Version 2.8.0b2.
775 Fri Mar  8 13:56:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
777         * std/[cs]inst.h: Remove.
779 Thu Mar  7 07:29:00 1996  Lee Iverson  <leei@Canada.AI.SRI.COM>
781         * Makefile.in (install): Restore deleted chdir to stl subdir.
783 Thu Mar  7 15:02:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
785         * std/complext.h: Fix __attribute__ usage.
787 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
789         * Version 2.8.0b1.
791 Mon Feb 26 17:26:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
793         * std/cstring.h: New approach to changing signatures of string
794         manipulation functions.  Still disabled.
796 Tue Feb 20 18:29:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
798         * std/complext.h (__doapl, __doami, __doaml, __doadv): Helper
799         templates to implement +=, -=, *= and /=, respectively, since
800         member function templates do not apply to class specializations.
801         * std/{f,d,ld}complex.h, std/complext.cc, cinst.cc: Adjust.
803         * std/bastring.h: The representation class is now a nested class.
804         * std/bastring.cc: Add templates for static data members.
805         * sinst.cc: Don't provide specializations for static data members.
806         * std/string.h: Use default template parameters.
808         * Makefile.in (CXXFLAGS): Remove -pedantic -ansi.
809         (CFLAGS): Ditto.
811 Wed Feb 14 14:39:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
813         * std/bastring.cc (check_realloc): Fix for sizeof (charT) > 1.
814         From John Hickin <hickin@bnr.ca>.
816 Wed Jan 10 11:05:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
818         * std/bastring.h (insert): Fix iterator handling.
819         From Joe Buck <jbuck@synopsys.com>.
821 Mon Jan  8 11:48:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
823         * std/bastring.h (max_size): Fix for sizeof (charT) > 1.
824         * std/bastring.cc (replace): Use it.
826         * std/bastring.cc (rfind): Fix for n > length ().
828 Tue Dec 19 15:13:08 1995  Jason Merrill  <jason@yorick.cygnus.com>
830         * config/aix.ml (SHFLAGS): Add -Wl,-unix.
832 Mon Dec 18 12:48:25 1995  Mike Stump  <mrs@cygnus.com>
834         * Makefile.in (exceptioni.o): Compile with -fhandle-exceptions, so
835         we can unwind through unexpected on machines that don't have a
836         working __unwind_function.
838 Sun Dec 17 00:28:31 1995  Jeffrey A Law  (law@cygnus.com)
840         * Makefile.in (install): Make sure shared libraries
841         are installed with mode 555.
843 Mon Nov 27 15:01:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
845         * Makefile.in (install): Make shared library links relative.
846         (install): Break up -sf into -s -f.
847         ({M,}SHLINK): Ditto.
849 Sun Nov 26 22:48:06 1995  Jason Merrill  <jason@yorick.cygnus.com>
851         * queue: Include <stack.h> instead of <queue.h>.
853 Sat Nov 25 11:33:13 1995  Doug Evans  <dje@canuck.cygnus.com>
855         * Makefile.in (install): Fix setting of rootme.
857 Tue Nov 21 14:20:34 1995  Ian Lance Taylor  <ian@cygnus.com>
859         * configure.in: Check ${with_cross_host} rather than comparing
860         ${host} and ${target}.
862 Tue Nov 14 01:50:52 1995  Doug Evans  <dje@canuck.cygnus.com>
864         * Makefile.in (IO_DIR): Delete MULTITOP, MULTISUBDIR.
865         (LIBIBERTY_DIR): Likewise.
866         (INSTALLDIR): Delete MULTISUBDIR.
867         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
868         instead of cfg-ml-pos.in.
869         (XCXXINCLUDES): Delete MULTITOP.
870         * stl/configure.in (XCXXINCLUDES): Delete MULTITOP.
871         (config-ml.in): Call instead of cfg-ml-pos.in.
873 Sun Nov 12 16:44:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
875         * Makefile.in (VERSION):  Set to 2.7.1.
877 Thu Nov  9 17:39:28 1995  Jason Merrill  <jason@yorick.cygnus.com>
879         * config/{aix,dec-osf,irix5,linux,sol2shm}.ml: Remove LDLIBS defn;
880         no longer needed now that make check sets LD_LIBRARY_PATH.
882 Wed Nov  8 19:46:35 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
884         * std/bastring.h: Wrap with #ifndef/#define/#endif.
885         * std/cassert.h: Likewise.
886         * std/cinst.h: Likewise.
887         * std/complext.h: Likewise.
888         * std/dcomplex.h: Likewise.
889         * std/fcomplex.h: Likewise.
890         * std/ldcomplex.h: Likewise.
891         * std/sinst.h: Likewise.
893 Wed Nov  8 16:15:48 1995  Jason Merrill  <jason@yorick.cygnus.com>
895         * std/bastring.cc (getline): Update to September 95 WP.  Now we
896         don't set failbit when reading an empty line.
898 Tue Nov  7 16:09:04 1995  Jason Merrill  <jason@yorick.cygnus.com>
900         * std/bastring.cc (new): Fix for sizeof (charT) != 1.
902 Sat Nov  4 17:37:16 1995  Jason Merrill  <jason@yorick.cygnus.com>
904         * std/complext.cc (operator / (FLOAT, const complex<FLOAT>&)):
905         Reimplement along the lines of the other operator / templates.
906         From John Eaton <jwe@bevo.che.wisc.edu>.
908 Sat Nov  4 13:33:50 1995  Per Bothner  <bothner@kalessin.cygnus.com>
910         * configure.in (DISTCLEAN):  New, to add target-mkfrag.
912 Tue Oct 31 13:59:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
914         * std/bastring.h: Use size_t for the reference count.
915         * std/bastring.cc (create): Set selfish.
916         From Joe Buck (jbuck@synopsys.com).
918 Mon Oct 30 23:09:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
920         * configure.in:  Don't bother changing LIBIBERTY for cross,
921         now that we are using target-libiberty instead.
922         * Makefile.in (LIBIBERTY_DIR):  Simplify.
923         (LIBIBERTY):  Remove.
925 Wed Oct 11 14:56:49 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
927         * config/sol2shm.ml: New files with -rpath.
928         * configure (*-*-solaris*): Use sol2shm.ml.
930 Thu Sep 28 09:26:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
932         * std/straits.h (compare, copy, move, set): Fix for non-char charT's.
933         * std/bastring.h (basic_string::remove): Fix for non-char charT's.
935 Tue Sep 26 15:22:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
937         * config/irix5.ml: Pass -rpath to links.
939 Fri Sep 15 00:17:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
941         * config/linux.ml: Conform to Linux shared library numbering
942         scheme.
943         * Makefile.in: Ditto.
945 Tue Sep 12 00:28:56 1995  Mike Stump  <mrs@cygnus.com>
947         * typeinfoi.cc: (__pointer_type_info::__rtti_match): Moved from
948         the headerfile, include all sorts of pointer conversions from 15.3
949         para 2.
950         * std/typeinfo.h (__pointer_type_info::__rtti_match): Moved from here.
952 Mon Sep 11 23:27:59 1995  Mike Stump  <mrs@cygnus.com>
954         * std/typeinfo.h (__pointer_type_info::__rtti_match): We no longer
955         have to dereference the object pointer, as the pointer is always
956         passed directly.
958 Mon Sep 11 19:29:51 1995  Mike Stump  <mrs@cygnus.com>
960         * std/typeinfo.h (__pointer_type_info::__rtti_match): Define so
961         that pointer conversions can happen on catch type matching.
962         * typeinfoi.cc (__throw_type_match_rtti): Arrange for __rtti_match
963         to be used on pointers.
965 Tue Sep  5 14:49:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
967         * string.h: Remove for now.
969 Thu Aug 31 14:14:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
971         * std/bastring.cc (operator>>): Simplify and fix.
972         (resize): Fix order of arguments to append.
973         (getline): Simplify and fix.
975 Thu Aug 24 17:44:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
977         * std/cstdlib.h (abs): Provide default implementation for peons
978         without labs.
980 Tue Aug 22 08:43:07 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
982         * std/cstdlib.h: Comment out definition of div(long,long) for now,
983         since not all targets have ldiv.
985 Mon Aug 21 11:46:03 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
987         * std/cmath.h: Wrap abs(double) with #if ! _G_MATH_H_INLINES.
989         * stl.h: Add, for compatibility with ObjectSpace STL.
991         * std/complext.cc (operator /): Use abs instead of fabs.
993         * std/bastring.h (replace): Update single-character replace method
994         as per my proposal.
996         * std/cmath.h: Add abs(float), abs(double) and abs(long double).
997         Add commented-out declarations for other float and long double
998         math functions.
1000         * std/cstdlib.h: Add abs(long) and div(long,long).
1002         * Makefile.in (install): Make shared library executable and
1003         non-writable.  Tidy.
1004         (OBJS): Add cstdlibi.o and cmathi.o.
1006         * Rename implementation files to have different basenames.
1008 Mon Aug 21 00:57:03 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
1010         * Makefile.in (install): Use "cd stl"; no need for $(srcdir)
1011         prefix because we're already in $(srcdir).
1013 Tue Jul 25 18:41:29 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1015         * std/stddef.h:  Remove obsolete definition of enum capacity.
1017 Sat Jul 22 13:37:01 1995  Doug Evans  <dje@canuck.cygnus.com>
1019         * Makefile.in (IO_DIR): Add multilib support.
1020         (LIBIBERTY, LIBIBERTY_OBJS, INSTALLDIR, stdlist): Likewise.
1021         (libiberty.a, install): Likewise.
1022         * configure.in: Likewise.
1023         (XCXXINCLUDES): Likewise.
1024         * stl/configure.in: Likewise.
1025         (XCXXINCLUDES): Likewise.
1027 Mon Jul 17 09:29:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1029         * Makefile.in (typeinfo.o, stdexcept.o): Put an else for the if
1030         stmt checking PICFLAG.
1031         (stmp-string, bigstmp-string, stmp-complex, bigstmp-complex): Likewise.
1033 Wed Jun 28 17:05:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1035         * std/*.h: Wrap with extern "C++".
1037         * std/ciso646.h: Don't worry about #undefing the keywords.
1039 Mon Jun 26 19:05:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1041         * std/bastring.h (operator!=): If they've included the STL
1042         function.h, don't overload the operator templates that it defines.
1044 Fri Jun 23 16:54:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1046         * Makefile.in (SHLINK): Force link.
1047         (install): Ditto.
1049         * std/bastring.h (terminate): Never reallocate.
1050         (alloc): No longer const.
1052         * std/bastring.cc (create): Always allocate an extra byte.
1053         (check_realloc): Always leave room for an extra byte.
1054         (*find*): Add missing 'const'.
1056         * Makefile.in (SHARLIB): Provide a default value.
1058 Tue Jun 20 16:29:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1060         * std/cstring.h: Don't bother tweaking prototypes for now.  When
1061         we do, we will use new-style casts.
1063 Fri Jun 16 13:57:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1065         * Makefile.in (VERSION): Update to 2.7.0.
1067         * config/aix.ml: Build both shared and archive libraries.
1069 Wed Jun 14 21:44:21 1995  Jason Merrill  <jason@python.cygnus.com>
1071         * configure.in (frags): Use linux.ml for Linux/ELF.
1072         * config/linux.ml: New file.
1074 Wed Jun 14 17:56:23 1995  Niclas Andersson  <nican@ida.liu.se>
1076         * configure.in: Use xiberty when building cross-compiler.
1078 Wed Jun 14 12:57:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1080         * std/*complex*, std/cinst.h, cinst.cc: Pass by reference to const
1081         rather than by value.
1082         * std/*complex*: Add member functions real() and imag().
1084 Sat Jun 10 12:14:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1086         * Makefile.in (bigstmp-string): Call main string object cstrmain.o
1087         instead of cstring.o.
1089 Wed Jun  7 11:15:15 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1091         * std/cstring.h: Use #include_next to pick up <string.h>.
1093         * string.h: New file.
1095         * Makefile.in (MOSTLYCLEAN_JUNK): Remove piclist.
1097         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1099 Mon Jun  5 18:36:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1101         * config/*.ml: Build both shared and archive libraries.
1103         * configure.in (MOSTLYCLEAN): Remove pic.
1104         (frags): Use toplevel pic frags.
1106         * Makefile.in (piclist): New rule.
1107         (SHLIB): Use it.
1108         (stl.list): Removed.
1109         (typeinfo.o): Also build pic version.
1110         (stdexcept.o): Ditto.
1111         (*stmp-*): Ditto.
1113 Tue May 30 12:01:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1115         * std/{complext,{f,d,ld}complex}.h: To declare specializations,
1116         use friend declarations in the class body...
1117         * std/cinst.h: ...rather than macro hackery.
1119         * Makefile.in (stdlist): Renamed from list.
1121         * cstdarg: Don't define __CSTDARG__.
1122         * complex.h: Similarly.
1124 Tue May  9 19:31:20 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1126         * std/bastring.cc (operator>>): Use an int to store the return value
1127         of streambuf::sbumpc.
1128         (getline): Ditto.
1129         * std/bastring.* (replace): Reverse size_t and charT arguments.
1131         * configure.in (enable_shared): Support enable_shared under AIX.
1133         * Makefile.in (SHARLIB): New variable and rule for building an
1134         archive library containing a single shared object (for AIX).
1136 Mon May  8 01:43:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1138         * std/bastring.h (remove): Forgot one.
1139         (empty): And this.
1140         Disable copy-on-write if someone takes an iterator.
1142         * std/bastring.cc (getline): Avoid resizing down if unnecessary.
1143         (operator>>): Don't use private methods.
1145 Sun May  7 02:39:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1147         * std/bastring.h (insert, replace): Fix.
1148         * std/bastring.cc (find_*_of): Fix.
1150 Fri May  5 01:45:10 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1152         * std/bastring.h: Add iterator remove fn.  Remove evil default
1153         arguments.
1155         * std/*complex*, std/cinst.h, cinst.cc: s/__complex/complex/g.
1156         complex<float> is now specialized.  Lose _*_complex in favor of
1157         'explicit' constructors.
1158         * std/complex.h: Lose typedef of complex.
1159         * std/fcomplex.h: New file.
1160         * std/complext.cc (operator<<): Accept more input forms.
1162         * std/bastring.h: Add iterator insert fns.
1164 Thu May  4 02:30:04 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1166         * std/bastring.*: Update to current draft.
1168         * std/bastring.*: Reorganize so that the pointer in a string
1169         object points to the data rather than the bsrep object, for
1170         debugging.
1172 Tue Apr 25 17:15:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1174         * configure.in: Update to stay in sync with config.shared.
1176 Mon Apr 24 13:08:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1178         * std/complext.h: Declare hypot.  Declare appropriate functions const.
1180 Wed Apr 12 15:26:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1182         * Makefile.in (typeinfo.o): Don't use $<.
1183         (stdexcept.o): Ditto.
1185 Sat Apr  8 15:35:00 1995  Mike Stump  <mrs@cygnus.com>
1187         * std/typeinfo.h: Move bad_cast, bad_typeid and __bad_cast_object
1188         from here to stdexcept.
1189         * std/stdexcept.h: Ditto.
1190         * Makefile.in (stdexcept.o): Added rule to build typeinfo.o with
1191         -frtti to support matching of thrown objects with rtti info for
1192         bad_cast.
1194 Mon Apr  3 18:13:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1196         * typeinfo: New file.
1198         * Makefile.in (HEADERS): Add typeinfo.
1200 Mon Apr  3 15:06:58 1995  Mike Stump  <mrs@cygnus.com>
1202         * Makefile.in (typeinfo.o): Added rule to build typeinfo.o with
1203         -frtti to support matching of thrown objects with rtti info for
1204         bad_cast.
1206 Wed Mar 29 15:56:06 1995  Mike Stump  <mrs@cygnus.com>
1208         * typeinfo.cc: (__throw_type_match_rtti): Added to support
1209         matching of thrown objects with rtti info.
1211 Thu Mar 23 18:42:30 1995  Jason Merrill  <jason@deneb.cygnus.com>
1213         * Makefile.in (HEADERS): Add stdexcept.
1215 Sun Mar 12 01:25:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1217         * std/typeinfo.h: Add return statements to dummy methods.
1219 Wed Mar  8 16:09:50 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1221         * config/dec-osf.ml: Use -rpath flag.
1223 Fri Feb 17 18:16:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1225         * std/typeinfo.h: Add copyright header.
1227         * Makefile.in (CXXFLAGS): Add a bunch of warning options to keep
1228         me honest.
1230 Thu Feb 16 00:04:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1232         * Makefile.in, config/*.ml: Generate shared library on most hosts
1233         as libstdc++.so.$(VERSION), with a symlink to libstdc++.so, so that
1234         multiple versions can coexist.
1236 Fri Feb 10 02:59:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1238         * std/exception.h: {set_,}{terminate,unexpected} have C++ linkage.
1240         * Makefile.in: Allow string and complex to be split up either by
1241         individual function or into I/O and non-I/O.  Default to the
1242         latter.
1244 Wed Feb  8 02:39:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1246         * std/bastring.h: Start thinking about throwing exceptions.
1248         * typeinfo.cc: Remove private functions; defining them to call
1249         abort () just delays errors until runtime.  Define
1250         __bad_cast_object.
1252         * std/exception.h: Standard exceptions are now defined in
1253         stdexcept.h.  This header now contains declarations of terminate()
1254         et al.
1255         * exception.cc: Move code from libg++/src/except.c here.
1256         * std/typeinfo.h: Define RTTI-related exceptions here.
1257         * stdexcept{,.cc},std/stdexcept.h: New files.
1259 Mon Feb  6 18:51:31 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1261         * Makefile.in (HEADERS): Resurrect, add new STL header names.
1262         (install): Install extensionless headers again.
1263         * extensionless headers: Resurrect, add new STL headers.
1264         Currently only forward to std/whatever or stl/whatever.
1266 Mon Jan 30 13:53:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1268         * std/bastring.h (basic_string (charT, size_t)): Mark explicit.
1270         * Makefile.in (install): Set rootme when installing stl headers.
1271         Only install *.* from std.
1273 Wed Jan 25 02:29:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1275         * std/bastring.h (operator=): grab before releasing.
1277 Mon Jan 23 19:54:02 1995  Ronald F. Guilmette  <rfg@segfault.us.com>
1279         * Makefile.in (install): Also install STL headers.
1281 Mon Jan 23 04:09:35 1995  Jason Merrill  <jason@python.cygnus.com>
1283         * Makefile.in (list): Set $rootme before calling make.
1285 Wed Jan 11 19:24:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1287         * typeinfo.cc (__rtti_match): Don't try to do pointer arithmetic
1288         with a void *.
1290         * move all headers into std subdirectory and update files accordingly.
1292 Thu Jan  5 01:51:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1294         * bastring.ccI (basic_string (size_t, capacity)): s/reserve/::reserve/.
1296 Wed Jan  4 17:27:32 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1298         * exception: s/string/__string/g.
1300         * configure.in (MOSTLYCLEAN): Add so_locations.
1302         * bastring.ccI (basic_string (size_t, capacity)): Fix thinko.
1303         (various find functions): Ditto.
1305 Fri Dec 30 18:04:00 1994  Mike Stump  <mrs@cygnus.com>
1307         * typeinfo.h: Add support for the built-in type bool.
1309 Fri Dec 30 14:57:02 1994  Mike Stump  <mrs@cygnus.com>
1311         * typeinfo.{cc, h}: Guard against multiple inclusions, and add #p i/i.
1313 Fri Dec  2 17:56:05 1994  Mike Stump  <mrs@cygnus.com>
1315         * libg++ 2.6.2 released.
1317         * typeinfo.{cc, h} (__rtti_match): Change interface to compiler
1318         for dynamic_casting to gear up for exception handling's use of
1319         rtti for argument matching.
1321 Tue Nov 29 16:49:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1323         * configure.in (configdirs):  Add stl.
1324         * Makefile.in:  Build stl, and merge .o files from it.
1326 Thu Nov 17 15:30:57 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1328         * bastring.hI: Add iterator, const_iterator, begin() and end() to
1329         basic_string.
1331 Mon Nov  7 16:50:33 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1333         * Makefile.in, configure.in, config/*.ml, tests/Makefile.in,
1334         tests/configure.in: Various changes to handle --enable-shared.
1336 Fri Nov  4 19:13:33 1994  Mike Stump  <mrs@cygnus.com>
1338         * exception{,.cc}: Added to support catching bad_cast's.
1340 Thu Nov  3 17:42:13 1994  Mike Stump  <mrs@cygnus.com>
1342         * typeinfo.h (type_info::{name, before}): Add to match draft.
1344 Thu Nov  3 00:56:34 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1346         * Makefile.in (LIBIBERTY_OBJS): Add strerror.o.
1348 Mon Oct 31 15:33:06 1994  Kung Hsu  (kung@mexican.cygnus.com)
1350         * typeinfo.cc: Fix a bug in the final return.
1351         * typeinfo.cc: Fix the ANSI header version number.
1352         * typeinfo.h: ditto.
1354 Fri Oct 28 14:23:12 1994  Mike Stump  <mrs@cygnus.com>
1356         * type_info.{cc,h}: Rename to typeinfo to better match current draft.
1358 Wed Oct 26 11:13:53 1994  Kung Hsu  (kung@mexican.cygnus.com)
1360         * type_info.h: new header file for rtti.
1361         * type_info.cc: new code file for rtti.
1362         * Makefile.in: change to include type_info.o in libstdc++ for rtti.
1364 Sat Oct 15 16:09:51 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1366         * libg++ 2.6.1 released.
1368         * cinst.hI: Also declare instantiations of out-of-line functions.
1370 Fri Oct 14 15:00:09 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1372         * configure.in (CXXINCLUDES): Use {} to wrap variable name.
1373         * tests/configure.in (CXXINCLUDES): Ditto.
1375         * cinst.hI: Declare instantiations of two-argument functions so
1376         overload resolution will work.
1377         * complext.hI: Always include cinst.hI.
1379         * bastring.ccI (operator>>): Tweak.
1381 Tue Oct 11 17:07:49 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1383         * stddef*: Do the #pragma i/i thang.
1385         * bastring.hI (basic_string::put_at): Use operator[].
1386         (basic_string::terminate): Don't necessarily copy the rep.
1388         * bastring.ccI (operator>>): Avoid shrinking and then re-expanding
1389         the string.
1391         * bastring.*I, sinst.cc: Only allow allocation policy control if
1392         _G_ALLOC_CONTROL is defined.
1394         * Makefile.in (libstdc++.a): Depend on iostream.list and libiberty.a.
1395         (../libio/iostream.list): New rule.
1396         (../libiberty/libiberty.a): New rule.
1397         (OBJS): Add stddef.o.
1399 Sat Oct  8 23:59:45 1994  Jason Merrill (jason@phydeaux.cygnus.com)
1401         * *: First checkin.