aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
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-20Bump up newlib to 4.3.0newlib-4.3.0Jeff Johnston2-13/+13
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: Remove newlib ELIX level 1 restrictionThomas Schwinge2-5/+1
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-19Add amdgcn vectorized math routines to NEWSJeff Johnston1-0/+1
2023-01-19NEWS: report arm ABI breakVictor L. Do Nascimento1-0/+2
2023-01-19NEWS: Add news itemsSebastian Huber1-0/+6
2023-01-18amdgcn: Add vectorized math routinesKwok Cheung Yeung96-46/+9990
2023-01-11libgloss: arm: break newlib dependencyMike Frysinger18-381/+18
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 Schwinge3-24/+26
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-16Fix 3 other instances of Reme typo (should be Remez)Jeff Johnston3-3/+3
2022-12-16Revert "amdgcn: Add vectorized math routines"Jeff Johnston95-8074/+46
2022-12-16Fix a typo in the comment.Nadav Rotem1-1/+1
2022-12-16amdgcn: Add vectorized math routinesKwok Cheung Yeung95-46/+8074
2022-12-13libc: arm: fix setjmp abi non-conformanceVictor L. Do Nascimento2-37/+45
2022-12-13newlib: info: tweak iconv node to avoid collisionsMike Frysinger2-2/+2
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen1-1/+17
2022-12-07libc: fix fropen/fwopen compile warningsAlexey Lapshin1-4/+2
2022-12-03Cygwin: fix LC_CTYPE in global locale to be a real C.UTF-8 localeCorinna Vinschen3-1/+21
2022-11-22amdgcn: Use __builtin_gcn_ in libc/machine/amdgcn/getreent.cTobias Burnus1-9/+29
2022-11-21amdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr if existingTobias Burnus3-3/+17
2022-11-12makedocbook: Fix false report of unhandled texinfo commandJon Turney1-7/+8
2022-11-12makedocbook: Adjust inline whitespace to fix flake8 warningsJon Turney2-69/+68
2022-11-12makedocbook: Drop stray semicolonsJon Turney1-2/+2
2022-11-12makedocbook: Use sys.exit()Jon Turney1-10/+6
2022-11-12makedocbook: Use raw strings for regexesJon Turney1-11/+11
2022-11-10powerpc/setjmp: Fix 64-bit buffer alignmentSebastian Huber1-0/+16
2022-11-08Generally make all 'long double complex' methods available in <complex.h>Thomas Schwinge1-19/+16
2022-10-29strftime/wcsftime: use STRLEN, not strlenCorinna Vinschen1-1/+1
2022-10-29makedocbook: Add explicit locking for PLY parser table generationJon Turney3-229/+227
2022-10-28powerpc/setjmp: Fix 64-bit supportSebastian Huber1-57/+72
2022-10-28Fix warning during manpage generatonJon Turney1-2/+12
2022-10-25strftime.c(__strftime): add %q, %v, tests; tweak %Z docBrian Inglis1-3/+55