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