* locale/C-time.c: Set week_1stday data to 19971201.
This commit is contained in:
Ulrich Drepper 2007-10-07 20:36:07 +00:00
parent bb27a6ebf7
commit a1160714c8
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2007-10-07 Ulrich Drepper <drepper@redhat.com> 2007-10-07 Ulrich Drepper <drepper@redhat.com>
[BZ #181]
* locale/C-time.c: Set week_1stday data to 19971201.
[BZ #2633] [BZ #2633]
* wcsmbs/wchar.h: Move many C99 functions into std namespace. * wcsmbs/wchar.h: Move many C99 functions into std namespace.

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1995-2000, 2001, 2002, 2004 Free Software Foundation, Inc. /* Copyright (C) 1995-2002, 2004, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
@ -134,7 +134,7 @@ const struct locale_data _nl_C_LC_TIME attribute_hidden =
{ .wstr = (const uint32_t *) L"" }, { .wstr = (const uint32_t *) L"" },
{ .wstr = (const uint32_t *) L"" }, { .wstr = (const uint32_t *) L"" },
{ .string = "\7" }, { .string = "\7" },
{ .word = 19971130 }, { .word = 19971201 },
{ .string = "\4" }, { .string = "\4" },
{ .string = "\7" }, { .string = "\7" },
{ .string = "\1" }, { .string = "\1" },