getopt: fix null pointer arithmetic ub
[musl] / src / math / lgammaf_r.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2013-11-21 Szabolcs Nagymath: lgamma cleanup (simpler sin(pi*x) for the negativ...
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
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 Felkerfix namespace issues for lgamma, etc.
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!