summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* 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-052-41/+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-18115-1134/+1140
* fixes to make compilation succeedsPaul Zimmermann2020-12-182-1/+2
* Update gamma functions from code in picolibcJeff Johnston2020-12-174-28/+47
* Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston2020-12-161-0/+2
* arm: Fix memchr() for Armv8-RSebastian Huber2020-12-141-0/+4
* Fix error in powf for x close to 1 and large yFabian Schriever2020-12-111-1/+1
* Bump newlib release to 4.0.0Jeff Johnston2020-12-11115-1136/+1151
* RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f...Kito Cheng2020-11-1810-3/+503
* RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]Kito Cheng2020-11-186-3/+237
* RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s...Kito Cheng2020-11-182-3/+33
* 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
* RISC-V: Fix wrong including file in s_isinf.cKito Cheng2020-10-291-1/+1
* RISC-V: NaN should return 0 for finite[f]Kito Cheng2020-10-292-2/+2
* libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMSJoel Sherrill2020-10-281-0/+3
* RISC-V: Implment finite and fpclassifyKito Cheng2020-10-279-3/+421
* RISC-V: Add fabs[f], fmax[f] and fmin[f].Kito Cheng2020-10-278-3/+345
* 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