Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-12-20 | (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD. | Paul Eggert | |
2004-09-08 | Undo previous change. | Paul Eggert | |
2004-09-08 | (C_STRTOD): Set LC_ALL to "C", not just LC_NUMERIC, to avoid the | Paul 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-12 | Include <config.h> first. | Paul Eggert | |
(C_STRTOD, DOUBLE, STRTOD): New macros. (c_strtod): Use them. | |||
2003-11-29 | Include "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-27 | new files, from Paul Eggert | Jim Meyering | |