| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the cproj family to not return garbage on finite arguments. |  guenther | 2010-07-19 | 2 | -2/+6 |
* | Use crealf() and cimagf() instead of creal() and cimag() when the |  guenther | 2010-07-18 | 11 | -34/+34 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 103 | -415/+3 |
* | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml |  kettenis | 2009-10-26 | 1 | -7/+2 |
* | int is big enough to fully represent exponents of all supported fp |  martynas | 2009-07-25 | 1 | -0/+42 |
* | make ldexpf behavior consistent with the double and extended-precision |  martynas | 2009-04-19 | 3 | -69/+7 |
* | const static -> static const; since it's deprecated per C99. ok millert@ |  martynas | 2009-04-05 | 1 | -11/+11 |
* | Let this compile with gcc 2. |  miod | 2008-12-22 | 1 | -4/+4 |
* | use sys/cdefs.h; pointed out by theo |  martynas | 2008-12-10 | 19 | -23/+23 |
* | - 80-bit and quad precision trigonometric and other most |  martynas | 2008-12-09 | 57 | -137/+3693 |
* | typo: is -> if. ok millert@ |  martynas | 2008-09-16 | 2 | -2/+2 |
* | gc unused files, the functions are in libc. ok millert@ |  martynas | 2008-09-16 | 4 | -123/+0 |
* | - make much more readable: don't reimplement isnan, signbit each |  martynas | 2008-09-11 | 4 | -56/+32 |
* | sigh, gamma got lost |  martynas | 2008-09-09 | 4 | -0/+121 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 150 | -3180/+3512 |
* | revert |  martynas | 2008-08-08 | 1 | -2/+2 |
* | make _digittoint static |  martynas | 2008-08-08 | 1 | -2/+2 |
* | - remove isinff, isnanf. this has been moved to libc |  martynas | 2008-07-24 | 6 | -1/+941 |
* | remez -> Remes here, too. for consistency |  martynas | 2008-07-22 | 2 | -2/+2 |
* | rename lround.c lroundf.c llround.c llroundf.c to s_lround.c |  martynas | 2008-07-21 | 4 | -6/+6 |
* | Reme algorithm -> Remes algorithm. in comments |  martynas | 2008-07-20 | 4 | -4/+4 |
* | get in the bug fix for pow, from fdlibm 5.3. also adapt it for |  martynas | 2008-07-20 | 2 | -39/+40 |
* | use more accurate algorithm for tan. from fdlibm 5.3: |  martynas | 2008-07-20 | 1 | -69/+101 |
* | some archaic 'n = a(b), c(d)' use that confused lint |  martynas | 2008-07-16 | 1 | -4/+7 |
* | - expressions such as x != x and x == x are prone to errors and |  martynas | 2008-06-25 | 1 | -2/+2 |
* | cleaning up, no functional changes |  martynas | 2008-06-21 | 3 | -7/+8 |
* | shut up lint; pointed out by theo |  martynas | 2008-06-12 | 2 | -11/+20 |
* | - on non-ieee, rename gamma to tgamma, the 'true' gamma |  martynas | 2008-06-11 | 4 | -20/+900 |
* | add little endian and big endian shapes for extended and quad float |  jason | 2007-06-01 | 1 | -1/+43 |
* | Include s_llrint.c instead of ithe now removed llrint.c. |  kettenis | 2006-09-25 | 1 | -2/+2 |
* | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, |  kettenis | 2006-09-25 | 4 | -5/+5 |
* | add some more C99 functions: round(3) and roundf(3). |  brad | 2006-07-12 | 2 | -0/+102 |
* | delint; ok millert@ beck@ |  otto | 2006-05-05 | 3 | -5/+3 |
* | Avoid shadowing of external symbols by local variables; whoever |  otto | 2006-04-25 | 13 | -95/+95 |
* | lint prefers ANSI C function definitions if a prototype is available; |  otto | 2006-04-24 | 1 | -2/+1 |
* | small delint; ok deraadt@ |  otto | 2006-04-24 | 5 | -5/+4 |
* | add some more C99 functions: trunc(3) and truncf(3). |  brad | 2006-03-18 | 2 | -0/+118 |
* | more empty files for lint to chew on (on the vax) |  deraadt | 2005-11-24 | 4 | -0/+4 |
* | an empty stub file for lint: on the vax, lint will chew on this, but avoid it |  deraadt | 2005-11-23 | 1 | -0/+1 |
* | Work around a gcc optimization problem. Spotted by biorn@; fix |  otto | 2005-11-17 | 1 | -3/+5 |
* | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via |  otto | 2005-11-17 | 8 | -0/+412 |
* | ansi |  deraadt | 2003-06-26 | 2 | -4/+2 |
* | spelling |  deraadt | 2003-01-04 | 1 | -1/+1 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 150 | -1862/+372 |
* | 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. |  millert | 2002-02-16 | 1 | -64/+64 |
* | $OpenBSD$ |  todd | 2000-03-02 | 1 | -1/+1 |
* | fix _USE_WRITE |  deraadt | 1998-11-16 | 1 | -2/+1 |
* | We don't need two math.h headers incvs server: nothing known about |  millert | 1998-03-02 | 1 | -278/+0 |
* | protect internal "struct excpption" from conflicting one in gcc. |  millert | 1998-03-02 | 1 | -2/+4 |
* | Don't declare struct exception if __cplusplus is defined as it |  millert | 1998-03-02 | 1 | -1/+3 |