aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-24 01:15:37 +0000
committerRoland McGrath <roland@gnu.org>2002-10-24 01:15:37 +0000
commit90d598708199f0506e390bb9866e4bdb592f858a (patch)
tree21303c2f0cbbd225561f60fd5e295f9fd5d98049 /ChangeLog
parent240e87c2300c25b1cc8a78cccc2293874d89c67e (diff)
downloadglibc-90d598708199f0506e390bb9866e4bdb592f858a.tar
glibc-90d598708199f0506e390bb9866e4bdb592f858a.tar.gz
glibc-90d598708199f0506e390bb9866e4bdb592f858a.tar.bz2
glibc-90d598708199f0506e390bb9866e4bdb592f858a.zip
* stdio-common/tst-fphex.c: New file.
* stdio-common/Makefile (tests): Add tst-fphex. * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization of WNUMEND. Fix counting of decimal point in WIDTH. Print '0' pad chars always before the value digits. Reported by James Antill <james.antill@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bac4d5f02..2308121a72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-10-23 Roland McGrath <roland@redhat.com>
+
+ * stdio-common/tst-fphex.c: New file.
+ * stdio-common/Makefile (tests): Add tst-fphex.
+ * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
+ of WNUMEND. Fix counting of decimal point in WIDTH. Print '0' pad
+ chars always before the value digits.
+ Reported by James Antill <james.antill@redhat.com>.
+
2002-10-24 Jakub Jelinek <jakub@redhat.com>
* posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.