summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-04-27 19:29:06 +0000
committerUlrich Drepper <drepper@redhat.com>2007-04-27 19:29:06 +0000
commit109f51f2b2f3331cccc1027f00ef0c752c4ffdaf (patch)
tree279f3bb5b4d2a6080def2a43a3d73a9fe9a0d364 /ChangeLog
parentbd9be6797769ae747e28bda38fd36ca8643c4298 (diff)
[BZ #4342]
2007-04-27 Ulrich Drepper <drepper@redhat.com> [BZ #4342] * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow hexa-decimal floats without exponent. * stdio-common/tstscanf.c (main): Adjust Test 8 test for success. * iconv/gconv_charset.h (strip): Allow ':'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24e61e29db..c1e7944053 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-27 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #4342]
+ * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
+ hexa-decimal floats without exponent.
+ * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
+
2007-04-25 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
@@ -16,7 +23,7 @@
2007-04-25 Ulrich Drepper <drepper@redhat.com>
[BZ #4406]
- * iconv/gconv_charset.h (strip): Allow ':'
+ * iconv/gconv_charset.h (strip): Allow ':'.
* iconv/iconv_open.c (iconv_open): Adjust comment.
2007-04-25 Jakub Jelinek <jakub@redhat.com>