about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-07-07 21:38:43 +0000
committerUlrich Drepper <drepper@redhat.com>2007-07-07 21:38:43 +0000
commite9055017f6d2015c4c74c94b1c2bf59968db223f (patch)
tree81fd5f6ba0e21c9d2d9465120e710248649191c1 /ChangeLog
parentc2c7bd3f865be02443c65e9a4e57b7d96cde145a (diff)
downloadglibc-e9055017f6d2015c4c74c94b1c2bf59968db223f.tar.gz
glibc-e9055017f6d2015c4c74c94b1c2bf59968db223f.tar.xz
glibc-e9055017f6d2015c4c74c94b1c2bf59968db223f.zip
* libio/wstrops.c (_IO_wstr_underflow): Clear errno before
	returning WEOF.
	* stdio-common/Makefile (tests): Add bug18a.
	* stdio-common/bug18a.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71e1e5b74e..a8f842ca14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
 
+	* libio/wstrops.c (_IO_wstr_underflow): Clear errno before
+	returning WEOF.
+	* stdio-common/Makefile (tests): Add bug18a.
+	* stdio-common/bug18a.c: New file.
+
 	[BZ #4745]
 	* libio/strops.c (_IO_str_underflow): Clear errno before returning
 	EOF.