OSDN Git Service

* config/locale/c_locale_generic.cc: Check errno for ERANGE
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 71887a4..56bca71 100644 (file)
@@ -1,3 +1,32 @@
+2002-01-30  Loren Rittle <ljrittle@acm.org>
+
+       * config/locale/c_locale_generic.cc: Check errno for ERANGE
+       instead of non-zero to aid portability.
+
+2002-01-30  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
+
+       * docs/html/22_locale/messages.html: Fix example code.
+
+2002-01-30  Richard Henderson  <rth@redhat.com>
+
+       * testsuite/27_io/ostream_inserter_arith.cc (test03_check): Break
+       out from test03 and templatize.
+       (test03): Use it.
+
+2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
+
+       * config/locale/numpunct_members_gnu.cc
+       (numpunct<char, wchar_t>::_M_initialize_numpunct()):
+       Fix initialization of _M_grouping for locales which have
+       _M_thousands_sep == '\0'(L'\0', respectively).
+       * testsuite/22_locale/numpunct_byname.cc (test02): Add test.
+
+2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
+
+       * testsuite/27_io/ostream_inserter_arith.cc (test03):
+       Better fix for 32/64 bit architectures, avoiding the
+       implicit assumption that CHAR_BIT == 8.
+
 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
 
        * Makefile.am (doxygen, doxygen-maint, doxygen-man):  Tweak targets.