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
2023-07-27Fix rounding results in lrint() & llrint() when close to 0Jesse Huang via Newlib
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib
2022-12-16Fix 3 other instances of Reme typo (should be Remez)Jeff Johnston
2022-02-18newlib: libm: merge build up a directoryMike Frysinger
2022-02-16newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger
2022-02-10newlib: libm: move configure into top-levelMike Frysinger
2022-02-10newlib: drop support for $oextMike Frysinger
2022-02-10newlib: drop support for $aextMike Frysinger
2022-02-10newlib: drop libtool supportMike Frysinger
2022-02-09newlib: switch to AM_PROG_ARMike Frysinger
2022-02-09newlib: switch to standard AC_PROG_CCMike Frysinger
2022-02-05newlib: drop shared documentation rulesMike Frysinger
2022-02-05newlib: move man page generation into top-level buildMike Frysinger
2022-02-05newlib: libm: move manual into top-level buildMike Frysinger
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger
2022-01-26newlib: libm: merge machine/ configure scripts up a levelMike Frysinger
2022-01-26newlib: libm: merge machine/ trampoline up a levelMike Frysinger
2022-01-15newlib: update to automake-1.15Mike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-06newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-30newlib: Remove automake option 'cygnus'Jon Turney
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-10newlib: Regenerate all autotools filesJon Turney
2021-12-03frexpl: Support smaller long double of LDBL_MANT_DIG == 53.Takashi Yano
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger
2021-07-21libm: Fixing overflow handling issue for scalbnf and scalbnKito Cheng
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen
2020-12-16Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston
2020-08-12libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib
2020-08-10libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib
2020-08-10libm: Detect fast fmaf supportKeith Packard via Newlib
2020-08-10libm: ARM without HW double does not have fast FMAKeith Packard via Newlib
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib
2020-08-04libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard
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-19Fix modf/f for NaN inputFabian Schriever
2020-03-11Fix truncf for sNaN inputFabian Schriever
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard
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-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz
2018-12-10Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy
2018-10-10Implement nanl in newlib onlyCorinna Vinschen