printf core: fix gratuitous integer formatting buffer size
[musl] / include / complex.h
2015-11-03 Rich Felkerfix mismatched parens in CMPLX def for annex-g-conformi...
2014-12-17 Rich Felkermake the definition of _Complex_I explicitly complex
2014-12-17 Rich Felkermake the result of the cimag macro a non-lvalue
2014-12-17 Rich Felkerfix definition of CMPLX macros in complex.h to work...
2014-12-10 Bobby Binghamdon't shadow functions with macros in C++
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 Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-10-21 nszcomplex: make _Complex_I work with gcc -std=c99 -pedant...
2012-03-23 Rich Felkersimplify creal and cimag macros
2012-03-22 Rich Felkeradd creal/cimag macros in complex.h (and use them in...
2012-03-13 Rich Felkerfirst commit of the new libm!