From 7b3ba2c4ebbe28d60224d79c7b7aa2a0e28fca78 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 14 Aug 2008 06:37:17 +0000 Subject: [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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0975959dec..2415c65541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-08-13 Ulrich Drepper + [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. -- cgit v1.2.3