getopt: fix null pointer arithmetic ub
[musl] / src / math / j1f.c
2017-03-15 Szabolcs Nagyfix threshold constants in j0f, y0f, j1f, y1f
2013-12-12 Szabolcs Nagymath: define _GNU_SOURCE when implementing non-standard...
2013-05-15 Szabolcs Nagymath: use double_t for temporaries to avoid stores...
2013-01-01 Szabolcs Nagymath: bessel cleanup (j1.c and j1f.c)
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszcode cleanup of named constants
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-13 nszmath cleanup: use 1.0f instead of (float)1.0
2012-03-13 Rich Felkerfirst commit of the new libm!