diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-25 21:45:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-25 21:45:12 +0000 |
commit | 1c8c5277a7045ddd3d9b2db50be7e80318b7975c (patch) | |
tree | 57e72aa4927ca26b94713e1f144d3ba84bef3308 /ChangeLog | |
parent | 0b9225cd7ffd2a6289e780f2c4bbca04f6868ac3 (diff) | |
download | glibc-1c8c5277a7045ddd3d9b2db50be7e80318b7975c.tar.gz glibc-1c8c5277a7045ddd3d9b2db50be7e80318b7975c.tar.xz glibc-1c8c5277a7045ddd3d9b2db50be7e80318b7975c.zip |
Update.
2003-08-25 Ulrich Drepper <drepper@redhat.com> * libio/libio.h (_IO_fwide): In the mode==0 optimization, don't use _mode if _IO_fwide_maybe_incompatible. * libio/iofwide.c (_IO_fwide): Move the test for mode == 0 after the compatibility test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 784e1cdc7d..a7ed602e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-08-25 Ulrich Drepper <drepper@redhat.com> + + * libio/libio.h (_IO_fwide): In the mode==0 optimization, don't + use _mode if _IO_fwide_maybe_incompatible. + * libio/iofwide.c (_IO_fwide): Move the test for mode == 0 after + the compatibility test. + 2003-08-25 Jakub Jelinek <jakub@redhat.com> * elf/cache.c (save_cache): Don't write beyond end of file_entries |