]> git.ipfire.org Git - thirdparty/glibc.git/commit
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
authorJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2007 18:23:27 +0000 (18:23 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2007 18:23:27 +0000 (18:23 +0000)
commit85b113535d5fcd0d879d6a83143f1340d1a0032b
treeb39182b0366508dd091bcc9e13c87c146bf6af11
parent47e22251614e9436f96d902cf4cca5f6d01ed818
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
thousands separators.
* stdlib/Makefile: Add rules to build and run tst-strtod4.
* stdlib/tst-strtod4.c: New test.

[BZ #3855]
* stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
hexadecimal digit should accept just the initial 0.
* stdlib/tst-strtod2.c (tests): New variable.
(do_test): Run several tests rather than just one.
ChangeLog
stdlib/Makefile
stdlib/strtod_l.c
stdlib/tst-strtod2.c