aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/std
AgeCommit message (Collapse)Author
1998-11-30(operator>>): Correct cast in last patch.Ulrich Drepper
(getline): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@24011 138bc75d-0d04-0410-961f-82ee72b054a4
1998-11-23(operator>>): Cast new character to char before adding to string.Ulrich Drepper
(getline): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23786 138bc75d-0d04-0410-961f-82ee72b054a4
1998-07-12 * Makefile.in (VERSION): Bump to 2.9.0.Jason Merrill
* std/bastring.cc (find_last_of): Fix. (find_last_not_of): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@21072 138bc75d-0d04-0410-961f-82ee72b054a4
1998-07-06(class basic_string): Correct iterator return values in insert memberUlrich Drepper
functions. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@20950 138bc75d-0d04-0410-961f-82ee72b054a4
1998-07-02(class basic_string): Return correct iterators in erase member functions.Ulrich Drepper
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@20906 138bc75d-0d04-0410-961f-82ee72b054a4
1998-05-11Tue Mar 24 10:13:07 1998 Jason Merrill <jason@yorick.cygnus.com>Jason Merrill
* std/bastring.cc (basic_string::copy): Mark const here, too. 1998-03-23 15:59 Ulrich Drepper <drepper@cygnus.com> * std/bastring.h (basic_string::copy): Mark copy function as const. Reported by Scott Schurr <scotts@ims.com>. Bring over from devo. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@19684 138bc75d-0d04-0410-961f-82ee72b054a4
1998-01-25 * std/bastring.h (unique): We only need length bytes.Jason Merrill
(c_str): Avoid writing over random memory. #include <std/bastring.cc>. Lose _G_ALLOC_CONTROL. * std/bastring.cc: Likewise. (nilRep): Add initializer for selfish. * sinst.cc: Just #include <string>. Fix a couple of bugs, linux undefined symbol problem. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@17478 138bc75d-0d04-0410-961f-82ee72b054a4
1998-01-05 * std/bastring.cc (basic_string::Rep::operator delete): Don't claimBrendan Kehoe
to return from deallocate, since this is a void method. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@17297 138bc75d-0d04-0410-961f-82ee72b054a4
1997-12-07Sun Dec 7 02:34:40 1997 Jody Goldberg <jodyg@idt.net>Jody Goldberg
* libstdc++/std/bastring.h : Move closer to the draft standard implementation of basic_string by adding 3 paramter 'Allocator'. NOTE: this still differs from the standard in not offering per instance allocators. * libstdc++/std/bastring.cc : Likewise. * libstdc++/stlinst.cc : Handle thread safe allocators if they are the default. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@16993 138bc75d-0d04-0410-961f-82ee72b054a4
1997-11-26 London changes to string:Jason Merrill
* std/bastring.cc (check_realloc): Don't be selfish anymore. * std/bastring.h (non-const operator[]): Be selfish. (iterator forms of insert and erase): Stay selfish. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@16722 138bc75d-0d04-0410-961f-82ee72b054a4
1997-10-10 * std/bastring.h: Use ibegin internally. Return passed iteratorJason Merrill
instead of recalculating it were appropriate. * std/bastring.cc: Adjust for erase. From Yotam Medini: * std/bastring.h: Replace remove with erase. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15887 138bc75d-0d04-0410-961f-82ee72b054a4
1997-10-10 * stdexcepti.cc (__out_of_range): New fn.Jason Merrill
(__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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15885 138bc75d-0d04-0410-961f-82ee72b054a4
1997-10-02 * std/bastring.h: Move exception stuff after definition of string.Jason Merrill
Move typedef of string here. * string: From here. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15832 138bc75d-0d04-0410-961f-82ee72b054a4
1997-09-28Sat Sep 27 16:48:00 1997 Jason Merrill <jason@yorick.cygnus.com>Jason Merrill
* std/complext.h: Lose injection decls. * std/fcomplex.h: Likewise. * std/dcomplex.h: Likewise. * std/ldcomplex.h: Likewise. Sat Sep 27 16:47:35 1997 Mark Mitchell <mmitchell@usa.net> * std/complext.h: Declare templates before making them friends. Use new friend <> syntax. * std/complext.cc: Don't rely on guiding declarations. * std/fcomplex.h: Use new friend <> syntax. * std/dcomplex.h: Likewise. * std/ldcomplex.h: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15776 138bc75d-0d04-0410-961f-82ee72b054a4
1997-09-26 * std/bastring.h: Enable exceptions.Jason Merrill
(assign, append, insert, replace): Implement member template versions. * tstring.cc: Add some tests for the member templates. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15717 138bc75d-0d04-0410-961f-82ee72b054a4
1997-09-12 * std/bastring.h (class basic_string): Add global scope toJason Merrill
use of reverse_iterator. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15423 138bc75d-0d04-0410-961f-82ee72b054a4
1997-09-10 * std/bastring.h: Adjust use of reverse_iterator template.Jason Merrill
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15212 138bc75d-0d04-0410-961f-82ee72b054a4
1997-08-26Mon Aug 25 14:26:45 1997 Jason Merrill <jason@yorick.cygnus.com>Jason Merrill
* Makefile.in (CXXFLAGS): Add -Weffc++. Sat Aug 23 21:25:37 1997 Mark Mitchell <mmitchell@usa.net> * bastring.h: Enable reverse_iterator and its ilk. * bastring.h: Provide specializations of member function templates for const_iterator. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14922 138bc75d-0d04-0410-961f-82ee72b054a4
1997-08-21Initial revisionJason Merrill
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4