fix incorrect range checks in wcsrtombs
[musl] / src / math /
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-07 Szabolcs Nagymath: erf and erfc cleanup math
2013-01-01 Szabolcs Nagymath: bessel cleanup (jn.c and jnf.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j1.c and j1f.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j0.c and j0f.c)
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-16 Szabolcs Nagymath: use 0x1p-120f and 0x1p120f for tiny and huge...
2012-12-16 Szabolcs Nagymath: tgammal.c fixes
2012-12-16 Szabolcs Nagymath: tanh.c cleanup similar to sinh, cosh
2012-12-16 Szabolcs Nagymath: sinh.c cleanup similar to the cosh one
2012-12-16 Szabolcs Nagymath: finished cosh.c cleanup
2012-12-16 Szabolcs Nagymath: x86_64 version of expl, fixed some comments in...
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-14 Szabolcs Nagymath: fix i386/expl.s with more precise x*log2e
2012-12-12 Szabolcs Nagymath: add a non-dummy tgamma implementation
2012-12-12 Szabolcs Nagymath: cosh cleanup
2012-12-12 Szabolcs Nagymath: fix comment in __rem_pio2f.c
2012-12-11 Szabolcs Nagymath: add empty __invtrigl.s to i386 and x86_64
2012-12-11 Szabolcs Nagymath: clean up inverse trigonometric functions
2012-12-11 Szabolcs Nagymath: rewrite inverse hyperbolic functions to be simple...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Szabolcs Nagymath: use float constants in exp10f.c
2012-11-18 Szabolcs Nagymath: expl.c cleanup
2012-11-18 Szabolcs Nagymath: expf.c cleanup
2012-11-17 Szabolcs Nagymath: cleanup exp2.c exp2f.c and exp2l.c
2012-11-17 Szabolcs Nagymath: exp.c clean up
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Szabolcs Nagymath: ld80 invtrig cleanups
2012-11-13 Szabolcs Nagymath: simplify hypot and hypotf using scalbn
2012-11-13 Szabolcs Nagymath: use '#pragma STDC FENV_ACCESS ON' when fenv is...
2012-11-13 Szabolcs Nagymath: excess precision fix modf, modff, scalbn, scalbnf
2012-11-13 Szabolcs Nagymath: fix scalbn and scalbnf on overflow/underflow
2012-11-13 Szabolcs Nagymath: fix nextafter and nexttoward on maxdbl and maxflt...
2012-11-12 Szabolcs Nagymath: raise flags in logl.c on <= 0 arguments
2012-11-12 Szabolcs Nagymath: fix logb*.c exceptions now that ilogb raises...
2012-11-12 Szabolcs Nagymath: raise flags in log2l.c on <= 0 arguments, and...
2012-11-12 Szabolcs Nagymath: raise exception flags in log1pl.c on <= -1 arguments
2012-11-12 Szabolcs Nagymath: raise invalid flag in ilogb*.c on +-0, +-inf...
2012-11-12 Szabolcs Nagymath: fix exception behaviour of expm1l.c on inf and nan
2012-11-12 Szabolcs Nagymath: fix long double constants in exp10l.c
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-13 Rich Felkerremove significandl
2012-08-13 Rich Felkeradd significand[fl] math functions
2012-08-08 nszmath: fix exp.s on i386 and x86_64 so the exception... exp
2012-07-03 Rich Felkerfix missing prototype and simplify sincosl on ld64...
2012-07-03 Rich Felkerfix invalid implicit pointer conversion in ld64 modfl
2012-06-20 nszmath: fix fma bug on x86 (found by Bruno Haible with...
2012-06-20 Rich Felkersupport ld80 pseudo-denormal invalid bit patterns;...
2012-06-02 Rich Felkeruse fistpll mnemonic instead of fistpq (more widely...
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-07 nszmath: fix remquo.c when x==-y and a subnormal remainder...
2012-05-07 Rich Felkersome assemblers don't like fistpq; use the alt. mnemoni...
2012-05-06 nszadd FORCE_EVAL macro to evaluate float expr for their...
2012-05-06 Rich Felkerfix unused variable warnings in new nextafter/nexttowar...
2012-05-06 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-06 nszmath: nextafter and nexttoward cleanup
2012-05-05 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-04 nszmath: change the formula used for acos.s
2012-05-01 Rich Felkersupport alternate glibc name pow10 for exp10
2012-05-01 Rich Felkeradd C stub for sqrtl (already implemented in asm on...
2012-04-30 Rich Felkerfirst try at writing an efficient and "correct" exp10
2012-04-30 Rich Felkerfix typo in the x86_64 rounding asm
2012-04-30 Rich Felkernew math asm (abs/rounding) for x86_64
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-04 nszmath: fix x86 asin accuracy
2012-03-29 nszmath: minor cleanups in ceil and floor
2012-03-29 nszmath: remove x86 modf asm
2012-03-29 nszmath: rewrite modf.c and clean up modff.c
2012-03-28 nszmath: fix modfl.c bug
2012-03-27 nszmath: fix a regression in powl and do some cleanups
2012-03-27 nszmath: add dummy tgamma and tgammaf implementations
2012-03-27 nszmath: remove comment about aliasing lgamma as gamma
2012-03-27 nszmath: fix typo in i386 remquof and remquol asm
2012-03-25 Rich FelkerMerge remote branch 'nsz/master'
2012-03-23 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-23 Rich Felkerasm for hypot and hypotf
2012-03-23 nszminor rintl.c fix: remove unsupported ldbl format message
2012-03-23 nszfix tgammal: don't set the signgam global
2012-03-22 nszacos.s fix: use the formula acos(x) = atan2(sqrt(1...
2012-03-21 Rich Felkerx86_64 math asm, long double functions only
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 nsznearbyint optimization (only clear inexact when necessary)
2012-03-20 nszremove a fixme comment
2012-03-20 nszclean up pow.c and powf.c
2012-03-20 nszclean up powl.c
2012-03-20 nszfix a cbrtl.c regression and remove x87 precision setting
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich Felkeroptimize scalbn family
2012-03-20 Rich Felkerremquo asm: return quotient mod 8, as intended by the...
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich Felkeruse alternate formula for acos asm to avoid loss of...
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerfix exp asm
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszcode cleanup of named constants
2012-03-19 nszfix remainder*.c: remove useless long double cast
next