aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/sys/reent.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-05getlocalename_l: fix _reent for _REENT_SMALL targetsCorinna Vinschen1-1/+6
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen1-0/+12
2023-09-11Reentrancy, attempt to always provide _Thread_local in <sys/reent.h>Pekka Seppänen1-0/+1
2023-08-15struct _reent: add state for unicode functionsCorinna Vinschen1-0/+16
2023-04-26Fix _REENT_EMERGENCY() if TLS is enabledSebastian Huber1-1/+1
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen1-1/+17
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce1-0/+92
2022-07-13Add _REENT_IS_NULL()Matt Joyce1-0/+2
2022-07-13Add _REENT_SIG_FUNC(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_CVTBUF(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_CVTLEN(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_LOCALE(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_INC(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce1-0/+1
2022-07-13Define _REENT_EMERGENCY(ptr) only onceMatt Joyce1-2/+2
2022-07-13Move content in <sys/reent.h>Sebastian Huber1-12/+12
2022-06-10Use global stdio streams for all configurationsSebastian Huber1-107/+11
2022-06-08Clarify struct _reent commentSebastian Huber1-2/+3
2022-05-18newlib: libc: reent.h: remove unnecessary parenthesesJia-Wei Chen1-1/+1
2022-05-18Use global atexit data for all configurationsSebastian Huber1-26/+15
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-13Remove __sglue member for one configurationMatt Joyce1-4/+4
2022-05-13Add global __sglue object for all configurationsMatt Joyce1-0/+2
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber1-0/+3
2022-05-13Add stdio_exit_handler()Matt Joyce1-0/+2
2022-05-13Add two __sglue initialization macrosMatt Joyce1-1/+8
2022-05-13Declare global __sf[] only onceSebastian Huber1-2/+4
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber1-2/+7
2022-02-22Make __sdidinit unusedMatt Joyce1-3/+7
2021-07-28Remove unneccesary parenthesis around declaratorMaxim Blinov1-1/+1
2019-10-07Allow verifying _REENT_CHECK macros memory allocationJeff Johnston1-3/+3
2019-06-03Avoid cyclic header dependenciesSebastian Huber1-0/+5
2018-03-01Add global stdio streams support for reent small.Our Air Quality1-3/+42
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz1-2/+2
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz1-15/+15
2018-01-17ansification: remove _VOIDYaakov Selkowitz1-1/+1
2018-01-17ansification: remove _PTRYaakov Selkowitz1-11/+11
2018-01-17ansification: remove _PARAMSYaakov Selkowitz1-1/+1
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-1/+1
2017-06-30Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber1-6/+15
2017-01-10Fix sys/reent.h to remove use of DEBUG flag.Jeff Johnston1-2/+2
2016-08-15Fix _REENT_INIT initialization of _localeCorinna Vinschen1-3/+2
2016-08-15Add sys/_locale.h header and fix up headersCorinna Vinschen1-3/+0