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-12-03newlib: libc: Fix indentationKuan-Wei Chiu
2023-12-01newlib: libc: Fix memory leak in computematchjumps()Kuan-Wei Chiu
2023-11-28newlib: filter out versions from newlib.h to simplify autoreconfMike Frysinger
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber
2023-11-20stdio: drop unnecessary calls to ORIENTCorinna Vinschen
2023-11-20stdio: set and test stream orientation in low-level input function __srget_rCorinna Vinschen
2023-11-20stdio: split byte- and wide-char-oriented low-level output functionsCorinna Vinschen
2023-11-20stdio: Fix bugs in commit 3d94e07c49b5Takashi Yano
2023-11-20Reclaim _REENT_MP_P5S in _reclaim_reentChris Johns
2023-11-17__sfvwrite_r: call __sputc_r rather than putc in __SCLE caseCorinna Vinschen
2023-11-17v{fs}printf/v{fs}wprintf: create external output helpersCorinna Vinschen
2023-11-17newlib.hin: regenerateCorinna Vinschen
2023-11-09newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano
2023-10-31amdgcn: remove unnecessary scalar cache flushAndrew Stubbs
2023-10-15newlib: fix AC_DEFINE quoting style with version macrosMike Frysinger
2023-10-12sparc: Improve setjmp()Sebastian Huber
2023-10-12riscv: Fix fenv.h supportSebastian Huber
2023-10-10Delete check in catan, catanf, and catanl functions.Joseph Faulls
2023-10-05aarch64: Import memrchr.SSebastian Huber
2023-10-05aarch64: Sync with ARM-software/optimized-routinesSebastian Huber
2023-09-26newlib: Add missing prototype for _getentropyTorbjörn SVENSSON
2023-09-18newlib: Fix header installAlexey Lapshin
2023-09-11Reentrancy, attempt to always provide _Thread_local in <sys/reent.h>Pekka Seppänen
2023-09-11Reentrancy, conditionally provide default __getreent() implementationPekka Seppänen
2023-09-11Reentrancy, use _REENT_ERRNO()Pekka Seppänen
2023-08-29libc/stdlib/nano-mallocr.c, typo in variable namePekka Seppänen
2023-08-29newlib: fix 'sed' for sys headers path prefixAlexey Lapshin
2023-08-18newlib: add Xtensa portAlexey Lapshin
2023-08-15struct _reent: add state for unicode functionsCorinna Vinschen
2023-08-10Add wildcard support to recurse into sys include directoriesAlexey Lapshin
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-04newlib: gdtoa: Suppress compiler warning.Takashi Yano
2023-08-02sys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLECorinna Vinschen
2023-08-02newlib: Fix memory leak regarding gdtoa-based _ldtoa_r().Takashi Yano
2023-07-31Revert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion of"Corinna Vinschen
2023-07-27Fix rounding results in lrint() & llrint() when close to 0Jesse Huang via Newlib
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-07-18Fix typo.Jeff Johnston
2023-07-17Change getlogin() to only check stdin being nullJordi Sanfeliu
2023-07-13newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.cAlexey Lapshin
2023-06-22For GCC, newlib combined tree, newlib build-tree testing, use standard search...Thomas Schwinge
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang
2023-05-30m68k: disallow unaligned access for m68010 and m68020Remy Bohmer