Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 28 Jul 2000 17:45:15 +0000 (17:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 28 Jul 2000 17:45:15 +0000 (17:45 +0000)
commiteac4282fa6325e5633bdfee7a6afd9f943b34b1a
tree05ea52c568ad29879831e555bcf4dfa05d478d9b
parentdab46544a261b41876829905c634a5f5558ceacf
Update.

2000-07-27  Jakub Jelinek  <jakub@redhat.com>

* locale/indigits.h (indigit_value): Correct.
* locale/indigitswc.h (indigitwc_value): Correct.
* stdio-common/vfscanf.c (__vfscanf): Fix I18N number
conversion, add GROUP checking for it, fix GROUP number
conversion with strlen(thousands) > 1.
Honour width correctly in the presence of floating
decimal points and thousands separators.
* stdio-common/tst-sscanf.c: New test.
* stdio-common/Makefile: Add it to tests.
* sysdeps/generic/strtol.c (strtol): Fix conversion if there are
thousands separators and group argument is non-zero.

Reported by Andi Kleen <ak@suse.de>.
ChangeLog
locale/indigits.h
locale/indigitswc.h
localedata/ChangeLog
stdio-common/Makefile
stdio-common/tst-sscanf.c [new file with mode: 0644]
stdio-common/vfscanf.c
sysdeps/generic/strtol.c