summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.c
AgeCommit message (Expand)Author
1994-12-23#include <machine/endian.h>.jtc
1994-12-22(1) fix up for new compiler predefinescgd
1994-12-20Use "const" qualifier so that tens, tinytens, and bigtens arrays are storedjtc
1994-11-14Include code for pmaxdean
1994-10-19be a bit more careful with types.cgd
1994-07-22Updgraded to March 3, 1994 version of dtoa.c from netlib with our localjtc
1994-02-25Adding ns32k support.phil
1993-12-28#include <ctype.h> to use the isspace() macro.jtc
1993-12-21Fix bug #12, strtod() now uses localeconv() to get locale specificjtc
1993-12-21Use isspace() instead of a switch statement with explicit values whenjtc
1993-12-07Restore 4 lines of code that UCB added that got lost when I upgraded tojtc
1993-12-03Add mc68000 to the list for IEEE_MC68k.briggs
1993-11-11Forgot to change dtoa() to __dtoa() when I updated the code from netlib.jtc
1993-11-10Upgraded to Jun 21, 1993 version from research.att.com:jtc
1993-10-19#if defined(hp300) || defined(sparc) || defined(amiga)deraadt
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-07-12Make this work on more than just a 386.mycroft
1993-07-09update for better FP routines, from AT&T & elsewherecgd