summaryrefslogtreecommitdiff
path: root/lib/libm/noieee_src/n_log1p.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-04-11in the old days compiler could not convert decimal constantsMartynas Venckus
2009-04-05const static -> static const; since it's deprecated per C99. ok millert@Martynas Venckus
2008-06-21cleaning up, no functional changesMartynas 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-12- no need for ifdef dance (21), we have isnan, finite for vaxMartynas Venckus
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