diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-01 06:22:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-01 06:22:57 +0000 |
commit | 45e0579fb7f8008c3df3358ca63bf9189e236edb (patch) | |
tree | 1bd2af73894fcac810c9b10b3bc72ee05a05162e /ChangeLog | |
parent | eaad82e00522075b805621309775131e27388791 (diff) | |
download | glibc-45e0579fb7f8008c3df3358ca63bf9189e236edb.tar.gz glibc-45e0579fb7f8008c3df3358ca63bf9189e236edb.tar.xz glibc-45e0579fb7f8008c3df3358ca63bf9189e236edb.zip |
Update.
2001-08-31 Ulrich Drepper <drepper@redhat.com> * time/strptime.c (strptime_internal): Recognize 'l' format and handle it like 'I' for symmatry with strftime.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a89e02e831..8239b709b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-31 Ulrich Drepper <drepper@redhat.com> + + * time/strptime.c (strptime_internal): Recognize 'l' format and + handle it like 'I' for symmatry with strftime. + 2001-08-31 Richard Henderson <rth@redhat.com> * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL. |