summaryrefslogtreecommitdiff
path: root/lib/c-strtod.c
AgeCommit message (Collapse)Author
2004-07-12(STRTOD_L): New macro.Paul Eggert
(C_STRTOD) [defined LC_ALL_MASK]: Use it, so that the code is reentrant on platforms that have strtod_l.
2004-07-12Include <config.h> first.Paul Eggert
(C_STRTOD, DOUBLE, STRTOD): New macros. (c_strtod): Use them.
2003-11-29Include "xalloc.h", for decl of xstrdup.Jim Meyering
2003-11-29(c_strtod): Save and restore original LC_NUMERIC setting,Jim Meyering
in case it was different from the environment-derived value. Patch by Paul Eggert.
2003-11-27new files, from Paul EggertJim Meyering