diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-05-07 20:26:01 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-05-07 20:26:01 +0000 |
commit | e9a6ff0c7070b35815cf279a9734f910226c6234 (patch) | |
tree | 9b952589164976f393ef4e03fc75849537a2ad05 | |
parent | cace4f938de3c27a0ca72f4575c4237b0ba57d8a (diff) | |
download | gcc-e9a6ff0c7070b35815cf279a9734f910226c6234.zip gcc-e9a6ff0c7070b35815cf279a9734f910226c6234.tar.gz gcc-e9a6ff0c7070b35815cf279a9734f910226c6234.tar.bz2 |
*** empty log message ***
From-SVN: r53268
-rw-r--r-- | libstdc++-v3/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7f7d23d..41343ea 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,13 @@ +2002-05-07 Mark Mitchell <mark@codesourcery.com> + + * configure.in: Add support for WindISS. + * configure: Regenerated. + * configure.target: Add support for WindISS. + * config/os/windiss/bits/ctype_base.h: New file. + * config/os/windiss/bits/ctype_inline.h: Likewise. + * config/os/windiss/bits/ctype_noninline.h: Likewise. + * config/os/windiss/bits/os_defines.h: Likewise. + 2002-05-06 Paolo Carlini <pcarlini@unitus.it> Test all the facets for the temporary "C" locale switch issue. |