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-22RISC-V: Use the new libm code if possibleHau Hsu
2023-02-20newlib/libc/{ctype, string}/*.t: Unicode 15 character width and property tablesBrian Inglis
2023-02-20newlib/libc/ctype/mkcaseconv: fix POSIX shell invalid == comparisonBrian Inglis
2023-02-06setlocale: create LC_ALL string when changing localeCorinna Vinschen
2023-02-03libc: arm: Implement setjmp GCC backwards compatibility.Victor L. Do Nascimento
2023-01-27RISC-V: Fix floating-point environment support for soft floatMaciej W. Rozycki
2023-01-21Bump up newlib to 4.3.0newlib-4.3.0Jeff Johnston
2023-01-19nvptx: In offloading execution, map '_exit' to 'abort' [GCC PR85463]Thomas Schwinge
2023-01-19nvptx: Provide stub 'getpid', 'kill', 'stat'Thomas Schwinge
2023-01-19nvptx: Remove newlib ELIX level 1 restrictionThomas Schwinge
2023-01-19nvptx: Don't use global constructor for SSP setupThomas Schwinge
2023-01-19nvptx: Provide stub 'gettimeofday'Thomas Schwinge
2023-01-19Add amdgcn vectorized math routines to NEWSJeff Johnston
2023-01-19NEWS: report arm ABI breakVictor L. Do Nascimento
2023-01-19NEWS: Add news itemsSebastian Huber
2023-01-18amdgcn: Add vectorized math routinesKwok Cheung Yeung
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