aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett1-0/+207
2023-04-26Fix _REENT_EMERGENCY() if TLS is enabledSebastian Huber1-1/+1
2023-04-18Add posix_spawn_file_actions_add{f}chdir_npCorinna Vinschen1-0/+7
2023-02-22RISC-V: Use the new libm code if possibleHau Hsu1-0/+5
2022-12-13libc: arm: fix setjmp abi non-conformanceVictor L. Do Nascimento1-2/+6
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen1-1/+17
2022-12-07libc: fix fropen/fwopen compile warningsAlexey Lapshin1-4/+2
2022-11-08Generally make all 'long double complex' methods available in <complex.h>Thomas Schwinge1-19/+16
2022-09-26Fix missing extern C statementMarkus B. Moessner1-0/+7
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber1-0/+8
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