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-02-05newlib: libm: move manual into top-level buildMike Frysinger
2022-02-02newlib: add AC_CACHE_CHECK sugar around preprocessor checksMike Frysinger
2022-02-01newlib: fix preprocessor checksMike Frysinger
2022-01-29newlib: use abs_newlib_basedir for -I pathsMike 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-26newlib: libm: drop unused config.h.in fileMike Frysinger
2022-01-24newlib: update preprocessor configure checksMike Frysinger
2022-01-22newlib: stop clobbering LDFLAGS with non-standard $ldflagsMike Frysinger
2022-01-22newlib: stop checking --enable-multilib in subdirsMike Frysinger
2022-01-20newlib: libm: switch to autoconf long double macroMike Frysinger
2022-01-19newlib: avoid duplicate awk checksMike Frysinger
2022-01-19newlib: merge old AC_LIBTOOL_WIN32_DLL macro into LT_INITMike Frysinger
2022-01-19newlib: update libtool macro nameMike Frysinger
2022-01-19newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)Mike Frysinger
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