aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2023-08-04newlib: gdtoa: Suppress compiler warning.Takashi Yano1-1/+1
2023-08-02newlib: Fix memory leak regarding gdtoa-based _ldtoa_r().Takashi Yano2-13/+14
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen1-20/+20
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen1-5/+6
2023-02-06setlocale: create LC_ALL string when changing localeCorinna Vinschen1-4/+10
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen1-1/+17
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
2022-08-15SH: Do not build syscalls if option providedYilin Sun via Newlib2-6/+8
2022-08-12newlocale: fix crash when trying to write to __C_localeCorinna Vinschen1-1/+2
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen2-5/+0
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce33-0/+267
2022-07-13Add _REENT_IS_NULL()Matt Joyce4-3/+13
2022-07-13Add _REENT_SIG_FUNC(ptr)Matt Joyce3-15/+16
2022-07-13Add _REENT_CVTBUF(ptr)Matt Joyce3-8/+9
2022-07-13Add _REENT_CVTLEN(ptr)Matt Joyce2-4/+5
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce8-9/+10
2022-07-13Add _REENT_LOCALE(ptr)Matt Joyce3-4/+5
2022-07-13Add _REENT_INC(ptr)Matt Joyce2-3/+4
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce4-6/+7
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce5-8/+9