diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-26 18:08:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-26 18:08:08 +0000 |
commit | 73f1b06797637163b8529f4c7fa4b02b90c0154c (patch) | |
tree | cbef003f233bfb415cb75316d3b276dbbe55e5e7 /ChangeLog | |
parent | b39d571990557cc5ab855794ff0d4d7876f4596b (diff) | |
download | glibc-73f1b06797637163b8529f4c7fa4b02b90c0154c.tar.gz glibc-73f1b06797637163b8529f4c7fa4b02b90c0154c.tar.xz glibc-73f1b06797637163b8529f4c7fa4b02b90c0154c.zip |
Update.
2002-02-26 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never ungetwc. It's a macro. * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf implementation. Reported by Jason Merrill <jason@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4823a621a5..b132ab7926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-02-26 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never + ungetwc. It's a macro. + * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf + implementation. + Reported by Jason Merrill <jason@redhat.com>. + 2002-02-25 Jakub Jelinek <jakub@redhat.com> * libio/iofopen.c (__fopen_maybe_mmap): Set the initial |