diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-14 06:37:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-14 06:37:17 +0000 |
commit | 7b3ba2c4ebbe28d60224d79c7b7aa2a0e28fca78 (patch) | |
tree | 960fcc91a4fa99536323e3caa73f871a4481824d /ChangeLog | |
parent | 1bfa05cfaa4177476fd57851d867c5d1a276a34b (diff) | |
download | glibc-7b3ba2c4ebbe28d60224d79c7b7aa2a0e28fca78.tar.gz glibc-7b3ba2c4ebbe28d60224d79c7b7aa2a0e28fca78.tar.xz glibc-7b3ba2c4ebbe28d60224d79c7b7aa2a0e28fca78.zip |
[BZ #6544]
* libio/fmemopen.c: Implement binary mode. In this mode no NUL byte gets added to writes and seeks from the end use the length of the buffer and not the currently terminating NUL byte.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0975959dec..2415c65541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-08-13 Ulrich Drepper <drepper@redhat.com> + [BZ #6544] + * libio/fmemopen.c: Implement binary mode. In this mode no NUL + byte gets added to writes and seeks from the end use the length of + the buffer and not the currently terminating NUL byte. + [BZ #6634] * login/utmp_file.c (getutent_r_file): Take additional parameter. Set to true if locking failed. |