summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.c
AgeCommit message (Collapse)Author
1998-08-28define hppa as an ieeeMichael Shalayeff
1998-08-12Make code ANSI/ISO C conformant. Formerly undefined constructs were usedNiklas Hallqvist
making load/store architectures (like mips&alpha) fail whn compiled with gcc -O2.
1998-08-11Temporary fix for a GCC aliasing bug/misfeature that hits hereNiklas Hallqvist
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
1997-01-09port is powerpc not, ppc.Dale S. Rahn
Make the defines so.
1996-12-21Add powerpc support. To bad this needs to be modified for everyDale S. Rahn
new architecture.
1996-11-14sys/types.h will serve us better than machine/endian.h.etheisen
1996-11-14Include <machine/types.h> for now.etheisen
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-27be very careful in case of signed charsTheo de Raadt
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt