summaryrefslogtreecommitdiff
path: root/lib/c-strtod.c
AgeCommit message (Collapse)Author
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2004-12-20(STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.Paul Eggert
2004-09-08Undo previous change.Paul Eggert
2004-09-08(C_STRTOD): Set LC_ALL to "C", not just LC_NUMERIC, to avoid thePaul Eggert
unlikely possibility of mixed locales screwing things up.
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