X-Git-Url: https://gcc.gnu.org/git/?a=blobdiff_plain;f=libstdc%2B%2B%2FChangeLog;h=c06734ab24849a5af28e1feff7b37b0c9f948f72;hb=c77289885d7b658a980738069be7979c3429ef9b;hp=f58f3da2d596a10ca6a9af57fee03965ecdb1547;hpb=b6aa195e2030d30015a353f8f96cb9cab7bbcb71;p=gcc.git diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index f58f3da2d596..c06734ab2484 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,51 @@ +Mon Nov 24 14:41:33 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in: Use ln -f -s, not ln -s -f. + +Fri Nov 21 12:56:24 1997 Manfred Hollstein + + * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to + cope with filesystem not capable to handle names longer than + 14 characters. + +Sun Nov 16 22:41:55 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (SHLIB): Build with CC instead of CXX. + +Sun Nov 2 23:34:09 1997 Manfred Hollstein + + * configure.in: Use delta.mt for m68k-motorola-sysv. + * config/delta.mt: New makefile fragment. + +Sun Nov 2 12:14:37 1997 Jason Merrill + + * Makefile.in (install): Some of HEADERS come from the stl dir now. + * algorithm, deque, functional, iterator, list, map, memory, numeric, + queue, set, stack, utility, vector: Now in stl dir. + +Fri Oct 10 00:40:00 1997 Jason Merrill + + * std/bastring.h: Use ibegin internally. Return passed iterator + instead of recalculating it where appropriate. + * std/bastring.cc: Adjust for erase. + + From Yotam Medini: + * std/bastring.h: Replace remove with erase. + +Thu Oct 9 23:24:36 1997 Jason Merrill + + * stdexcepti.cc (__out_of_range): New fn. + (__length_error): New fn. + + * std/bastring.h (OUTOFRANGE): Fix logic. Use throwing functions. + (LENGTHERROR): Likewise. + Revert Oct 2 changes. + * string: Revert Oct 2 changes. + +Tue Oct 7 00:51:51 1997 Jason Merrill + + * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi. + Thu Oct 2 00:08:18 1997 Jason Merrill * std/bastring.h: Move exception stuff after definition of string.