summaryrefslogtreecommitdiff
path: root/libiberty/strtod.c
AgeCommit message (Collapse)Author
2017-01-05Sync libiberty from gccAlan Modra
Picks up copyright year update and other recent fixes.
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues
libiberty/: * splay-tree.c: Escape wrapping newlines in texinfo markup with '@', to fix function declaration output rendering. * gather-docs: Relax and improve macro name matching to actually match all current names and to allow input line wrapping. * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c, hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c, memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c, pexecute.txh, random.c, setenv.c, setproctitle.c, simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c, strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: Wrap long texinfo input lines. * functions.texi: Regenerate.
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-28merge from gccDJ Delorie
2002-03-18merge from gccDJ Delorie
2001-10-10merge from gccDJ Delorie
2001-10-07merge from gccDJ Delorie
2001-09-26merge from gccDJ Delorie
2000-12-17* safe-ctype.c: #include "ansidecl.h".DJ Delorie
* strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h.
2000-12-08* safe-ctype.c: New file.DJ Delorie
* Makefile.in (CFILES): Add safe-ctype.c. (REQUIRED_OFILES): Add safe-ctype.o. * argv.c: Define ISBLANK and use it, not isspace. * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c) before calling TOLOWER(c)/TOUPPER(c).
1999-05-0319990502 sourceware importRichard Henderson