diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-19 04:40:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-19 04:40:58 +0000 |
commit | ecb72bd5b640497474ceae8d5e991b88c0c032e2 (patch) | |
tree | 97a7c41d486c34139416fb2b225854b0d074992d /ChangeLog | |
parent | ac2ca0229ab39381e9e92e07f929703981f77a90 (diff) | |
download | glibc-ecb72bd5b640497474ceae8d5e991b88c0c032e2.zip glibc-ecb72bd5b640497474ceae8d5e991b88c0c032e2.tar.gz glibc-ecb72bd5b640497474ceae8d5e991b88c0c032e2.tar.bz2 |
[BZ #2211]
* stdio-common/vfscanf.c: Handle localized digits etc for floating
point numbers.
Patch mostly by Hamed Malek <hamed@farsiweb.info>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-02-18 Ulrich Drepper <drepper@redhat.com> + [BZ #2211] + * stdio-common/vfscanf.c: Handle localized digits etc for floating + point numbers. + Patch mostly by Hamed Malek <hamed@farsiweb.info>. + * stdio-common/vfscanf.c: Fix problems in width accounting. * stdio-common/tst-sscanf.c (double_tests): New tests. (main): Hook them up. |