aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2025-12-04features.h: Fix -Wundef problemsStefan Tauner1-21/+28
2025-12-03newlib: copy args for atexit()'ed function before unlock the mutexTakashi Yano1-4/+10
2025-11-21newlib: Unlock the mutex while calling atexit()'ed functionsTakashi Yano1-0/+8
2025-11-19libc/features.h: Make code match documentationSimon Barth1-2/+2
2025-11-19libc: Make string.h POSIX.1-2024 compliantSimon Barth1-2/+4
2025-11-19Fix missing declaration in systemJean-Paul Mari1-0/+2
2025-11-04newlib/libc/include/sys/features.h: Update RTEMS sectionJoel Sherrill1-6/+9
2025-11-04newlib/libc/include/setjmp.h: Add returns_twice attribute to setjmp()Joel Sherrill1-7/+3
2025-11-03newlib/ChangeLog:Jan Dubiec1-48/+32
2025-11-03newlib/ChangeLog:Jan Dubiec1-18/+21
2025-11-03strtodg: Make increment staticZakaria Fadli1-1/+1
2025-10-17Fix ARM fegetexceptflag.cMatt Reynolds1-3/+1
2025-09-22newlib: strtold: Import strtorQ for 128-bit long double supportZakaria Fadli5-29/+178
2025-08-27amdgcn, libm: fix vector ilogb bugs (bug 33272)Andrew Stubbs5-97/+99
2025-08-14rtems: No-return _arc4random_getentropy_fail()Sebastian Huber1-1/+1
2025-08-08amdgcn, libm: fix infinite loopAndrew Stubbs1-2/+5
2025-08-07Added target m68k-atari-elf supporting Atari 16/32bit TOS systems.Mikael Hildenborg1-1/+4
2025-08-04sys/_default_fcntl.h: Define OFD lock operationsCorinna Vinschen1-0/+5
2025-08-04sys/_default_fcntl.h: fix whitespaceCorinna Vinschen1-11/+11
2025-07-25newlib: libc: return back support for AArch64 ILP32Radek Bartoň14-10/+64
2025-07-25Revert Joel's working ilp32 patchJoel Sherrill16-108/+54
2025-07-25ilp32: Revert patch removing ilp32 supportJoel Sherrill16-54/+108
2025-07-24Revert "mbrtowc: fix handling invalid UTF-8 4 byte sequences if wchar_t == UT...Corinna Vinschen1-16/+9
2025-07-23sys/cdefs.h: Protect parameters to __builtin_is_aligned()Paul Cercueil1-1/+1
2025-07-23Reapply "libc/stdio: Remove wchar_t functions from NEWLIB_NANO_FORMATTED_IO"Corinna Vinschen2-471/+471
2025-07-23Revert "libc/stdio: Remove wchar_t functions from NEWLIB_NANO_FORMATTED_IO"Hau Hsu2-471/+471
2025-07-21newlib: add dummy implementations of fe{get,set}prec for Aarch64 CygwinRadek Bartoň5-0/+96
2025-07-17libc/include/sys/stat.h: Adjust for RTEMS MIPSJoel Sherrill1-2/+3
2025-07-17nvptx: Change 'read' and 'write' to 'ssize_t' return typeArijit Kumar Das3-2/+8
2025-07-17newlib: libc: update asmdefs.h compatible with Cygwin AArch64Radek Bartoň16-108/+54
2025-07-17newlib: fclose: Use sfp lock while fp lock is activeTakashi Yano1-1/+2
2025-07-16libc/time: Add CLOCK_TAISebastian Huber1-0/+6
2025-07-10newlib: Regenerate configuration filesm fally1-26/+26
2025-07-10RISC-V: memmove() speed optimized: Call memcpy()m fally1-67/+93
2025-07-10RISC-V: memmove() speed optimized: Align source addressm fally1-50/+135
2025-07-10RISC-V: memmove() speed optimized: Add loop-unrollingm fally1-9/+48
2025-07-10RISC-V: memmove() speed optimized: Replace macros and use fixed-width typesm fally1-25/+35
2025-07-10RISC-V: memmove() speed optimized: Add implementationm fally4-15/+100
2025-07-09posix_spawn: preserve FD flags when processing FAE_OPENJeremy Drake1-3/+11
2025-07-04libc: mips: fix strcmp bug for little endian targetsFaraz Shahbazker1-2/+5
2025-07-04libc: mips: Improve performance of strcmp implementationFaraz Shahbazker1-79/+123
2025-07-04libc: mips: memcpy prefetches beyond copied memoryFaraz Shahbazker1-53/+97
2025-07-04libc: mips: Add improved C implementation of memcpy/memsetFaraz Shahbazker4-5/+586
2025-07-04mips: Implement MIPS HAL and UHIJovan Dmitrović8-121/+158
2025-07-04aarch64: Export fe{enable,disable,get}except on CygwinRadek Bartoň1-4/+12
2025-07-02wcstombs: also call __WCTOMB on terminating NUL if output buffer is NULLChristian Franke1-3/+4
2025-07-02newlib: increase jump buffer length to 25 to fit all non-volatile registers f...Radek Bartoň1-1/+10
2025-07-02RISC-V: Fix memcpy() for GCC 13Sebastian Huber1-2/+2
2025-06-29wcrtomb: fix CESU-8 value of leftover lone high surrogateChristian Franke1-2/+2
2025-06-27mbrtowc: fix handling invalid UTF-8 4 byte sequences if wchar_t == UTF-16Corinna Vinschen1-9/+16