aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2026-04-24jp2uc/up2jc: avoid crash due to invalid pointerHEADgithub/mastergithub/mainmastermainCorinna Vinschen1-3/+5
2026-04-20riscv: add vectorized memset, memcpy and memmovePincheng Wang5-2/+171
2026-04-17newlib/Makefile.in: regenerateCorinna Vinschen1-68/+354
2026-04-17newlib/libc/stdbit: Make compile for C99 and newerJoel Sherrill15-10/+85
2026-04-17Makefile.inc, stdbit/Makefile.inc: Add stdbitJoel Sherrill2-0/+16
2026-04-17newlib/libc: Add C23 stdbit.h from FreeBSDJoel Sherrill29-0/+2134
2026-04-13amdgcn: Provide stub 'gettimeofday'Thomas Schwinge3-3/+31
2026-04-13amdgcn: Implement 'creat'Thomas Schwinge3-3/+29
2026-04-13nvptx: Implement 'creat'Thomas Schwinge1-0/+6
2026-03-31Cygwin: add _Fork() system call per POSIX.1-2024Corinna Vinschen1-0/+3
2026-03-30Fix memcpy alignment problems for m68k architectureYuichi Nakamura1-5/+9
2026-03-23newlib: riscv: Add Zicfilp lpads to asm functionsArjun Salunkhe5-0/+22
2026-03-23libc: string: Fix warning in memrchr.cTerraneo Federico1-1/+1
2026-03-19libc: string: Fix off-by-one alignment bug in memrchr.Daniele Cattaneo1-1/+1
2026-03-17autoreconf newlib to fix HAVE_FPMATH_H handlingCorinna Vinschen2-27/+41
2026-03-17libc: arc: Remove an optimized strlen implementationYuriy Kolerov6-527/+0
2026-03-17libc: arc: Exclude strchr.S from targets with 16-entry regfileYuriy Kolerov1-1/+2
2026-03-17libm: Fixes scalbnf rounding up to minimum magnitude.Eric Bavier1-4/+4
2026-03-17newlib: Disable ld128 math library build for aarch64 WindowsThirumalai Nagalingam3-1/+20
2026-03-06sys/lock.h: Add timed wait with clockMazen Adel Elmessady1-2/+16
2026-02-12Silence -Wold-style-definition warningsKim Kuparinen8-28/+10
2026-02-12stdatomic.h: use latest FreeBSD file verbatimCorinna Vinschen1-27/+27
2026-02-12features.h: define __ISO_C_VISIBLE as 2023 for ISO C23Corinna Vinschen2-4/+4
2026-02-12machine/_default_types.h: define __ptrdiff_t and __wchar_tCorinna Vinschen1-0/+14
2026-02-12stdint.h: move fast type evaluation to machine/_default_types.hCorinna Vinschen2-71/+92
2026-02-09stdatomic.h: add atomic definitions for char8_t, char16_t and char32_tCorinna Vinschen1-3/+7
2026-02-09machine/_default_types.h: add definitions for __char16_t / __char32_tCorinna Vinschen1-0/+14
2026-02-09libc/include/regex.h: Add include of <sys/_types.h> for off_tJoel Sherrill1-1/+2
2026-02-02towupper/towlower: handle Turkic language special casingThomas Wolff2-5/+20
2026-01-23Changes for 4.6.0 snapshotnewlib-4.6.0Jeff Johnston7-68/+74
2026-01-22towctrans_l: handle not _MB_CAPABLE targetsCorinna Vinschen1-0/+16
2026-01-21Fix dummy names in reent directoryAndrew Oates2-2/+2
2025-12-22Unicode table build: update data tables to Unicode 17.0Thomas Wolff4-153/+256
2025-12-22Unicode table build: update scripts for generation of width dataThomas Wolff2-25/+26
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