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
AgeCommit message (Expand)Author
2024-01-23newlib: docs: add "Function " to every function nodeMike Frysinger
2023-12-23GCN: Implement '_exit' instead of 'exit'Thomas Schwinge
2023-12-06newlib cris: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson
2023-12-04RISC-V: Support long double mathKito Cheng
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber
2023-10-31amdgcn: remove unnecessary scalar cache flushAndrew Stubbs
2023-10-12sparc: Improve setjmp()Sebastian Huber
2023-10-12riscv: Fix fenv.h supportSebastian Huber
2023-10-05aarch64: Import memrchr.SSebastian Huber
2023-10-05aarch64: Sync with ARM-software/optimized-routinesSebastian Huber
2023-08-18newlib: add Xtensa portAlexey Lapshin
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib
2023-05-30m68k: disallow unaligned access for m68010 and m68020Remy Bohmer
2023-05-16newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64Jennifer Averett
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett
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-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: Provide stub 'gettimeofday'Thomas Schwinge
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
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-13libc: arm: fix setjmp abi non-conformanceVictor L. Do Nascimento
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-10powerpc/setjmp: Fix 64-bit buffer alignmentSebastian Huber
2022-10-28powerpc/setjmp: Fix 64-bit supportSebastian Huber
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber
2022-07-13Add _REENT_IS_NULL()Matt Joyce
2022-07-13Add _REENT_CLEANUP(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-05-04Remove _global_impure_ptr indirectionSebastian Huber
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber
2022-03-23amdgcn: Fix build failureAndrew Stubbs
2022-03-17newlib: libc: merge build up a directoryMike Frysinger
2022-03-14newlib: xstormy16: move malloc multiplex logic from build to source filesMike Frysinger