aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2019-07-24hash functions: use reentrant stat functionsCorinna Vinschen1-6/+6
2019-07-24Regenerate newlib/libc/search/Makefile.in for ndpm portCorinna Vinschen1-20/+42
2019-07-24fix compile errors for efgcvt.cuchan-nos1-15/+18
2019-07-24Port ndbmVaibhav Gupta3-0/+311
2019-07-23Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov2-89/+227
2019-07-09Set errno in expm1{,f} / log1p{,f}Jeff Johnston4-6/+14
2019-06-27sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen1-18/+0
2019-06-27or1k: Avoid write outside setjmp buf & shrink bufMartin Erik Werner2-29/+32
2019-06-27or1k: Correct longjmp return valueMartin Erik Werner1-1/+1
2019-06-25Support calculation of pointer size for __int20__ type in _intsup.hJozef Lawrynowicz1-0/+4
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert1-0/+23
2019-06-14Rename <xlocale.h> back to <sys/_locale.h>Corinna Vinschen11-13/+13
2019-06-07Fix __getreent stack calculations for AMD GCNJeff Johnston1-6/+6
2019-06-07Add gfortran support for AMD GCNJeff Johnston10-3/+212
2019-06-07Mark inline functions with __unused;trasz1-5/+5
2019-06-07sys/sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2019-06-03Fix vfwscanf(3) assignment suppression flag handling bugLucio Andrés Illanes Albornoz1-0/+1
2019-06-03Fix <sys/_types.h> issues with <stddef.h>Sebastian Huber2-5/+3
2019-06-03Avoid <sys/cdefs.h> dependency in <sys/_types.h>Sebastian Huber1-2/+7
2019-06-03Avoid cyclic header dependenciesSebastian Huber2-5/+5
2019-05-22RISC-V: Add size optimized memcpy, memmove, memset and strcmp.Jim Wilson8-2/+146
2019-04-15Implement reduced code size "tiny" printf and putsJozef Lawrynowicz6-428/+132
2019-04-15Copy prerequisite file for "tiny" printf implementationJozef Lawrynowicz1-0/+661
2019-04-12Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov1-8/+10
2019-04-11Include code in trap.S for APCS only.Christophe Lyon1-1/+1
2019-04-11Make more macro checks ARMv8-M baseline proof.Christophe Lyon1-4/+4
2019-03-25Add missing includes.Andrew Stubbs3-1/+4
2019-03-18AMD GCN: Implement circular buffering.Andrew Stubbs1-17/+38
2019-02-22stdio: drop unused O_TEXT handling on non-CygwinCorinna Vinschen1-4/+0
2019-02-19Cygwin: add secure_getenvYaakov Selkowitz1-0/+3
2019-02-19Define u_register_t if __BSD_VISIBLESebastian Huber1-0/+2
2019-02-19Change register_t definitionSebastian Huber1-1/+1
2019-02-19Fix comment in <sys/types.h>Sebastian Huber1-1/+1
2019-02-19Move RTEMS and XMK specific type definitionsSebastian Huber3-16/+12
2019-02-01scandir: Add support for struct dirent::d_typeSebastian Huber1-1/+4
2019-02-01a) Use strcoll() in opendir() and alphasort()ache1-3/+4
2019-02-01scandir(3) previously used st_sizedas1-53/+31
2019-02-01Remove __P and convert to ANSI prototypes.obrien1-7/+4
2019-02-01Clean up the vcs ID stringsjhb1-3/+2
2019-02-01Renumber copyright clause 4imp1-1/+1
2019-02-01scandir: Update copyright notice from FreeBSDSebastian Huber1-3/+3
2019-02-01General further adoption of SPDX licensing ID tags.pfg1-0/+2
2019-01-23Use nanf() instead of nan() in single-precision float libm math functionsJozef Lawrynowicz4-4/+4
2019-01-23Use HUGE_VALF instead of HUGE_VAL in single-precision float libm math functionsJozef Lawrynowicz16-18/+18
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz31-186/+0
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz75-2298/+405
2019-01-22time.h: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARMCorinna Vinschen1-8/+12
2019-01-15AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>Jeff Johnston31-4/+13112
2019-01-13update to Unicode 11.0Thomas Wolff4-93/+159
2019-01-13map WEOF to undefined rather than the control char categoryThomas Wolff1-1/+1