aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-09 02:01:10 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-09 02:01:10 +0000
commit8f739934b026cd0c298e3196d38d483eb1f88bed (patch)
tree41ecaffbbe2ab78a616e2e3df25e8d9588aa6c56 /ChangeLog
parent5e473a71467d30b51faadb7b5ae4305abc0a16d7 (diff)
downloadglibc-8f739934b026cd0c298e3196d38d483eb1f88bed.tar
glibc-8f739934b026cd0c298e3196d38d483eb1f88bed.tar.gz
glibc-8f739934b026cd0c298e3196d38d483eb1f88bed.tar.bz2
glibc-8f739934b026cd0c298e3196d38d483eb1f88bed.zip
Update.
* libio/ioungetwc.c (ungetwc): Orient stream first. * libio/Makefile (tests): Add tst-ungetwc1. * libio/tst-ungetwc1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b3a20f9fa..ca238cdeba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-08-08 Ulrich Drepper <drepper@redhat.com>
+ * libio/ioungetwc.c (ungetwc): Orient stream first.
+ * libio/Makefile (tests): Add tst-ungetwc1.
+ * libio/tst-ungetwc1.c: New file.
+
* libio/wfileops.c (_IO_wfile_underflow): Remove incorrect test
for possible conversion using __codecvt_do_in.
* libio/Makefile (tests): Add tst-fgetws.