aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/string
AgeCommit message (Collapse)AuthorFilesLines
2001-02-05Remove V2 C++ library.Mark Mitchell1-13/+0
* configure.in: Remove --enable-libstdcxx_v3 support. * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3. * configure.in: Remove --enable-libstdcxx_v3 support. * configure: Regenerated. From-SVN: r39445
1999-02-20string, [...]: Revert recent change.Jeffrey A Law1-1/+1
* string, std/straits.h, std/bastring.h: Revert recent change. Needs some libiberty support before it can be re-enabled. From-SVN: r25336
1999-02-16Uncomment wstring declaration.Ulrich Drepper1-1/+1
From-SVN: r25245
1997-10-10stdexcepti.cc (__out_of_range): New fn.Jason Merrill1-0/+5
* 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. * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi. From-SVN: r15885
1997-10-02bastring.h: Move exception stuff after definition of string.Jason Merrill1-5/+0
* std/bastring.h: Move exception stuff after definition of string. Move typedef of string here. * string: From here. From-SVN: r15832
1997-08-21Initial revisionJason Merrill1-0/+13
From-SVN: r14877