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-07-29arm: Fix include to avoid undefined referenceSebastian Huber
2020-07-29arm: Split fenv.c into multiple filesEshan dhawan
2020-07-29arm: Fix fenv supportEshan dhawan
2020-07-03libm: machine: Add missing sparc and mips configurationCorinna Vinschen
2020-07-03mips fenv supportEshan dhawan via Newlib
2020-07-03SPARC fenv supportEshan dhawan via Newlib
2020-07-02fenv aarch64 supportEshan dhawan via Newlib
2020-06-10fenv support armEshan dhawan via Newlib
2020-06-10Regenerate libm/machine configuration files for powerpcJeff Johnston
2020-06-03hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib
2020-03-26newlib/libm/math: Make pow/powf return qnan for snan argKeith Packard via Newlib
2020-03-26newlib/libm/common: Don't re-convert float to bits in modf/modffKeith Packard via Newlib
2020-03-26newlib/libm/common: Fix modf/modff returning snanKeith 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-19Fix modf/f for NaN inputFabian Schriever
2020-03-18Fix for k_tan.c specific inputsFabian Schriever
2020-03-11Fix truncf for sNaN inputFabian Schriever
2020-03-10i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill
2020-03-10Fix error in fdim/f for infinitiesFabian 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-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov
2019-10-31Fix some generated filesJeff Johnston
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston
2019-09-03fe_dfl_env.c: Fix typo in commentJoel Sherrill
2019-08-15fenv: Include documentation in generated .info fileJoel Sherrill
2019-08-13fenv: Fix typo-ed variable name in documentationJon Turney
2019-08-13fenv: Fix mangled makedoc markupJon Turney
2019-08-13fenv: fe_dfl_env.c doesn't contain any documentationJon Turney
2019-08-09Regenerated files from fenv.h additionJoel Sherrill
2019-08-09Add default implementation of fenv.h and all methodsJoel Sherrill
2019-08-09Miscellaneous Makefile.in regeneratedJoel Sherrill
2019-07-26common/math_errf.c: Enable compilation of __math_oflowfJoel Sherrill
2019-07-09Set errno in expm1{,f} / log1p{,f}Jeff Johnston
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
2019-01-01Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston
2018-12-10Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy
2018-10-10Implement nanl in newlib onlyCorinna Vinschen
2018-09-28Update Arm copyright notices in new math filesWilco Dijkstra