diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-18 09:21:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-18 09:21:24 +0000 |
commit | 821d3e7031b4b96260f95aca4255c1e10f038701 (patch) | |
tree | 258ff4e9fc889235c4869de42b890cc535833258 /ChangeLog | |
parent | 7acd205c59ff046d00ed5645fe744105e666242c (diff) | |
download | glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar.gz glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar.bz2 glibc-821d3e7031b4b96260f95aca4255c1e10f038701.zip |
* stdio-common/Makefile (tests): Add tst-swscanf.
* stdio-common/tst-sscanf.c: Make tests usable for swscanf
testing.
* stdio-common/tst-swscanf.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-02-18 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/Makefile (tests): Add tst-swscanf. + * stdio-common/tst-sscanf.c: Make tests usable for swscanf + testing. + * stdio-common/tst-swscanf.c: New file. + 2007-02-17 Ulrich Drepper <drepper@redhat.com> [BZ #2633] |