summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.c
AgeCommit message (Expand)Author
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