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/Depend | |
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/Depend')
-rw-r--r-- | stdlib/Depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Depend b/stdlib/Depend new file mode 100644 index 0000000000..f3e1156a4e --- /dev/null +++ b/stdlib/Depend @@ -0,0 +1 @@ +localedata |