Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-12-11 | make CMPLX macros available in complex.h in non-c11 mode as well | Szabolcs Nagy | -8/+0 |
2012-11-13 | math: turn off the STRICT_ASSIGN workaround by default | Szabolcs Nagy | -5/+3 |
2012-11-13 | complex: add C11 CMPLX macros and replace cpack with them | Szabolcs Nagy | -18/+5 |
2012-05-06 | add FORCE_EVAL macro to evaluate float expr for their side effect | nsz | -0/+13 |
2012-03-22 | add creal/cimag macros in complex.h (and use them in the functions defs) | Rich Felker | -8/+0 |
2012-03-19 | don't inline __rem_pio2l so the code size is smaller | nsz | -0/+1 |
2012-03-18 | fix loads of missing const in new libm, and some global vars (?!) in powl | Rich Felker | -2/+2 |
2012-03-16 | fix namespace issues for lgamma, etc. | Rich Felker | -0/+2 |
2012-03-13 | first commit of the new libm! | Rich Felker | -0/+186 |