summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-08 16:32:55 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-08 16:32:55 +0000
commit75684bd7a8e660feeac0e8fa3464af8c190cf1f2 (patch)
tree78e9a40fc026f266df0b4273a5334d4ce7724f2a /ChangeLog
parent38dc8fad642838e0ef54392bcec069ffb8dc3c98 (diff)
* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
* stdio-common/tst-setvbuf1.c: New file. * stdio-common/tst-setvbuf1.expect: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a9f983441..96dcaad311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-07-08 Ulrich Drepper <drepper@redhat.com>
+ * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
+ * stdio-common/tst-setvbuf1.c: New file.
+ * stdio-common/tst-setvbuf1.expect: New file.
+
[BZ #6719]
* libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
when selecting fully-buffered stream.