aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen1-0/+8
2024-01-31sys/stat.h: drop __INSIDE_CYGWIN__ guardsCorinna Vinschen1-2/+2
2024-01-31Cygwin: posix_getdents: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen1-0/+3
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen2-0/+17
2024-01-31Hide itoa, utoa, __itoa and __utoa in stdlib.h on Cygwin onlycygwin-3.5.0Christian Franke1-1/+3
2024-01-29ssp: add support for _FORTIFY_SOURCE=3Christian Franke4-8/+23
2024-01-15Cygwin: introduce close_range(2)Christian Franke1-0/+6
2023-12-04RISC-V: Support long double mathKito Cheng1-1/+2
2023-09-25newlib: Add missing prototype for _getentropyTorbjörn SVENSSON1-0/+1
2023-09-11Reentrancy, attempt to always provide _Thread_local in <sys/reent.h>Pekka Seppänen1-0/+1
2023-08-17newlib: add Xtensa portAlexey Lapshin2-0/+33
2023-08-15struct _reent: add state for unicode functionsCorinna Vinschen1-0/+16
2023-08-09sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLECorinna Vinschen1-0/+4
2023-08-09Add stub for getentropyTorbjörn SVENSSON2-0/+3
2023-08-07sys/cdefs.h: introduce __restrict_arr, as in glibcCorinna Vinschen1-0/+13
2023-08-07sys/cdefs.h: fix for use __restrict in C++Sebastian Huber1-9/+7
2023-08-07<sys/cdefs.h>: Decay expression passed to fallbackJohn Baldwin1-1/+4
2023-08-02sys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLECorinna Vinschen1-1/+14
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen1-20/+20
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib1-2/+2
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen1-5/+6
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang1-2/+2
2023-05-16newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64Jennifer Averett1-1/+2
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