about summary refs log tree commit diff
path: root/stdlib/tst-strtod4.c
Commit message (Collapse)AuthorAgeFilesLines
* stdlib: fix grouping verification with multi-byte thousands separator (bug ↵Andreas Schwab2023-10-121-1/+3
| | | | | | | | | 30964) The grouping verification only worked for a single-byte thousands separator. With a multi-byte separator it returned as if no separators were present. The actual parsing in str_to_mpn will then go wrong when there are multiple adjacent multi-byte separators in the number.
* Adapt test case data to the changes in the thousands separatorsMike FABIAN2017-08-121-3/+3
| | | | | | | | [BZ #20756] * localedata/tst-langinfo.sh: Adapt test case data. * stdlib/tst-strfmon_l.c: Likewise. * stdlib/tst-strtod4.c: Likewise. * stdlib/tst-strtod5i.c: Likewise.
* Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ↵Ulrich Drepper2007-01-111-0/+56
| | | | test-skeleton.c. (do_test): Check errno and exit(0) if ENOSYS.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-56/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+56