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
2024-01-23newlib: docs: print the function indexMike Frysinger
2024-01-19fputwc: call __fputwc directlyCorinna Vinschen
2024-01-19memccpy: fix pointer assignmentCorinna Vinschen
2024-01-19ORIENT: avoid "expression has no effect" warningCorinna Vinschen
2024-01-19_fputwc_r: actually return result of __fputwcCorinna Vinschen
2024-01-15Cygwin: introduce close_range(2)Christian Franke
2024-01-08fix strverscmp comparison of digit sequence with non-digitsBrian Inglis
2024-01-02newlib: libc: Improved the readability of strspn with minor optimizationXiao Zeng
2023-12-31Changes for newlib 4.4.0 snapshotnewlib-4.4.0Jeff Johnston
2023-12-31Minor improvement to H8 startup codeJeff Law
2023-12-29newlib MMIX: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson
2023-12-23GCN: Implement '_exit' instead of 'exit'Thomas Schwinge
2023-12-23Fix newlib H8/300 bits for C99/gcc-14Jeff Law
2023-12-21Optimize strpbrk.cJeff Johnston
2023-12-20newlib: libc: Improved the readability of strcspn with minor optimizationXiao Zeng
2023-12-20Fix various v850 problemsJeff Law
2023-12-19Remove curly braces in `@author` tag in .texi filesFreddie Chopin
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-12-03newlib: libc: Fix indentationKuan-Wei Chiu
2023-12-01newlib: libc: Fix memory leak in computematchjumps()Kuan-Wei Chiu
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-09newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano
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-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-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-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-04newlib: gdtoa: Suppress compiler warning.Takashi Yano