diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 09:19:26 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 09:19:26 +0000 |
commit | 9ea45ee64ff656286973e25c51f43ca25206c69b (patch) | |
tree | c437a67a07f904f8658f8781da1f88ce1a16dd5d /libstdc++-v3/ChangeLog | |
parent | 4f1c9c75086e153f375e04854198c04f0da4e4a1 (diff) | |
download | gcc-9ea45ee64ff656286973e25c51f43ca25206c69b.tar.gz |
* config/os/mingw32/ctype_base.h: Use the generic libstdc++ masks
rather than MSVCRT defines.
* config/os/mingw32/ctype_noninline.h (classic_table): Construct
and return a static classic table based on generic libstdc++ masks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126674 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9987a10f1f9..3870147c39b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2007-07-16 Danny Smith <dannysmith@users.sourceforge.net> + + * config/os/mingw32/ctype_base.h: Use the generic libstdc++ masks + rather than MSVCRT defines. + * config/os/mingw32/ctype_noninline.h (classic_table): Construct + and return a static classic table based on generic libstdc++ masks. + 2007-07-12 Douglas Gregor <doug.gregor@gmail.com> * testsuite/tr1/3_function_objects/bind/all_bound.cc: Disambiguate |