diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 22:37:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 22:37:19 +0000 |
commit | 30d13751354ba7eeabbce754b06650b99884c3c3 (patch) | |
tree | 8d7a4dfa2a0a2073470833c5b1bdfd012f66fca8 /ChangeLog | |
parent | 5d9f13dc9b97a22c614ad5ad7b1a22eacc626acd (diff) | |
download | glibc-30d13751354ba7eeabbce754b06650b99884c3c3.tar.gz glibc-30d13751354ba7eeabbce754b06650b99884c3c3.tar.xz glibc-30d13751354ba7eeabbce754b06650b99884c3c3.zip |
Update.
2001-08-09 Jakub Jelinek <jakub@redhat.com> * catgets/catgets.c (catclose): Be liberal about catalog_desc in catclose too. * time/tst-strptime.c: Add test case for %U and %W handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d7cc72fbae..a80ce7b057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ +2001-08-09 Jakub Jelinek <jakub@redhat.com> + + * catgets/catgets.c (catclose): Be liberal about catalog_desc in + catclose too. + 2001-08-09 Ulrich Drepper <drepper@redhat.com> * time/strptime.c (strptime_internal): Add handling of year + %U/%W week + week day. + * time/tst-strptime.c: Add test case for %U and %W handling. * stdio-common/vfscanf.c: Fix reading of wide chars and strings if not COMPILE_WSCANF. |