summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-11 19:01:29 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-11 19:01:29 +0000
commit516dd9949381b3efc07962eb547e9142f6aedca1 (patch)
tree836abdeae470d0ad4eb3e08f5da556d73cc074a6 /libstdc++-v3/ChangeLog
parent12f322ccf59bb2d1321558aa593ee41e9afd431e (diff)
downloadgcc-516dd9949381b3efc07962eb547e9142f6aedca1.tar.gz
2003-04-11 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/22_locale/locale/cons/3.cc: Split. * testsuite/22_locale/locale/cons/7222-c.cc: New. * testsuite/22_locale/locale/cons/7222-env.cc: New. Check before trying to create a locale from the environment. * testsuite/27_io/ios_base/state/1.cc (test02): Use "C" locale. * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc: Adjust includes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 577de694e25..ff6af696d3d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,15 @@
2003-04-11 Benjamin Kosnik <bkoz@redhat.com>
+ * testsuite/22_locale/locale/cons/3.cc: Split.
+ * testsuite/22_locale/locale/cons/7222-c.cc: New.
+ * testsuite/22_locale/locale/cons/7222-env.cc: New.
+ Check before trying to create a locale from the environment.
+ * testsuite/27_io/ios_base/state/1.cc (test02): Use "C" locale.
+ * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
+ Adjust includes.
+
+2003-04-11 Benjamin Kosnik <bkoz@redhat.com>
+
* testsuite/22_locale/ctype/is/char/3.cc (test03): Use the classic
locale to construct this hybrid locale, not the global locale.