~ubuntu-branches/ubuntu/maverick/eglibc/maverick-security

« back to all changes in this revision

Viewing changes to debian/patches/locale/cvs-C-first_weekday.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-05-30 11:05:12 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100530110512-axurnekxr2yygcf2
Tags: 2.12-0ubuntu1
* Build eglibc_2.12.orig.tar.gz, based on 2.12 branch (r10591).
* Merge with Debian (r4299, trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2009-10-05  Andreas Schwab  <schwab@redhat.com>
2
 
 
3
 
        * locale/C-time.c: Revert week-1stday back to 19971130 and set
4
 
        first_weekday to 1 and first_workday to 2.
5
 
 
6
 
diff --git a/locale/C-time.c b/locale/C-time.c
7
 
index a9275d9..368ffce 100644
8
 
--- a/locale/C-time.c
9
 
+++ b/locale/C-time.c
10
 
@@ -134,10 +134,10 @@ const struct locale_data _nl_C_LC_TIME attribute_hidden =
11
 
     { .wstr = (const uint32_t *) L"" },
12
 
     { .wstr = (const uint32_t *) L"" },
13
 
     { .string = "\7" },
14
 
-    { .word = 19971201 },
15
 
+    { .word = 19971130 },
16
 
     { .string = "\4" },
17
 
-    { .string = "\7" },
18
 
     { .string = "\1" },
19
 
+    { .string = "\2" },
20
 
     { .string = "\1" },
21
 
     { .string = "" },
22
 
     { .string = "%a %b %e %H:%M:%S %Z %Y" },