summaryrefslogtreecommitdiff
path: root/lib/libm/noieee_src/n_support.c
AgeCommit message (Expand)Author
2013-07-15bring reference C code that's not compiled in synch with asm codeMarc Espie
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2013-01-13Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,Martynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-05-30Trick lint into recording the right prototypes in the llib-lm.lnMartynas Venckus
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-09- 80-bit and quad precision trigonometric and other mostMartynas Venckus
2008-07-24- remove isinff, isnanf. this has been moved to libcMartynas Venckus
2008-07-18fix cases, found by lint:Martynas Venckus
2008-07-17properly raise inexact; ok millert@Martynas Venckus
2008-07-16some archaic 'n = a(b), c(d)' use that confused lintMartynas Venckus
2008-06-25- expressions such as x != x and x == x are prone to errors andMartynas Venckus
2008-06-21cleaning up, no functional changesMartynas Venckus
2008-06-16fix some errors found by lint, e.g. declaration w/o types, makeMartynas Venckus
2008-06-12spacing, add rcs ids, no binary changeMartynas Venckus
2008-06-12some cleanup for noieee_src, as asked by millert@: remove fictionalMartynas Venckus
2008-06-11drem{,f} are aliases for remainder{,f}, so:Martynas Venckus
2007-05-31add __signbit/__signbitf/__signbitl; nothing uses this file, it's justJason Wright
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-11scalb() in vax libm is in fact scalbn(), so change the symbol name.Miod Vallat
2000-10-10^vax^__vax__Hugh Graham
1995-10-18initial import of NetBSD treeTheo de Raadt