diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-06 22:51:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-06 22:51:31 +0000 |
commit | bbd0bf24e928516d47a63d0076d9abafb8ce6e95 (patch) | |
tree | cb1193324975bb5a57ce7922038485754453cb02 /ChangeLog | |
parent | 77d16e2672f3998c4042f425c7c0f743fdf070b8 (diff) | |
download | glibc-bbd0bf24e928516d47a63d0076d9abafb8ce6e95.tar glibc-bbd0bf24e928516d47a63d0076d9abafb8ce6e95.tar.gz glibc-bbd0bf24e928516d47a63d0076d9abafb8ce6e95.tar.bz2 glibc-bbd0bf24e928516d47a63d0076d9abafb8ce6e95.zip |
[BZ #601]
Update.
2004-12-06 Jakub Jelinek <jakub@redhat.com>
* time/tzset.c (tzset_internal): If + or - is seen,
but no offset after it, reset offset to 0. [BZ #601]
* libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOFF not
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ +2004-12-06 Jakub Jelinek <jakub@redhat.com> + + * time/tzset.c (tzset_internal): If + or - is seen, + but no offset after it, reset offset to 0. [BZ #601] + 2004-12-06 Ulrich Drepper <drepper@redhat.com> - * libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOF not + * libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOFF not _IO_SEEKPOS, saving one indirect jump. * libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer |