[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r9050 - in /fsf/trunk/libc: ChangeLog locale/C-time.c



Author: eglibc
Date: Tue Oct  6 00:04:01 2009
New Revision: 9050

Log:
Import glibc-mainline for 2009-10-06

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/locale/C-time.c

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Tue Oct  6 00:04:01 2009
@@ -1,3 +1,8 @@
+2009-10-05  Andreas Schwab  <schwab@xxxxxxxxxx>
+
+	* locale/C-time.c: Revert week-1stday back to 19971130 and set
+	first_weekday to 1 and first_workday to 2.
+
 2009-10-01  Ulrich Drepper  <drepper@xxxxxxxxxx>
 
 	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and

Modified: fsf/trunk/libc/locale/C-time.c
==============================================================================
--- fsf/trunk/libc/locale/C-time.c (original)
+++ fsf/trunk/libc/locale/C-time.c Tue Oct  6 00:04:01 2009
@@ -134,10 +134,10 @@
     { .wstr = (const uint32_t *) L"" },
     { .wstr = (const uint32_t *) L"" },
     { .string = "\7" },
-    { .word = 19971201 },
+    { .word = 19971130 },
     { .string = "\4" },
-    { .string = "\7" },
     { .string = "\1" },
+    { .string = "\2" },
     { .string = "\1" },
     { .string = "" },
     { .string = "%a %b %e %H:%M:%S %Z %Y" },