Skip to content

Commit

Permalink
[BZ #181]
Browse files Browse the repository at this point in the history
	* locale/C-time.c: Set week_1stday data to 19971201.
  • Loading branch information
Ulrich Drepper committed Oct 7, 2007
1 parent bb27a6e commit a116071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2007-10-07 Ulrich Drepper <drepper@redhat.com>

[BZ #181]
* locale/C-time.c: Set week_1stday data to 19971201.

[BZ #2633]
* wcsmbs/wchar.h: Move many C99 functions into std namespace.

Expand Down
4 changes: 2 additions & 2 deletions locale/C-time.c
Original file line number Diff line number Diff line change
@@ -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.
Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
Expand Down Expand Up @@ -134,7 +134,7 @@ const struct locale_data _nl_C_LC_TIME attribute_hidden =
{ .wstr = (const uint32_t *) L"" },
{ .wstr = (const uint32_t *) L"" },
{ .string = "\7" },
{ .word = 19971130 },
{ .word = 19971201 },
{ .string = "\4" },
{ .string = "\7" },
{ .string = "\1" },
Expand Down

0 comments on commit a116071

Please sign in to comment.