byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
[musl] / src / internal / libm.h
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2014-12-17 Rich Felkerprovide CMPLX macros in implementation-internal libm.h
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: cosmetic cleanup (use explicit union instead...
2013-09-05 Szabolcs Nagymath: remove *_WORD64 macros from libm.h
2013-09-05 Szabolcs Nagymath: remove old longdbl.h
2013-09-05 Szabolcs Nagylong double cleanup, initial commit
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-13 Szabolcs Nagymath: turn off the STRICT_ASSIGN workaround by default
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-05-06 nszadd FORCE_EVAL macro to evaluate float expr for their...
2012-03-22 Rich Felkeradd creal/cimag macros in complex.h (and use them in...
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszdon't inline __rem_pio2l so the code size is smaller
2012-03-18 Rich Felkerfix loads of missing const in new libm, and some global...
2012-03-17 Rich Felkerfix namespace issues for lgamma, etc.
2012-03-13 Rich Felkerfirst commit of the new libm!