Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 28 Jan 2003 07:32:19 +0000 (07:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 28 Jan 2003 07:32:19 +0000 (07:32 +0000)
* stdio-common/bug14.c: Use official name for the locale.

ChangeLog
nptl/ChangeLog
stdio-common/bug14.c

index 204654d1989d81847504cb8eb2c064cab6ea73c4..ed2c6151f4c349c8c52a125cefe3d65948ed2ab7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 
 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
 
+       * stdio-common/bug14.c: Use official name for the locale.
+
        * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
        instead of __libc_cleanup_region_start and _IO_cleanup_region_end
        instead of __libc_cleanup_region_end.
index 78e49c34131d290fb858c994558634bae001e9c5..8efb7a647d8a97742c1f819f0daf3085c97eabf3 100644 (file)
@@ -1,5 +1,8 @@
 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
 
+       * Makefile (tests): Add tst-cleanup2.
+       * tst-cleanup2.c: New file.
+
        * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
        Interpret first parameter correctly.
 
index 6ef54d5201ab0b89052dd6569b0b724f827aea85..317d4969d354a17541f6953038ae2bd96be0d440 100644 (file)
@@ -11,7 +11,7 @@ static const char string[] = "\
 int
 main (void)
 {
-  if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
+  if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
     {
       puts ("cannot set locale");
       exit (1);