aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib3-8/+8
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen1-5/+6
2023-07-18Fix typo.Jeff Johnston1-1/+1
2023-07-17Change getlogin() to only check stdin being nullJordi Sanfeliu1-2/+0
2023-07-13newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.cAlexey Lapshin2-0/+6
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang1-2/+2
2023-05-30m68k: disallow unaligned access for m68010 and m68020Remy Bohmer1-1/+1
2023-05-17fix __time_load_locale return codeAlexey Lapshin1-1/+3
2023-05-16newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64Jennifer Averett3-8/+18
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett4-0/+378
2023-05-05Move signgm.c from libc/reent to libm/mathJennifer Averett2-17/+0
2023-04-26Fix _REENT_EMERGENCY() if TLS is enabledSebastian Huber2-2/+2
2023-04-24RTEMS: Add __m68k_read_tp() to crt0.cSebastian Huber1-0/+4
2023-04-19posix_spawn_file_actions_addfchdir_np: return EBADF on negative fdCorinna Vinschen1-1/+6
2023-04-18Add posix_spawn_file_actions_add{f}chdir_npCorinna Vinschen2-2/+94
2023-03-30Bump newlib version in the manual to 4.3.0Tobias Burnus1-2/+2
2023-03-24newlocale: set errno to ENOENT if __loadlocale failsCorinna Vinschen1-1/+4
2023-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen2-4/+13
2023-03-03arm: Restrict processor mode change when in hypervisor modeSrinath Parvathaneni1-7/+7
2023-03-03arm: Fix the SP used in setting stack limit for standalone application.Srinath Parvathaneni1-2/+1
2023-02-27nano-mallocr: Prevent NULL pointer de-reference in free_listHenrik Nilsson via Newlib1-5/+14
2023-02-25ctype_cp.h/ctype_iso.h: clean whitespaceCorinna Vinschen2-43/+43
2023-02-25Cygwin: fully support KOI8-T codesetCorinna Vinschen3-6/+50
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen1-1/+1
2023-02-24Cygwin: support KOI8-T codesetCorinna Vinschen3-25/+52
2023-02-22RISC-V: Use the new libm code if possibleHau Hsu1-0/+5
2023-02-20newlib/libc/{ctype, string}/*.t: Unicode 15 character width and property tablesBrian Inglis3-58/+91
2023-02-20newlib/libc/ctype/mkcaseconv: fix POSIX shell invalid == comparisonBrian Inglis1-1/+1
2023-02-06setlocale: create LC_ALL string when changing localeCorinna Vinschen1-4/+10
2023-02-03libc: arm: Implement setjmp GCC backwards compatibility.Victor L. Do Nascimento1-0/+22
2023-01-27RISC-V: Fix floating-point environment support for soft floatMaciej W. Rozycki1-0/+9
2023-01-19nvptx: In offloading execution, map '_exit' to 'abort' [GCC PR85463]Thomas Schwinge1-3/+12
2023-01-19nvptx: Provide stub 'getpid', 'kill', 'stat'Thomas Schwinge1-0/+17
2023-01-19nvptx: Don't use global constructor for SSP setupThomas Schwinge1-2/+2
2023-01-19nvptx: Provide stub 'gettimeofday'Thomas Schwinge1-0/+7
2023-01-11libgloss: arm: break newlib dependencyMike Frysinger16-378/+14
2023-01-10newlib: libc: setjmp M-profile PACBTI-enablementVictor L. Do Nascimento1-0/+43
2023-01-10newlib: libc: aeabi_memset M-profile PACBTI-enablementVictor L. Do Nascimento1-3/+11
2023-01-10newlib: libc: aeabi_memmove M-profile PACBTI-enablementVictor L. Do Nascimento1-5/+12
2023-01-10newlib: libc: memcpy M-profile PACBTI-enablementVictor L. Do Nascimento1-9/+24
2023-01-10newlib: libc: memchr M-profile PACBTI-enablementVictor L. Do Nascimento1-6/+44
2023-01-10newlib: libc: strlen M-profile PACBTI-enablementVictor L. Do Nascimento2-6/+25
2023-01-10newlib: libc: strcmp M-profile PACBTI-enablementVictor L. Do Nascimento3-31/+60
2023-01-10newlib: libc: define M-profile PACBTI-enablement macrosVictor L. Do Nascimento1-0/+441
2023-01-03Fix memccpy to handle end char >= x80CompilerAI Research Group1-3/+3
2022-12-22nvptx: Implement '_exit' instead of 'exit'Thomas Schwinge2-3/+4
2022-12-21remove +x bit on source filesMike Frysinger14-0/+0
2022-12-19libc: arm: setjmp.S code cleanupVictor L. Do Nascimento1-12/+0
2022-12-19Fix a bug in setjmp for MIPS o32/o64 FPXX/FP64Giovanni Bajo1-1/+1
2022-12-13libc: arm: fix setjmp abi non-conformanceVictor L. Do Nascimento2-37/+45