Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-18fixes to make compilation succeedsPaul Zimmermann
2020-12-18Update gamma functions from code in picolibcJeff Johnston
2020-12-11Fix error in powf for x close to 1 and large yFabian Schriever
2020-09-19libm: Make tgamma(-small) = -INFINITYKeith Packard
2020-09-04libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]Keith Packard via Newlib
2020-08-10libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exceptionKeith Packard via Newlib
2020-08-05libm/math: Don't modify __ieee754_pow return values in powKeith Packard via Newlib
2020-08-05libm/math: Set errno to ERANGE for pow(0, -y)Keith Packard via Newlib
2020-08-05libm/math: Make yx functions set errno=ERANGE for x=0Keith Packard via Newlib
2020-08-05libm/math: set errno to ERANGE at gamma polesKeith Packard via Newlib
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard
2020-03-26newlib/libm/math: Make pow/powf return qnan for snan argKeith Packard via Newlib
2020-03-26Fix spurious underflow exceptions for Bessel functions for double(from glibc ...Joseph S. Myers
2020-03-19Fix hypotf missing mask in hi+lo decompositionFabian Schriever
2020-03-18Fix for k_tan.c specific inputsFabian Schriever
2020-03-09Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever
2020-03-03Fix error in float trig. function range reductionFabian Schriever
2020-03-02Fix error in powf for (-1.0, NaN) inputFabian Schriever
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie
2019-01-23Use nanf() instead of nan() in single-precision float libm math functionsJozef Lawrynowicz
2019-01-23Use HUGE_VALF instead of HUGE_VAL in single-precision float libm math functionsJozef Lawrynowicz
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz
2018-09-03e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constan...Jon Beniston
2018-08-29Remove unused variable 'one' from sf_cos.cKeith Packard
2018-08-08newlib: fix various gcc warningsCorinna Vinschen
2018-06-27New pow implementationSzabolcs Nagy
2018-06-27New log implementationSzabolcs Nagy
2018-06-27New exp and exp2 implementationsSzabolcs Nagy
2018-06-21Improve performance of sinf/cosf/sincosfWilco Dijkstra
2018-06-21Revert "Improve performance of sinf/cosf/sincosf"Corinna Vinschen
2018-06-19Improve performance of sinf/cosf/sincosfWilco Dijkstra
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2017-12-13newlib: Don't do double divide in powf.Jim Wilson
2017-12-13Don't call double rint from float powf.Jim Wilson
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01math: remove TRAD_SYNOPSISYaakov Selkowitz
2017-10-13New expf, exp2f, logf, log2f and powf implementationsSzabolcs Nagy
2016-07-04Regenerate newlib MakefilesJon Turney
2015-11-12doc: Fix some inconsistent QUICKREF linesJon Turney
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-11-03Consistently use an em-dash in math functions.Jeff Johnston
2015-11-03Add missing semicolons to prototypes.Jeff Johnston
2015-06-24Use makedoc output files which are generated but aren't includedJon TURNEY
2015-05-27Avoid unneeded truncation to "int"newlib-snapshot-20150526DJ Delorie
2015-02-06 * libc/include/complex.h (cabsl): Add prototype.Nick Clifton
2014-02-20 * libm/complex/complex.tex: Fix wrong syntax in documentation.Corinna Vinschen
2012-12-212012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen
2011-12-202011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston