aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-02 20:28:05 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-02 20:28:05 +0000
commitd2dc7b0816ae5901826fda33cfe19ef6f927560d (patch)
tree114880a0916f54c561278c6e9a684c934efc9fea /ChangeLog
parent1863d841f524903e79710af76790fcdbf9a92b41 (diff)
downloadglibc-d2dc7b0816ae5901826fda33cfe19ef6f927560d.zip
glibc-d2dc7b0816ae5901826fda33cfe19ef6f927560d.tar.gz
glibc-d2dc7b0816ae5901826fda33cfe19ef6f927560d.tar.bz2
[BZ #2509]
* stdio-common/vfprintf.c (process_arg): Fix reading of signed short and byte values from parameter list. * stdio-common/tst-printf.c (main): Add more tests. * stdio-common/tst-printf.sh: Adjust for tst-printf.c change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cea1691..c370154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-05-02 Ulrich Drepper <drepper@redhat.com>
+ [BZ #2509]
+ * stdio-common/vfprintf.c (process_arg): Fix reading of signed
+ short and byte values from parameter list.
+ * stdio-common/tst-printf.c (main): Add more tests.
+ * stdio-common/tst-printf.sh: Adjust for tst-printf.c change.
+
* iconvdata/testdate/MIK: Fix format to match expected output.
[BZ #2632]