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
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green
2019-11-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston
2019-10-07Optimize epilogue sequence for architectures with POP interworking.Christos Gentsos
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-06-27or1k: Avoid write outside setjmp buf & shrink bufMartin Erik Werner
2019-06-27or1k: Correct longjmp return valueMartin Erik Werner
2019-06-07Fix __getreent stack calculations for AMD GCNJeff Johnston
2019-05-23RISC-V: Add size optimized memcpy, memmove, memset and strcmp.Jim Wilson
2019-04-15Implement reduced code size "tiny" printf and putsJozef Lawrynowicz
2019-04-15Copy prerequisite file for "tiny" printf implementationJozef Lawrynowicz
2019-03-25Add missing includes.Andrew Stubbs
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz
2019-01-15AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>Jeff Johnston
2019-01-01Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston
2018-11-08Fix issue with dst bias in memsetWilco Dijkstra
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber
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-07-13strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar
2018-07-13memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar
2018-04-13Add nvptx port.Jeff Johnston
2018-01-31epiphany: Additional setjmp() and longjmp() symsSebastian Huber
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz
2018-01-17ansification: remove _PTRYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01powerpc: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01nds32: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01microblaze: remove TRAD_SYNOPSISYaakov Selkowitz
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng
2017-08-17Add RISC-V port for newlibKito Cheng
2017-07-21[arm] Fix strcpy for unified syntax on ARMv4t thumb.Richard Earnshaw
2017-07-20arm: Update strcpy.c to use UAL syntax.Ian Tessier via newlib
2017-06-29Optimized memcmpWilco Dijkstra