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
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