aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz6-16/+24
2020-08-25Enabled _CS* defines for RTEMSEshan dhawan via Newlib1-1/+2
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib1-3/+3
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib1-2/+4
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore1-2/+2
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib3-15/+22
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib1-16/+0
2020-08-04libm: Set math_errhandling to match library and hardware [v2]Keith Packard via Newlib2-1/+22
2020-08-03select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen1-27/+41
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen1-0/+64
2020-07-29arm: Fix fenv supportEshan dhawan4-476/+17
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib1-2/+2
2020-07-16ctype.h: Fix unused variable warningsAschref Ben Thabet1-4/+9
2020-07-10libc/iconv: find_alias was mis-computing remaining alias table lengthKeith Packard via Newlib1-1/+1
2020-07-10libc/iconv: Remove unneeded pointer var for _iconv_aliasesKeith Packard via Newlib2-6/+3
2020-07-10libc/iconv: Detect CES handler loading failureKeith Packard via Newlib1-1/+1
2020-07-06Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for armEshan dhawan via Newlib1-2/+2
2020-07-03mips fenv supportEshan dhawan via Newlib3-0/+477
2020-07-03SPARC fenv supportEshan dhawan via Newlib1-0/+85
2020-07-02fenv aarch64 supportEshan dhawan via Newlib2-0/+276
2020-06-09fenv support armEshan dhawan via Newlib5-0/+731
2020-06-03hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib2-0/+330
2020-05-19Reimplement aligned_allocSzabolcs Nagy1-32/+30
2020-03-13RTEMS: Include missing header and fix stubSebastian Huber1-1/+2
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw1-7/+8
2020-02-20newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill1-0/+8
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff2-4/+17
2020-02-06Typo in license for newlib/libc/stdio/flags.cKeith Packard1-1/+1
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard274-924/+281
2020-01-29Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen2-12/+50
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston95-950/+950
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard1-3/+37
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard1-4/+4
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard1-2/+2
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston3-9/+9
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston95-950/+950
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green2-87/+39
2019-12-18Don't display trailing '.' in _dcvtKeith Packard1-3/+12
2019-12-18Fix gcvt to always show 'ndigits' of precisionKeith Packard1-11/+7
2019-12-18Fix fcvt to only show 'ndigit' past decimalKeith Packard1-8/+1
2019-12-17Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard1-0/+4
2019-12-17Return EINVAL for illegal base in strtolKeith Packard1-2/+7
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible1-0/+21
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green2-25/+48
2019-11-26newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis1-3/+7
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet2-50/+12
2019-11-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung1-10/+10
2019-11-04Move timeval macros to <sys/time.h>Sebastian Huber2-32/+31
2019-11-04Synchronize <sys/time.h> with FreeBSDSebastian Huber1-0/+27
2019-11-04Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber1-2/+4