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
2024-01-23newlib: docs: add "Function " to every function nodeMike Frysinger
2024-01-23newlib: docs: print the function indexMike Frysinger
2024-01-22Add Dimitar Dimitrov as maintainer for pruJeff Johnston
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-21newlib: Fix long double for unsupported rounding modes and exceptionsCraig Blackmore
2023-12-20newlib: libc: Improved the readability of strcspn with minor optimizationXiao Zeng
2023-12-20Fix various v850 problemsJeff Law
2023-12-19Add generated files for Revert patchJeff Johnston
2023-12-19Revert "Fix libgloss/newlib build to conditionally use top include dir"Mike Frysinger
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-04pru: libm: Fix incorrect function nameDimitar Dimitrov
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-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