aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen1-4/+0
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce3-0/+104
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 Joyce2-2/+3
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce3-4/+5
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce3-4/+5
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce2-1/+2
2022-07-13Define _REENT_EMERGENCY(ptr) only onceMatt Joyce1-2/+2
2022-07-13Move content in <sys/reent.h>Sebastian Huber1-12/+12
2022-07-11cdefs.h: Remove redundant #ifdefsWarner Losh1-4/+0
2022-07-11cdefs: Add a default definition for __nosanitizememoryMark Johnston1-0/+1
2022-07-11cdefs: Make __nosanitizeaddress work for KASAN as wellMark Johnston1-1/+7
2022-07-11cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unusedWarner Losh1-1/+0
2022-07-11Expose clang's alignment builtins and use them for roundup2/rounddown2Alex Richardson1-0/+19
2022-07-11cdefs.h: remove intel_compiler supportWarner Losh1-22/+12
2022-07-08Reduce namespace pollution from <sys/_types.h>Sebastian Huber2-4/+6
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown1-3/+7
2022-06-10Use global stdio streams for all configurationsSebastian Huber2-114/+11
2022-06-08Clarify struct _reent commentSebastian Huber1-2/+3
2022-05-29Cygwin: simplify some function namesKen Brown3-17/+3
2022-05-18newlib: libc: reent.h: remove unnecessary parenthesesJia-Wei Chen1-1/+1
2022-05-18Use global atexit data for all configurationsSebastian Huber2-27/+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-18Add --enable-newlib-reent-binary-compatSebastian Huber1-0/+6
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-04Fix ndbm.c build breakDimitar Dimitrov1-0/+1
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber1-2/+7
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 Vinschen3-72/+72
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen3-72/+72
2022-04-11Aarch32/64: Support __FLT_EVAL_METHOD__ values other than 0, 1, 2Andrea Corallo2-0/+23
2022-02-22Make __sdidinit unusedMatt Joyce1-3/+7
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano2-0/+133
2021-12-03Revert "ctype: use less short names in public header"Corinna Vinschen1-35/+32
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano1-0/+1
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger13-20/+20