diff options
author | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-16 11:58:49 +0000 |
---|---|---|
committer | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-16 11:58:49 +0000 |
commit | 707693ff05e9d328d64dc120c2b8cb47eaeb5782 (patch) | |
tree | 2a3a75247524c437d65abcd38a0f41b8e196e387 /libstdc++ | |
parent | a44cfa5cfa0a6bd57772897eb38c577d1f05d186 (diff) | |
download | gcc-707693ff05e9d328d64dc120c2b8cb47eaeb5782.tar.gz |
Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25248 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 9469c441e00..a799dafcc52 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,17 @@ +1999-01-28 Baron Roberts <baron@sgi.com> + + * string: Uncomment wstring declaration. + + * std/straits.h: Remove #if 0/#endif from around + struct string_char_traits <wchar_t>. + #include <cwchar>. + Add missing definition for wchar_t move method. + Add empty() method for trait-based empty string return. + + * std/bastring.h (c_str): Change return of "" to return of + traits::empty() call so that proper empty string is returned + based on the character type (i.e. "" or L""). + 1999-02-07 Jason Merrill <jason@yorick.cygnus.com> * Makefile.in (stuff2): Tweak. |