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-15Cygwin: introduce close_range(2)Christian Franke
2023-12-04RISC-V: Support long double mathKito Cheng
2023-09-26newlib: Add missing prototype for _getentropyTorbjörn SVENSSON
2023-09-11Reentrancy, attempt to always provide _Thread_local in <sys/reent.h>Pekka Seppänen
2023-08-18newlib: add Xtensa portAlexey Lapshin
2023-08-15struct _reent: add state for unicode functionsCorinna Vinschen
2023-08-09sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLECorinna Vinschen
2023-08-09Add stub for getentropyTorbjörn SVENSSON
2023-08-07sys/cdefs.h: introduce __restrict_arr, as in glibcCorinna Vinschen
2023-08-07sys/cdefs.h: fix for use __restrict in C++Sebastian Huber
2023-08-07<sys/cdefs.h>: Decay expression passed to fallbackJohn Baldwin
2023-08-02sys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLECorinna Vinschen
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang
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-04-26Fix _REENT_EMERGENCY() if TLS is enabledSebastian Huber
2023-04-19Add posix_spawn_file_actions_add{f}chdir_npCorinna Vinschen
2023-02-22RISC-V: Use the new libm code if possibleHau Hsu
2022-12-13libc: arm: fix setjmp abi non-conformanceVictor L. Do Nascimento
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen
2022-12-07libc: fix fropen/fwopen compile warningsAlexey Lapshin
2022-11-08Generally make all 'long double complex' methods available in <complex.h>Thomas Schwinge
2022-09-26Fix missing extern C statementMarkus B. Moessner
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber
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
2022-07-11cdefs.h: Remove redundant #ifdefsWarner Losh
2022-07-11cdefs: Add a default definition for __nosanitizememoryMark Johnston
2022-07-11cdefs: Make __nosanitizeaddress work for KASAN as wellMark Johnston
2022-07-11cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unusedWarner Losh
2022-07-11Expose clang's alignment builtins and use them for roundup2/rounddown2Alex Richardson
2022-07-11cdefs.h: remove intel_compiler supportWarner Losh
2022-07-08Reduce namespace pollution from <sys/_types.h>Sebastian Huber
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown