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-01-11libgloss: arm: break newlib dependencyMike Frysinger
2023-01-10newlib: libc: setjmp M-profile PACBTI-enablementVictor L. Do Nascimento
2023-01-10newlib: libc: aeabi_memset M-profile PACBTI-enablementVictor L. Do Nascimento
2023-01-10newlib: libc: aeabi_memmove M-profile PACBTI-enablementVictor L. Do Nascimento
2023-01-10newlib: libc: memcpy M-profile PACBTI-enablementVictor L. Do Nascimento
2023-01-10newlib: libc: memchr M-profile PACBTI-enablementVictor L. Do Nascimento
2023-01-10newlib: libc: strlen M-profile PACBTI-enablementVictor L. Do Nascimento
2023-01-10newlib: libc: strcmp M-profile PACBTI-enablementVictor L. Do Nascimento
2023-01-10newlib: libc: define M-profile PACBTI-enablement macrosVictor L. Do Nascimento
2023-01-03Fix memccpy to handle end char >= x80CompilerAI Research Group
2022-12-22nvptx: Implement '_exit' instead of 'exit'Thomas Schwinge
2022-12-22remove +x bit on source filesMike Frysinger
2022-12-19libc: arm: setjmp.S code cleanupVictor L. Do Nascimento
2022-12-19Fix a bug in setjmp for MIPS o32/o64 FPXX/FP64Giovanni Bajo
2022-12-16Fix 3 other instances of Reme typo (should be Remez)Jeff Johnston
2022-12-16Revert "amdgcn: Add vectorized math routines"Jeff Johnston
2022-12-16Fix a typo in the comment.Nadav Rotem
2022-12-16amdgcn: Add vectorized math routinesKwok Cheung Yeung
2022-12-13libc: arm: fix setjmp abi non-conformanceVictor L. Do Nascimento
2022-12-13newlib: info: tweak iconv node to avoid collisionsMike Frysinger
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen
2022-12-07libc: fix fropen/fwopen compile warningsAlexey Lapshin
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