diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-11 21:43:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-11 21:43:56 +0000 |
commit | 1f55ce483b6f14da23383d7a192a0a9d6b99b7de (patch) | |
tree | a789a1908dd3aa2f2f9489cf08340320e1d48b27 /stdlib/Makefile | |
parent | f85fb97b9bdd59c6d7b105e81b72b7b69a9647e1 (diff) | |
download | glibc-1f55ce483b6f14da23383d7a192a0a9d6b99b7de.zip glibc-1f55ce483b6f14da23383d7a192a0a9d6b99b7de.tar.gz glibc-1f55ce483b6f14da23383d7a192a0a9d6b99b7de.tar.bz2 |
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
separators also if no non-zero digits found.
* stdlib/Makefile (tests): Add tst-strtod3.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 37400ec..64a237f 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -67,7 +67,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ tst-xpg-basename tst-random tst-random2 tst-bsearch \ tst-limits tst-rand48 bug-strtod tst-setcontext \ test-a64l tst-qsort tst-system testmb2 bug-strtod2 \ - tst-atof1 tst-atof2 tst-strtod2 + tst-atof1 tst-atof2 tst-strtod2 tst-strtod3 include ../Makeconfig |