summaryrefslogtreecommitdiff
path: root/libio/tst-swscanf.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2002-02-261-11/+12
| | | | | | | | | | 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>.
* Update.Ulrich Drepper2001-08-091-0/+100
2001-08-09 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c: Fix handling of %[] for COMPILE_WSCANF. * libio/Makefile (tests): Add tst-swscanf. * libio/tst-swscanf.c: New file.