aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-12-14 07:26:22 +0000
committerUlrich Drepper <drepper@redhat.com>2001-12-14 07:26:22 +0000
commit2e22fed281f68a7db181f6cfce125b65a9b05e86 (patch)
treef45b595fd0fd11980f8d4b6887fd06bef430bc86 /ChangeLog
parent30bce7b63fdfe2fe0e86d927932ad824dcb878d5 (diff)
downloadglibc-2e22fed281f68a7db181f6cfce125b65a9b05e86.tar
glibc-2e22fed281f68a7db181f6cfce125b65a9b05e86.tar.gz
glibc-2e22fed281f68a7db181f6cfce125b65a9b05e86.tar.bz2
glibc-2e22fed281f68a7db181f6cfce125b65a9b05e86.zip
Update.
* libio/tst_swprintf.c (main): Add test for string argument with zero precision.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84e5ebd6d2..aaca509cf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2001-12-13 Ulrich Drepper <drepper@redhat.com>
+ * libio/tst_swprintf.c (main): Add test for string argument with
+ zero precision.
* stdio-common/Makefile (tests): Add tst-sprintf.
* stdio-common/tst-sprintf.c: New file.