Age | Commit message (Expand) | Author | Files | Lines |
2021-05-20 | sys/stat.h: Enable UTIME_NOW and UTIME_OMIT for RTEMS | Joel Sherrill | 1 | -1/+1 |
2021-05-03 | Nano-malloc: Fix for unwanted external heap fragmentation | Ola Olsson | 1 | -9/+61 |
2021-04-26 | bfin: add myself as maintainer | Mike Frysinger | 1 | -0/+1 |
2021-04-21 | fix some Arm FP routines not checking if floating point is enabled | Ties Stuij | 6 | -6/+6 |
2021-04-19 | scanf: allow hex float input per POSIX | Corinna Vinschen | 1 | -2/+63 |
2021-04-13 | fenv: fix up stub file comment, drop symlinks from description | David Macek | 1 | -10/+10 |
2021-04-13 | Cygwin: don't export _feinitialise from newlib | Corinna Vinschen | 2 | -11/+1 |
2021-04-13 | fenv: drop Cygwin-specific implementation in favor of newlib code | Corinna Vinschen | 2 | -2/+16 |
2021-04-13 | fenv: move shared x86 fenv.c to libm/machine/shared_x86 | Corinna Vinschen | 3 | -473/+480 |
2021-04-13 | fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86 | Corinna Vinschen | 2 | -1/+0 |
2021-04-13 | fenv: add missing declarations to x86 fenv.h | Corinna Vinschen | 1 | -0/+5 |
2021-04-13 | configure.host: define shared ix86 and x86_64 directory | Corinna Vinschen | 1 | -4/+4 |
2021-04-13 | Add build mechanism to share common header files between machines | Corinna Vinschen | 38 | -9/+124 |
2021-03-05 | Regenerate lib/posix/Makefile.in | Jeff Johnston | 1 | -3/+16 |
2021-02-25 | RISC-V: Fix optimized strcmp on big endian | Marcus Comstedt | 1 | -4/+36 |
2021-02-25 | Set __IEEE_BIG_ENDIAN for big endian RISC-V | Marcus Comstedt | 1 | -0/+4 |
2021-02-18 | Include malloc.h in libc/stdlib/aligned_alloc.c | Hans-Peter Nilsson | 1 | -0/+1 |
2021-02-16 | Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.h | Hans-Peter Nilsson | 1 | -1/+1 |
2021-02-09 | FTW Port for Newlib | Eshan dhawan | 4 | -1/+254 |
2021-02-05 | Removed Soft float from MIPS | Eshan dhawan | 2 | -41/+18 |
2021-01-26 | Align *utime*() with POSIX/glibc | Sebastian Huber | 3 | -6/+6 |
2021-01-05 | RTEMS: Add <poll.h> and <sys/poll.h> | Sebastian Huber | 2 | -0/+107 |
2020-12-18 | Bump up newlib version to 4.1.0newlib-4.1.0 | Jeff Johnston | 115 | -1134/+1140 |
2020-12-18 | fixes to make compilation succeeds | Paul Zimmermann | 2 | -1/+2 |
2020-12-17 | Update gamma functions from code in picolibc | Jeff Johnston | 4 | -28/+47 |
2020-12-16 | Add declarations for __ieee754_tgamma functions to fdlibm.h | Jeff Johnston | 1 | -0/+2 |
2020-12-14 | arm: Fix memchr() for Armv8-R | Sebastian Huber | 1 | -0/+4 |
2020-12-11 | Fix error in powf for x close to 1 and large y | Fabian Schriever | 1 | -1/+1 |
2020-12-11 | Bump newlib release to 4.0.0 | Jeff Johnston | 115 | -1136/+1151 |
2020-11-18 | RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f... | Kito Cheng | 10 | -3/+503 |
2020-11-18 | RISC-V: Add machine-specific implementation for isnan[f] and copysign[f] | Kito Cheng | 6 | -3/+237 |
2020-11-18 | RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s... | Kito Cheng | 2 | -3/+33 |
2020-11-17 | malloc/nano-malloc: correctly check for out-of-bounds allocation reqs | Corinna Vinschen | 2 | -2/+27 |
2020-11-16 | Fix return type of __locale_ctype_ptr_l() | Sebastian Huber | 1 | -1/+1 |
2020-11-16 | libc/include/newlib.h: Fix C++ compilation issue | Joel Sherrill | 1 | -2/+2 |
2020-11-04 | Fix 32-bit integer overflow when calculating TZ rules | Ivan Grokhotov | 1 | -1/+1 |
2020-10-29 | RISC-V: Fix wrong including file in s_isinf.c | Kito Cheng | 1 | -1/+1 |
2020-10-29 | RISC-V: NaN should return 0 for finite[f] | Kito Cheng | 2 | -2/+2 |
2020-10-28 | libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMS | Joel Sherrill | 1 | -0/+3 |
2020-10-27 | RISC-V: Implment finite and fpclassify | Kito Cheng | 9 | -3/+421 |
2020-10-27 | RISC-V: Add fabs[f], fmax[f] and fmin[f]. | Kito Cheng | 8 | -3/+345 |
2020-10-26 | Define RB_SET_PARENT to do all assignments | dougm | 1 | -30/+28 |
2020-10-26 | In concluding RB_REMOVE_COLOR, in the case when | dougm | 1 | -15/+11 |
2020-10-26 | Linuxkpi uses the rb-tree structures | dougm | 1 | -148/+137 |
2020-10-26 | Fixup r361997 by balancing parens. Duh. | dougm | 1 | -1/+1 |
2020-10-26 | Restore an RB_COLOR macro, for the benefit of | dougm | 1 | -0/+6 |
2020-10-26 | To reduce the size of an rb_node, drop the color | dougm | 1 | -138/+143 |
2020-10-26 | Remove from RB_REMOVE_COLOR some null checks | dougm | 1 | -26/+20 |
2020-10-26 | RB_REMOVE invokes RB_REMOVE_COLOR either when | dougm | 1 | -72/+65 |
2020-10-26 | For the case when RB_REMOVE requires a nontrivial | dougm | 1 | -28/+24 |