summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/gen/modf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-305/+0
| | | | | | - remove frexp in hppa64, cloned from hppa - move generic ieee754 implementations of modf and ldexp to gen ok kettenis@, "looks good" millert@
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* We need to keep K&R compat macros for some ports where the assemnbler ismillert2002-02-191-4/+12
| | | | still using -traditional-cpp.
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-12/+4
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-65/+65
|
* $OpenBSD$todd2000-03-011-2/+2
|
* tabifykstailey1997-07-231-4/+4
|
* Change order of includes to pick up sys/types.h so that typedefsrahnds1997-01-021-2/+2
| | | | of htonl and friends are not parse errors.
* Check-in of powerpc library support.rahnds1996-12-211-0/+309
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.