fix loads of missing const in new libm, and some global vars (?!) in powl
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Mar 2012 05:58:28 +0000 (01:58 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Mar 2012 05:58:28 +0000 (01:58 -0400)
commit9e2a895aaaa4a3985e94ae4f3e24c1af65f9bb34
treeed1d3bc96b974c3a19a808d15cae7386f8cf27d1
parent8e092217dd92ad3e95257255602c711b3304e38f
fix loads of missing const in new libm, and some global vars (?!) in powl
20 files changed:
src/internal/libm.h
src/math/__polevll.c
src/math/acos.c
src/math/acosf.c
src/math/acosl.c
src/math/atan2.c
src/math/atan2f.c
src/math/atan2l.c
src/math/exp.c
src/math/exp2.c
src/math/exp2f.c
src/math/exp2l.c
src/math/expf.c
src/math/expl.c
src/math/log10l.c
src/math/log1pl.c
src/math/log2l.c
src/math/logl.c
src/math/powl.c
src/math/tgammal.c