getopt: fix null pointer arithmetic ub
[musl] / src / math / pow.c
2019-04-18 Szabolcs Nagymath: new pow
2016-10-20 Szabolcs Nagymath: fix pow signed shift ub
2015-04-18 Szabolcs Nagymath: fix pow(+-0,-inf) not to raise divbyzero flag
2013-08-15 Szabolcs Nagymath: fix pow(x,-1) to raise underflow properly
2013-08-15 Szabolcs Nagymath: fix pow(0,-inf) to raise divbyzero flag
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 nszclean up pow.c and powf.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 1.0F
2012-03-13 Rich Felkerfirst commit of the new libm!