diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-28 06:09:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-28 06:09:24 +0000 |
commit | 1873e3cd1a7f5173d20d9060f3be825f31a53a39 (patch) | |
tree | d741711c2683919648a9fab68ded25c3a2ba4fc2 /stdlib/Makefile | |
parent | eb793d1e84fe39243b246e24e0a835ccc6a4b1bb (diff) | |
download | glibc-1873e3cd1a7f5173d20d9060f3be825f31a53a39.tar.gz glibc-1873e3cd1a7f5173d20d9060f3be825f31a53a39.tar.xz glibc-1873e3cd1a7f5173d20d9060f3be825f31a53a39.zip |
[BZ #1230]
2005-09-27 Ulrich Drepper <drepper@redhat.com> [BZ #1230] * stdlib/strtod_l.c (STRNCASECMP): Always use C locale object. (TOLOWER_C): Define. Use it when recognizing inf and nan. * stdlib/Makefile (tests): Add bug-strtod2. * stdlib/bug-strtod2.c: New file.
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 509a7b2228..9a9ff8bd45 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -63,7 +63,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ tst-xpg-basename tst-random tst-random2 tst-bsearch \ tst-limits tst-rand48 bug-strtod tst-setcontext \ - test-a64l tst-qsort tst-system testmb2 + test-a64l tst-qsort tst-system testmb2 bug-strtod2 include ../Makeconfig |