From a4f4b72b80dd7a36d65828d351716c45908c0ada Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Aug 1999 07:40:00 +0000 Subject: Update. 1999-08-31 Ulrich Drepper * time/strftime.c (my_strftime): Remove unneeded variable len. * time/strptime.c: Undo last change. --- ChangeLog | 6 ++++++ localedata/ChangeLog | 4 ++++ localedata/charmaps/ISO-8859-15 | 1 - time/strftime.c | 1 - time/strptime.c | 1 + 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69c03f7..91ac996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-08-31 Ulrich Drepper + + * time/strftime.c (my_strftime): Remove unneeded variable len. + + * time/strptime.c: Undo last change. + 1999-08-30 Ulrich Drepper * locale/Makefile (distribute): Add iso-639.def and iso-3166.def. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8c11714..ba93c4e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1999-08-31 Ulrich Drepper + + * charmaps/ISO-8859-15: Remove duplicate . + 1999-08-16 Ulrich Drepper * charmaps/CP1258: Remove spurious entry. diff --git a/localedata/charmaps/ISO-8859-15 b/localedata/charmaps/ISO-8859-15 index 087e9c2..937aaa0 100644 --- a/localedata/charmaps/ISO-8859-15 +++ b/localedata/charmaps/ISO-8859-15 @@ -265,7 +265,6 @@ CHARMAP /xA7 SECTION SIGN /xA8 LATIN SMALL LETTER S WITH CARON /xA9 COPYRIGHT SIGN - /xA9 COPYRIGHT SIGN <-a> /xAA FEMININE ORDINAL INDICATOR <<<> /xAB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK /xAC NOT SIGN diff --git a/time/strftime.c b/time/strftime.c index 9ad16b2..995a6d9 100644 --- a/time/strftime.c +++ b/time/strftime.c @@ -1202,7 +1202,6 @@ my_strftime (s, maxsize, format, tp ut_argument) /* The wide name is after the single byte name and format. */ char *tcp = strchr (era->name_fmt, '\0') + 1; - size_t len; subfmt = (wchar_t *) (strchr (tcp, '\0') + 1); subfmt = wcschr (subfmt, L'\0') + 1; # else diff --git a/time/strptime.c b/time/strptime.c index 20b39db..5f8271e 100644 --- a/time/strptime.c +++ b/time/strptime.c @@ -156,6 +156,7 @@ localtime_r (t, tp) #ifdef _LIBC /* This is defined in locale/C-time.c in the GNU libc. */ +extern const struct locale_data _nl_C_LC_TIME; extern const unsigned short int __mon_yday[2][13]; # define weekday_name (&_nl_C_LC_TIME.values[_NL_ITEM_INDEX (DAY_1)].string) -- cgit v1.1