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
2022-05-27Add test cases for parser errors after reworked parsing behavior.jdoubleu
2022-05-27Modify tzset_r.c to handle errorsJeff Johnston
2022-05-19Use weak reference for _REENT_SMALLSebastian Huber
2022-05-19Fix __sFILE::_lock initializationSebastian Huber
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-18Use right lock release in __register_exitproc()Sebastian Huber
2022-05-17Fix stdio exit handlingSebastian Huber
2022-05-16newlib: Regenerate Makefile.inSebastian Huber
2022-05-13Make cleanup_glue() staticSebastian 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
2022-05-13Add stdio_exit_handler()Matt Joyce
2022-05-13Add CLEANUP_FILE defineMatt Joyce
2022-05-13Move __sglue initializations to __sfp()Matt Joyce
2022-05-13Remove __sinit_locks / __sinit_recursive_mutexMatt Joyce
2022-05-13Add two __sglue initialization macrosMatt Joyce
2022-05-13Declare global __sf[] only onceSebastian Huber
2022-05-13Remove duplicate sglue initializationsMatt Joyce
2022-05-13Remove duplicate stdio initializationsMatt Joyce
2022-05-05Generate manpages for functions in chapter sys.texJon Turney
2022-05-05Fix warning about duplicate id in docbook XMLJon Turney
2022-05-05Silence xsltproc when writing manpagesJon Turney
2022-05-05Add build avoidance for 'make man'Jon Turney
2022-05-05Simplify rules for creating man pagesJon Turney
2022-05-04Fix ndbm.c build breakDimitar Dimitrov
2022-05-04Fix nano-malloc buildDimitar Dimitrov
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber
2022-05-04In <stdio.h> provide only necessary typesSebastian Huber
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-04-11Aarch32/64: Support __FLT_EVAL_METHOD__ values other than 0, 1, 2Andrea Corallo
2022-04-09Add tests for tzset POSIX timezone string complianceJeff Johnston
2022-04-08Add angle TZ angle bracket support to tzset_rJeff Johnston
2022-04-07fix testsuite cannot compile testsjdoubleu
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber
2022-04-01Remove unused _cleanup()Matt Joyce
2022-04-01Fix bug introduced in previous patch (44b60f0c)Matt Joyce
2022-03-31newlib: Rename __sfmoreglue() and make it staticSebastian Huber
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber
2022-03-30Commit patch from Tobias Burnus <tobias@codesourcery.com>Jeff Johnston
2022-03-29newlib: drop phoenix supportMike Frysinger
2022-03-23amdgcn: Fix build failureAndrew Stubbs
2022-03-21iconv: Fix EL/IX level 2 handlingSebastian Huber