From 5bfcc4d18228731ffae61fed59321929fb0db76f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 7 Feb 2001 08:31:01 +0000 Subject: Update. 2001-02-07 Ulrich Drepper * stdlib/strtod.c: Never stop prematurely reading digits before the decimal point is found. Compute exponent limit for negative exponents correctly. For numbers ending in all zeros eat the zeroes even before the decimal point if the exponent is negative [PR libc/2072]. * stdlib/Makefile (tests): Add bug-strtod. * stdlib/bug-strtod.c: New file. * posix/regex.c (regex_compile): Don't store pointer in wchar_t array. Store index. (compile_range): Handle index being passed, not pointer. Patch by Isamu Hasegawa . --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index df3b09e819..f875087065 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -54,7 +54,7 @@ test-srcs := tst-fmtmsg tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ tst-xpg-basename tst-random tst-bsearch tst-limits \ - tst-rand48 + tst-rand48 bug-strtod # Several mpn functions from GNU MP are used by the strtod function. -- cgit v1.2.1