aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2022-05-27Add test cases for parser errors after reworked parsing behavior.jdoubleu1-16/+48
2022-05-27Modify tzset_r.c to handle errorsJeff Johnston1-20/+48
2022-05-19Use weak reference for _REENT_SMALLSebastian Huber1-0/+4
2022-05-19Fix __sFILE::_lock initializationSebastian Huber1-8/+0
2022-05-18newlib: libc: reent.h: remove unnecessary parenthesesJia-Wei Chen1-1/+1
2022-05-18Use global atexit data for all configurationsSebastian Huber9-85/+27
2022-05-18Optional struct _reent::_new::_unusedSebastian Huber1-7/+5
2022-05-18Optional struct _reent::_new::_reent::_unused_randSebastian Huber1-2/+6
2022-05-18Optional struct _reent::_unspecified_locale_infoSebastian Huber1-7/+9
2022-05-18Optional struct _reent::__unused_sdidinitSebastian Huber1-9/+15
2022-05-18Add --enable-newlib-reent-binary-compatSebastian Huber5-0/+51
2022-05-18Use right lock release in __register_exitproc()Sebastian Huber1-1/+1
2022-05-17Fix stdio exit handlingSebastian Huber1-12/+17
2022-05-16newlib: Regenerate Makefile.inSebastian Huber1-18/+18
2022-05-13Make cleanup_glue() staticSebastian Huber1-1/+1
2022-05-13Remove __sglue member for one configurationMatt Joyce4-5/+21
2022-05-13Add global __sglue object for all configurationsMatt Joyce5-9/+14
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber7-17/+25
2022-05-13Add stdio_exit_handler()Matt Joyce3-3/+15
2022-05-13Add CLEANUP_FILE defineMatt Joyce1-19/+19
2022-05-13Move __sglue initializations to __sfp()Matt Joyce1-3/+7
2022-05-13Remove __sinit_locks / __sinit_recursive_mutexMatt Joyce3-22/+3
2022-05-13Add two __sglue initialization macrosMatt Joyce2-7/+9
2022-05-13Declare global __sf[] only onceSebastian Huber1-2/+4
2022-05-13Remove duplicate sglue initializationsMatt Joyce1-3/+0
2022-05-13Remove duplicate stdio initializationsMatt Joyce1-4/+0
2022-05-04Generate manpages for functions in chapter sys.texJon Turney1-1/+3
2022-05-04Fix warning about duplicate id in docbook XMLJon Turney1-1/+1
2022-05-04Silence xsltproc when writing manpagesJon Turney3-2/+5
2022-05-04Add build avoidance for 'make man'Jon Turney2-8/+10
2022-05-04Simplify rules for creating man pagesJon Turney2-10/+6
2022-05-04Fix ndbm.c build breakDimitar Dimitrov1-0/+1
2022-05-04Fix nano-malloc buildDimitar Dimitrov1-0/+1
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber6-51/+12
2022-05-04In <stdio.h> provide only necessary typesSebastian Huber1-1/+11
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen4-73/+72
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen4-72/+73
2022-04-11Aarch32/64: Support __FLT_EVAL_METHOD__ values other than 0, 1, 2Andrea Corallo2-0/+23
2022-04-08Add tests for tzset POSIX timezone string complianceJeff Johnston2-0/+175
2022-04-08Add angle TZ angle bracket support to tzset_rJeff Johnston2-43/+132
2022-04-07fix testsuite cannot compile testsjdoubleu1-0/+2
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber9-24/+0
2022-04-01Remove unused _cleanup()Matt Joyce1-8/+0
2022-04-01Fix bug introduced in previous patch (44b60f0c)Matt Joyce4-7/+5
2022-03-31newlib: Rename __sfmoreglue() and make it staticSebastian Huber2-5/+3
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber4-39/+12
2022-03-30Commit patch from Tobias Burnus <tobias@codesourcery.com>Jeff Johnston2-4/+4
2022-03-28newlib: drop phoenix supportMike Frysinger137-11760/+266
2022-03-22amdgcn: Fix build failureAndrew Stubbs3-15/+15
2022-03-21iconv: Fix EL/IX level 2 handlingSebastian Huber4-421/+396