Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)Author
2023-02-06setlocale: create LC_ALL string when changing localeCorinna Vinschen
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen
2022-12-03Cygwin: fix LC_CTYPE in global locale to be a real C.UTF-8 localeCorinna Vinschen
2022-11-23amdgcn: Use __builtin_gcn_ in libc/machine/amdgcn/getreent.cTobias Burnus
2022-11-21amdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr if existingTobias Burnus
2022-11-12makedocbook: Fix false report of unhandled texinfo commandJon Turney
2022-11-12makedocbook: Adjust inline whitespace to fix flake8 warningsJon Turney
2022-11-12makedocbook: Drop stray semicolonsJon Turney
2022-11-12makedocbook: Use sys.exit()Jon Turney
2022-11-12makedocbook: Use raw strings for regexesJon Turney
2022-11-10powerpc/setjmp: Fix 64-bit buffer alignmentSebastian Huber
2022-11-08Generally make all 'long double complex' methods available in <complex.h>Thomas Schwinge
2022-10-29strftime/wcsftime: use STRLEN, not strlenCorinna Vinschen
2022-10-29makedocbook: Add explicit locking for PLY parser table generationJon Turney
2022-10-28powerpc/setjmp: Fix 64-bit supportSebastian Huber
2022-10-28Fix warning during manpage generatonJon Turney
2022-10-25strftime.c(__strftime): add %q, %v, tests; tweak %Z docBrian Inglis
2022-10-24strptime.c(strptime_l): add %q GNU quarterBrian Inglis
2022-09-28Rerun automake in newlib/Szabolcs Nagy
2022-09-26Fix missing extern C statementMarkus B. Moessner
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber
2022-09-19Implement sysconf for ArmJeff Johnston
2022-09-10upstream OpenBSD: arc4random: fix indenttb
2022-09-10upstream OpenBSD: arc4random: Randomise the rekey interval a little.djm
2022-09-10upstream OpenBSD: arc4random: Remove unused ivbits argument from chacha_keysetupdtucker
2022-09-10upstream OpenBSD: arc4random: replace abort() with _exit()deraadt
2022-09-10upstream OpenBSD: arc4random: bump file versionsCorinna Vinschen
2022-09-10upstream OpenBSD: arc4random: Add support for building arc4random with MSVC.bcook
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON
2022-08-31Fix some Coverity Scan errors.Jeff Johnston
2022-08-31Restore _lock initialization in non-single threaded modeTorbjörn SVENSSON
2022-08-23Fix problem with _newlib_version.h not being filled in correctlyJeff Johnston
2022-08-15SH: Do not build syscalls if option providedYilin Sun via Newlib
2022-08-12newlocale: fix crash when trying to write to __C_localeCorinna Vinschen
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce
2022-07-13Add _REENT_IS_NULL()Matt Joyce
2022-07-13Add _REENT_SIG_FUNC(ptr)Matt Joyce
2022-07-13Add _REENT_CVTBUF(ptr)Matt Joyce
2022-07-13Add _REENT_CVTLEN(ptr)Matt Joyce
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce
2022-07-13Add _REENT_LOCALE(ptr)Matt Joyce
2022-07-13Add _REENT_INC(ptr)Matt Joyce
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
2022-07-13Define _REENT_EMERGENCY(ptr) only onceMatt Joyce
2022-07-13Move content in <sys/reent.h>Sebastian Huber