aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-24strptime.c(strptime_l): add %q GNU quarterBrian Inglis1-1/+9
2022-09-28Rerun automake in newlib/Szabolcs Nagy1-2/+20
2022-09-26Fix missing extern C statementMarkus B. Moessner1-0/+7
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber2-9/+78
2022-09-19Implement sysconf for ArmJeff Johnston4-1/+39
2022-09-10upstream OpenBSD: arc4random: fix indenttb1-2/+2
2022-09-10upstream OpenBSD: arc4random: Randomise the rekey interval a little.djm1-3/+14
2022-09-10upstream OpenBSD: arc4random: Remove unused ivbits argument from chacha_keysetupdtucker2-4/+4
2022-09-10upstream OpenBSD: arc4random: replace abort() with _exit()deraadt1-2/+2
2022-09-10upstream OpenBSD: arc4random: bump file versionsCorinna Vinschen2-2/+2
2022-09-10upstream OpenBSD: arc4random: Add support for building arc4random with MSVC.bcook1-7/+8
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON1-4/+0
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON1-0/+9
2022-08-31Fix some Coverity Scan errors.Jeff Johnston6-2/+10
2022-08-31Restore _lock initialization in non-single threaded modeTorbjörn SVENSSON1-0/+4
2022-08-22Fix problem with _newlib_version.h not being filled in correctlyJeff Johnston3-11/+22