aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-18 09:21:24 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-18 09:21:24 +0000
commit821d3e7031b4b96260f95aca4255c1e10f038701 (patch)
tree258ff4e9fc889235c4869de42b890cc535833258 /ChangeLog
parent7acd205c59ff046d00ed5645fe744105e666242c (diff)
downloadglibc-821d3e7031b4b96260f95aca4255c1e10f038701.zip
glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar.gz
glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar.bz2
* 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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 437e9b7..6529a32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]