diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-04 20:10:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-04 20:10:35 +0000 |
commit | 34c5e4a1f1de2e755311855c1b15d1f35a1bd61f (patch) | |
tree | cbc269d34a1496450decab9563c1fcd087b98f03 /ChangeLog | |
parent | f2cd432663701ce4d346b7b3232ad74e98c90aab (diff) | |
download | glibc-34c5e4a1f1de2e755311855c1b15d1f35a1bd61f.tar.gz glibc-34c5e4a1f1de2e755311855c1b15d1f35a1bd61f.tar.xz glibc-34c5e4a1f1de2e755311855c1b15d1f35a1bd61f.zip |
* stdio-common/Makefile (tests): Add tst-put-error.
* stdio-common/tst-put-error.c: New file. * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more data would have to be written signal error. * libio/oldfileops.c (_IO_old_file_xsputn): Likewise. * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 81184b1b1c..704b45c46a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-09-04 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/Makefile (tests): Add tst-put-error. + * stdio-common/tst-put-error.c: New file. + * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more + data would have to be written signal error. + * libio/oldfileops.c (_IO_old_file_xsputn): Likewise. + + * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0. + 2005-09-02 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object_from_fd): No need to change |