summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-3/+2
* a first pass at -Wallderaadt2001-07-091-6/+6
* #ifdef vax -> #ifdef __vax__bjc2000-04-301-2/+2
* define hppa as an ieeemickey1998-08-281-2/+2
* Make code ANSI/ISO C conformant. Formerly undefined constructs were usedniklas1998-08-121-103/+119
* Temporary fix for a GCC aliasing bug/misfeature that hits hereniklas1998-08-111-1/+5
* Ok here is the mvme88k userland, minus a few important pieces.rahnds1997-03-251-2/+2
* port is powerpc not, ppc.rahnds1997-01-091-2/+2
* Add powerpc support. To bad this needs to be modified for everyrahnds1996-12-211-2/+3
* sys/types.h will serve us better than machine/endian.h.etheisen1996-11-141-3/+2
* Include <machine/types.h> for now.etheisen1996-11-141-1/+2
* Fix RCS idstholo1996-08-191-4/+1
* be very careful in case of signed charsderaadt1996-07-271-4/+4
* From NetBSD: merge of 960317niklas1996-03-191-2/+14
* initial import of NetBSD treederaadt1995-10-181-0/+2499