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-12-04RISC-V: Support long double mathKito Cheng
2023-10-12riscv: Fix fenv.h supportSebastian Huber
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib
2023-01-27RISC-V: Fix floating-point environment support for soft floatMaciej W. Rozycki
2022-03-17newlib: libc: merge build up a directoryMike Frysinger
2022-02-25newlib: libc: move configure into top-levelMike Frysinger
2022-02-19newlib: libc: delete crt0.o duplicationMike Frysinger
2022-02-16newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger
2022-02-16newlib: phoenix: merge configure up to 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: libc: include all chapters all the time in the manualMike Frysinger
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger
2022-01-22newlib: stop clobbering LDFLAGS with non-standard $ldflagsMike Frysinger
2022-01-22newlib: stop checking --enable-multilib in subdirsMike Frysinger
2022-01-19newlib: avoid duplicate awk checksMike 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-12newlib: regen aclocal.m4 after autoconf updateMike 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-10newlib: Regenerate all autotools filesJon Turney
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger
2021-02-25RISC-V: Fix optimized strcmp on big endianMarcus Comstedt
2020-12-19Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston
2020-12-11Bump newlib release to 4.0.0Jeff Johnston
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill
2019-09-03riscv/include/fenv.h: Use shared fenv.h.Joel Sherrill
2019-08-09Miscellaneous Makefile.in regeneratedJoel Sherrill
2019-08-02RISC-V: Fix header guard for sys/fenv.hKito Cheng
2019-05-23RISC-V: Add size optimized memcpy, memmove, memset and strcmp.Jim Wilson
2019-01-01Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston
2018-08-29Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard
2018-04-13Add nvptx port.Jeff Johnston