summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.c
AgeCommit message (Expand)Author
2000-05-09Initial commit of arm26 portbjh21
1999-11-26check __sh3__msaitoh
1999-02-06Serialize freelist access with a mutex.kleink
1999-02-06Changes from Niklas Hallqvist from OpenBSD. Commit message there was:simonb
1998-11-16Since we are forcing unsigned shifts for portability, define Unsigned_shiftschristos
1998-11-15delintchristos
1998-10-19More vax -> __vax__ cruft.matt
1998-07-26const poisoning.mycroft
1998-02-03remove obsolete register declarationsperry
1997-07-13Add local.h for local prototypes.christos
1997-03-29PowerPC is an IEEE floating point system.thorpej
1996-10-13<machine/endian.h> -> <sys/types.h>christos
1996-07-20The argument to isspace() must be representable as an unsigned char.jtc
1996-02-16Get the floating point byte and word orders correct for the arm32.mark
1995-12-28New-style RCS ids.thorpej
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