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
2022-01-15newlib: update to automake-1.15Mike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-12libtool.m4: fix nm BSD flag detectionNick Alcock
2022-01-12libtool.m4: augment symcode for Solaris 11Nick Alcock
2022-01-12Add support for the haiku operating system. These are the os support patches ...Alexander von Gluck IV
2022-01-12GCC: Check if AR works with --plugin and rcH.J. Lu
2022-01-12GCC: Pass --plugin to AR and RANLIBH.J. Lu
2022-01-12libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a4...Samuel Thibault
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger
2022-01-07newlib: use .texi with libc & libm manualsMike Frysinger
2022-01-06newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston
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-30newlib: Make effects of 'cygnus' explicitJon 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-30Modifying patch from: marian.buschsieweke@ovgu.deJeff Johnston
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-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger
2021-09-03ldexp/ldexpf: avoid assembler warningCorinna Vinschen
2021-07-21libm: Fixing overflow handling issue for scalbnf and scalbnKito Cheng
2021-06-04Fix rounding issues with sqrt/sqrtfJeff Johnston
2021-04-21fix some Arm FP routines not checking if floating point is enabledTies Stuij
2021-04-13fenv: fix up stub file comment, drop symlinks from descriptionDavid Macek
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen
2021-04-13fenv: move shared x86 fenv.c to libm/machine/shared_x86Corinna Vinschen
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen
2021-02-05Removed Soft float from MIPSEshan dhawan
2020-12-19Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston
2020-12-18fixes to make compilation succeedsPaul Zimmermann
2020-12-18Update gamma functions from code in picolibcJeff Johnston
2020-12-16Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston
2020-12-11Fix error in powf for x close to 1 and large yFabian Schriever
2020-12-11Bump newlib release to 4.0.0Jeff Johnston
2020-11-18RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f...Kito Cheng
2020-11-18RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]Kito Cheng
2020-11-18RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s...Kito Cheng
2020-10-29RISC-V: Fix wrong including file in s_isinf.cKito Cheng
2020-10-29RISC-V: NaN should return 0 for finite[f]Kito Cheng
2020-10-27RISC-V: Implment finite and fpclassifyKito Cheng
2020-10-27RISC-V: Add fabs[f], fmax[f] and fmin[f].Kito Cheng
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-09-04libm/riscv: Use common fma code when necessaryKeith Packard via Newlib
2020-09-04libm/riscv: Fix machine-specific sqrt build processKeith Packard via Newlib
2020-09-02libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.cKeith Packard via Newlib