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
2023-09-11Reentrancy, use _REENT_ERRNO()Pekka Seppänen
2023-08-29libc/stdlib/nano-mallocr.c, typo in variable namePekka Seppänen
2023-08-04newlib: gdtoa: Suppress compiler warning.Takashi Yano
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-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen
2023-02-27nano-mallocr: Prevent NULL pointer de-reference in free_listHenrik Nilsson via Newlib
2023-02-25Cygwin: fully support KOI8-T codesetCorinna Vinschen
2023-02-24Cygwin: support KOI8-T codesetCorinna Vinschen
2022-09-19Implement sysconf for ArmJeff Johnston
2022-09-10upstream OpenBSD: arc4random: fix indenttb
2022-09-10upstream OpenBSD: arc4random: Randomise the rekey interval a little.djm
2022-09-10upstream OpenBSD: arc4random: Remove unused ivbits argument from chacha_keysetupdtucker
2022-09-10upstream OpenBSD: arc4random: replace abort() with _exit()deraadt
2022-09-10upstream OpenBSD: arc4random: bump file versionsCorinna Vinschen
2022-09-10upstream OpenBSD: arc4random: Add support for building arc4random with MSVC.bcook
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON
2022-08-31Fix some Coverity Scan errors.Jeff Johnston
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce
2022-07-13Add _REENT_CVTBUF(ptr)Matt Joyce
2022-07-13Add _REENT_CVTLEN(ptr)Matt Joyce
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
2022-05-18Use global atexit data for all configurationsSebastian Huber
2022-05-18Use right lock release in __register_exitproc()Sebastian Huber
2022-05-13Add stdio_exit_handler()Matt Joyce
2022-05-04Fix nano-malloc buildDimitar Dimitrov
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen
2022-03-17newlib: libc: merge build up a directoryMike Frysinger
2022-03-10newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger
2022-03-02newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger
2022-02-25newlib: libc: move configure into top-levelMike Frysinger
2022-02-19newlib: libc: delete crt0.o duplicationMike Frysinger
2022-02-16newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger
2022-02-16newlib: phoenix: merge configure up to top-levelMike Frysinger
2022-02-10newlib: drop support for $oextMike Frysinger
2022-02-10newlib: drop support for $aextMike Frysinger
2022-02-10newlib: drop libtool supportMike Frysinger
2022-02-09newlib: switch to AM_PROG_ARMike Frysinger
2022-02-09newlib: switch to standard AC_PROG_CCMike Frysinger
2022-02-05newlib: drop shared documentation rulesMike Frysinger
2022-02-05newlib: move man page generation into top-level buildMike Frysinger
2022-02-05newlib: libc: move manual into top-level buildMike Frysinger
2022-02-05newlib: libc: include all chapters all the time in the manualMike Frysinger
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger
2022-01-26Fix null-pointer dereference in nano-mallocCyril Yared