diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-25 21:09:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-25 21:09:46 +0000 |
commit | a3b231b751694620419c112a240fc20663015596 (patch) | |
tree | 8df1d7bac9507b25eb44fce1fb96ab5b2216997a /ChangeLog | |
parent | d54adfd98ee51ff41ffe12214aa5ae8aee32dccf (diff) | |
download | glibc-a3b231b751694620419c112a240fc20663015596.tar.gz glibc-a3b231b751694620419c112a240fc20663015596.tar.xz glibc-a3b231b751694620419c112a240fc20663015596.zip |
Update.
* libio/Makefile: Add rules build, run, and distribute tst-widetext.c. * libio/tst-widetext.c: New file. * libio/tst-widetext.input: New file. * libio/iogetwline.c (_IO_getwline_info): Pretty print.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 38eec9cff0..dffadd0e19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-07-25 Ulrich Drepper <drepper@redhat.com> + * libio/Makefile: Add rules build, run, and distribute tst-widetext.c. + * libio/tst-widetext.c: New file. + * libio/tst-widetext.input: New file. + + * libio/iogetwline.c (_IO_getwline_info): Pretty print. + * libio/wfileops.c (_IO_wfile_underflow): Correct not entirely empty external buffer correctly. |