summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/strtod.c
Commit message (Expand)AuthorAgeFilesLines
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+10
* same for iswspace*Peter S. Mazinger2006-01-141-1/+2
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+3
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-21/+12
* Hide __strtofpmax, implement some hiddensPeter S. Mazinger2005-12-081-8/+8
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* Some more hidden internalsPeter S. Mazinger2005-11-261-2/+2
* Kill a warning. Change __wcstofpmax to __wcstofpmax_l where appropiatePeter S. Mazinger2005-10-281-20/+8
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-9/+22
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-178/+533
* Remove atof from strtod.o...Manuel Novoa III2002-11-071-7/+0
* atoi, atol, atoll, and atof are supposed to be functions, not macros.Eric Andersen2001-08-241-0/+7
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-66/+246
* Bug ugly formatting updateEric Andersen2000-10-091-63/+50
* Initial revision0_9_1Erik Andersen2000-05-141-0/+96