summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* Arrange for text mode on stdin, stdout and stderr.Kaz Kylheku2021-07-261-0/+20
* Default stdio streams to text mode.Kaz Kylheku2021-07-261-0/+4
* Regenerate lib/posix/Makefile.inJeff Johnston2021-03-051-3/+16
* RISC-V: Fix optimized strcmp on big endianMarcus Comstedt2021-02-251-4/+36
* Set __IEEE_BIG_ENDIAN for big endian RISC-VMarcus Comstedt2021-02-251-0/+4
* Include malloc.h in libc/stdlib/aligned_alloc.cHans-Peter Nilsson2021-02-181-0/+1
* Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.hHans-Peter Nilsson2021-02-161-1/+1
* FTW Port for NewlibEshan dhawan2021-02-094-1/+254
* Removed Soft float from MIPSEshan dhawan2021-02-051-31/+18
* Align *utime*() with POSIX/glibcSebastian Huber2021-01-263-6/+6
* RTEMS: Add <poll.h> and <sys/poll.h>Sebastian Huber2021-01-052-0/+107
* Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston2020-12-1896-960/+960
* arm: Fix memchr() for Armv8-RSebastian Huber2020-12-141-0/+4
* Bump newlib release to 4.0.0Jeff Johnston2020-12-1196-960/+960
* malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen2020-11-172-2/+27
* Fix return type of __locale_ctype_ptr_l()Sebastian Huber2020-11-161-1/+1
* libc/include/newlib.h: Fix C++ compilation issueJoel Sherrill2020-11-161-2/+2
* Fix 32-bit integer overflow when calculating TZ rulesIvan Grokhotov2020-11-041-1/+1
* libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMSJoel Sherrill2020-10-281-0/+3
* Define RB_SET_PARENT to do all assignmentsdougm2020-10-261-30/+28
* In concluding RB_REMOVE_COLOR, in the case whendougm2020-10-261-15/+11
* Linuxkpi uses the rb-tree structuresdougm2020-10-261-148/+137
* Fixup r361997 by balancing parens. Duh.dougm2020-10-261-1/+1
* Restore an RB_COLOR macro, for the benefit ofdougm2020-10-261-0/+6
* To reduce the size of an rb_node, drop the colordougm2020-10-261-138/+143
* Remove from RB_REMOVE_COLOR some null checksdougm2020-10-261-26/+20
* RB_REMOVE invokes RB_REMOVE_COLOR either whendougm2020-10-261-72/+65
* For the case when RB_REMOVE requires a nontrivialdougm2020-10-261-28/+24
* Correct the use of RB_AUGMENT in the RB_TREEdougm2020-10-261-50/+38
* Add RB_REINSERT(3), a low overhead alternative totrasz2020-10-261-2/+24
* amd64: prevent KCSan false positives on LAPIC mappingjah2020-10-261-0/+2
* sys: clean up empty lines in .c and .h filesmjg2020-10-261-1/+0
* gcc: quiet Wattribute for no_sanitize("address")rlibby2020-10-261-2/+6
* Don't sanitize linker_setdab2020-10-261-0/+7
* Make the system C11 atomics headers fully compatible with external GCC.jhb2020-10-262-15/+12
* libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib2020-10-155-57/+25
* drop ambiguous-wide behaviour from Unicode CJK localesThomas Wolff2020-10-131-13/+5
* libc/include/wchar.h: Remove parameter nameTorbjörn SVENSSON2020-10-021-2/+2
* libc/include/inttypes.h: Remove parameter nameTorbjörn SVENSSON2020-10-021-1/+1
* libc/include/math.h: Remove parameter nameChristophe Lyon2020-09-251-8/+8
* Port of C-SKY for newlibJojo R2020-09-2310-2/+6352
* libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]Keith Packard via Newlib2020-09-041-9/+3
* loadlocale: don't casecmp digitsCorinna Vinschen2020-09-041-1/+1
* Fix warnings when building for msp430-elfJozef Lawrynowicz2020-09-036-16/+24
* Enabled _CS* defines for RTEMSEshan dhawan via Newlib2020-08-251-1/+2
* libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib2020-08-171-3/+3
* libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib2020-08-171-2/+4
* libc/stdlib: Fix build failure in nano_callocCraig Blackmore2020-08-131-2/+2
* libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib2020-08-123-15/+22
* libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib2020-08-051-16/+0