diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 15:13:47 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 15:13:47 +0000 |
commit | e010bc493e9677320f313dcf4ebdb714b823d524 (patch) | |
tree | 54d399198cf595a3395809f119abea8aaeec5a82 /ChangeLog | |
parent | 843c2a7ac5f04ba481706a5304b8c7d6d96a6461 (diff) | |
download | glibc-e010bc493e9677320f313dcf4ebdb714b823d524.tar glibc-e010bc493e9677320f313dcf4ebdb714b823d524.tar.gz glibc-e010bc493e9677320f313dcf4ebdb714b823d524.tar.bz2 glibc-e010bc493e9677320f313dcf4ebdb714b823d524.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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-27 Ulrich Drepper <drepper@redhat.com> + [BZ #3213] * locale/C-translit.h.in: Add entry for U2044. |