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-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-15struct _reent: add state for unicode functionsCorinna Vinschen
2023-08-09sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLECorinna Vinschen
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-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett
2023-04-26Fix _REENT_EMERGENCY() if TLS is enabledSebastian Huber
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen
2022-09-26Fix missing extern C statementMarkus B. Moessner
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
2022-06-10Use global stdio streams for all configurationsSebastian Huber
2022-06-08Clarify struct _reent commentSebastian Huber
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-18newlib: libc: reent.h: remove unnecessary parenthesesJia-Wei Chen
2022-05-18Use global atexit data for all configurationsSebastian Huber
2022-05-18Optional struct _reent::_new::_unusedSebastian Huber
2022-05-18Optional struct _reent::_new::_reent::_unused_randSebastian Huber
2022-05-18Optional struct _reent::_unspecified_locale_infoSebastian Huber
2022-05-18Optional struct _reent::__unused_sdidinitSebastian Huber
2022-05-18Add --enable-newlib-reent-binary-compatSebastian Huber
2022-05-13Remove __sglue member for one configurationMatt Joyce
2022-05-13Add global __sglue object for all configurationsMatt Joyce
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber