Age | Commit message (Expand) | Author |
2008-09-09 | sigh, gamma got lost | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-08-08 | revert | Martynas Venckus |
2008-08-08 | make _digittoint static | Martynas Venckus |
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre |
2008-07-29 | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | Martynas Venckus |
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus |
2008-07-29 | describe exp2, exp2f and mlink them | Martynas Venckus |
2008-07-29 | remove finite from ieee.3, and unmlink from makefile | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2008-07-22 | remez -> Remes here, too. for consistency | Martynas Venckus |
2008-07-21 | NetBSD's C library supplies these functions -> OpenBSD's C library | Martynas Venckus |
2008-07-21 | rename lround.c lroundf.c llround.c llroundf.c to s_lround.c | Martynas Venckus |
2008-07-20 | Reme algorithm -> Remes algorithm. in comments | Martynas Venckus |
2008-07-20 | get in the bug fix for pow, from fdlibm 5.3. also adapt it for | Martynas Venckus |
2008-07-20 | use more accurate algorithm for tan. from fdlibm 5.3: | Martynas Venckus |
2008-07-18 | fix cases, found by lint: | Martynas Venckus |
2008-07-17 | properly raise inexact; ok millert@ | Martynas Venckus |
2008-07-16 | some archaic 'n = a(b), c(d)' use that confused lint | Martynas Venckus |
2008-07-16 | install infnan.3 only for vax. pointed out by millert@ | Martynas Venckus |
2008-07-16 | ansify infnan example. sure millert@ | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | - expressions such as x != x and x == x are prone to errors and | Martynas Venckus |
2008-06-21 | cleaning up, no functional changes | Martynas Venckus |
2008-06-16 | fix some errors found by lint, e.g. declaration w/o types, make | Martynas Venckus |
2008-06-16 | - update list of functions. add functions that have been added in | Martynas Venckus |
2008-06-12 | spacing, add rcs ids, no binary change | Martynas Venckus |
2008-06-12 | some cleanup for noieee_src, as asked by millert@: remove fictional | Martynas Venckus |
2008-06-12 | shut up lint; pointed out by theo | Martynas Venckus |
2008-06-12 | add isinff and isnanf. no objection millert@ | Martynas Venckus |
2008-06-12 | use ALTENTRY; was ok millert@ | Martynas Venckus |
2008-06-12 | - no need for ifdef dance (21), we have isnan, finite for vax | Martynas Venckus |
2008-06-12 | Makefile: fix MLINKS | Jason McIntyre |
2008-06-11 | - on non-ieee, rename gamma to tgamma, the 'true' gamma | Martynas Venckus |
2008-06-11 | drem{,f} are aliases for remainder{,f}, so: | Martynas Venckus |
2008-06-11 | close brackets; ok jmc@ | Martynas Venckus |
2008-06-11 | add C99 round(), based on ieee_src, for noieee_src. tested on VAX | Martynas Venckus |
2008-06-10 | vax doesn't have inf/nan, finite always returns 1 | Martynas Venckus |
2008-05-21 | Use proper *ENTRY macros with symbolic register save masks, sprinkle | Miod Vallat |
2007-06-01 | amd64 version of __signbit() (pedro sized quad floats... really just IEEE | Jason Wright |
2007-06-01 | add __signbitl() for 68881 (not used yet) | Jason Wright |
2007-06-01 | add __signbitl for i387 (not used yet) | Jason Wright |
2007-06-01 | add little endian and big endian shapes for extended and quad float | Jason Wright |
2007-05-31 | add __signbit/__signbitf/__signbitl; nothing uses this file, it's just | Jason Wright |
2007-05-31 | add __signbit/__signbitf/__signbitl (all the same) for vax (not used yet, | Jason Wright |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-20 | netbsd: stack sanity, leave the return PC alone | Martynas Venckus |
2007-02-06 | various cleanup: | Jason McIntyre |
2006-09-25 | Include s_llrint.c instead of ithe now removed llrint.c. | Mark Kettenis |
2006-09-25 | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, | Mark Kettenis |