diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-08 22:20:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-08 22:20:57 +0000 |
commit | 1750bc8d9b6cb34bfe9c2e620ccca2e385ff5005 (patch) | |
tree | 59b5c2a812ebdd1ecfebbfcae29fe31fba335aa0 /ChangeLog | |
parent | 0a1be8159881b569225410163de30429ae749fed (diff) | |
download | glibc-1750bc8d9b6cb34bfe9c2e620ccca2e385ff5005.tar.gz glibc-1750bc8d9b6cb34bfe9c2e620ccca2e385ff5005.tar.xz glibc-1750bc8d9b6cb34bfe9c2e620ccca2e385ff5005.zip |
[BZ #28]
Update. * time/strptime_l.c (__strptime_internal): Fix handling of %Ey. [BZ #28]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0321d5f24c..7368a5e1d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-08-08 Ulrich Drepper <drepper@redhat.com> + * time/strptime_l.c (__strptime_internal): Fix handling of %Ey. + [BZ #28] + * po/sv.po: Update from translation team. 2004-08-07 Ulrich Drepper <drepper@redhat.com> |