index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
strtod.c
Age
Commit message (
Expand
)
Author
2000-05-09
Initial commit of arm26 port
bjh21
1999-11-26
check __sh3__
msaitoh
1999-02-06
Serialize freelist access with a mutex.
kleink
1999-02-06
Changes from Niklas Hallqvist from OpenBSD. Commit message there was:
simonb
1998-11-16
Since we are forcing unsigned shifts for portability, define Unsigned_shifts
christos
1998-11-15
delint
christos
1998-10-19
More vax -> __vax__ cruft.
matt
1998-07-26
const poisoning.
mycroft
1998-02-03
remove obsolete register declarations
perry
1997-07-13
Add local.h for local prototypes.
christos
1997-03-29
PowerPC is an IEEE floating point system.
thorpej
1996-10-13
<machine/endian.h> -> <sys/types.h>
christos
1996-07-20
The argument to isspace() must be representable as an unsigned char.
jtc
1996-02-16
Get the floating point byte and word orders correct for the arm32.
mark
1995-12-28
New-style RCS ids.
thorpej
1994-12-23
#include <machine/endian.h>.
jtc
1994-12-22
(1) fix up for new compiler predefines
cgd
1994-12-20
Use "const" qualifier so that tens, tinytens, and bigtens arrays are stored
jtc
1994-11-14
Include code for pmax
dean
1994-10-19
be a bit more careful with types.
cgd
1994-07-22
Updgraded to March 3, 1994 version of dtoa.c from netlib with our local
jtc
1994-02-25
Adding ns32k support.
phil
1993-12-28
#include <ctype.h> to use the isspace() macro.
jtc
1993-12-21
Fix bug #12, strtod() now uses localeconv() to get locale specific
jtc
1993-12-21
Use isspace() instead of a switch statement with explicit values when
jtc
1993-12-07
Restore 4 lines of code that UCB added that got lost when I upgraded to
jtc
1993-12-03
Add mc68000 to the list for IEEE_MC68k.
briggs
1993-11-11
Forgot to change dtoa() to __dtoa() when I updated the code from netlib.
jtc
1993-11-10
Upgraded to Jun 21, 1993 version from research.att.com:
jtc
1993-10-19
#if defined(hp300) || defined(sparc) || defined(amiga)
deraadt
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-07-12
Make this work on more than just a 386.
mycroft
1993-07-09
update for better FP routines, from AT&T & elsewhere
cgd