aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2024-06-06newlib: libm: skip "long double" complex functions if long double != doublePietro Monteiro14-6/+47
2024-05-22arc: libc: Record r58/r59 in long-jump's bufferShahab Vahedi2-7/+19
2024-05-22arc: libc, libgloss: Remove .file directive from .S filesYuriy Kolerov1-3/+1
2024-05-22arc: libc: Add support of 16-entry register fileClaudiu Zissulescu28-56/+84
2024-04-04amdgcn: Implement proper locks: Fix 'newlib/libc/sys/amdgcn/include/sys/lock....Thomas Schwinge1-0/+4
2024-03-25amdgcn: Implement proper locksAndrew Stubbs4-3/+250
2024-03-13libc/include/sys/select.h: Use elif not elifdefJoel Sherrill1-1/+1
2024-03-13RTEMS: Increase FS_SETSIZE to 256 bitsChris Johns1-0/+2
2024-03-11libc/stdio: Remove wchar_t functions from NEWLIB_NANO_FORMATTED_IOTorbjörn SVENSSON2-471/+471
2024-02-28Cygwin: add compile warning if ENOSHARE or ECASECLASH is usedChristian Franke1-3/+3
2024-02-24RTEMS: Define ssize_t for <dirent.h>Sebastian Huber1-0/+5
2024-02-21strptime: fix am/pm converting to 24-hour systemAlexey Lapshin1-5/+6
2024-02-05getlocalename_l: fix _reent for _REENT_SMALL targetsCorinna Vinschen1-1/+6
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 Vinschen5-0/+116
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-22newlib: docs: add "Function " to every function nodeMike Frysinger20-436/+436
2024-01-22newlib: docs: print the function indexMike Frysinger2-0/+11
2024-01-22Add Dimitar Dimitrov as maintainer for pruJeff Johnston1-0/+1
2024-01-19fputwc: call __fputwc directlyCorinna Vinschen2-2/+7
2024-01-19memccpy: fix pointer assignmentCorinna Vinschen1-2/+2
2024-01-19ORIENT: avoid "expression has no effect" warningCorinna Vinschen3-3/+3
2024-01-19_fputwc_r: actually return result of __fputwcCorinna Vinschen1-1/+1
2024-01-15Cygwin: introduce close_range(2)Christian Franke1-0/+6
2024-01-08fix strverscmp comparison of digit sequence with non-digitsBrian Inglis1-3/+3
2024-01-02newlib: libc: Improved the readability of strspn with minor optimizationXiao Zeng1-1/+2
2023-12-31Changes for newlib 4.4.0 snapshotnewlib-4.4.0Jeff Johnston5-17/+29
2023-12-31Minor improvement to H8 startup codeJeff Law1-18/+12
2023-12-29newlib MMIX: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson10-21/+30
2023-12-23GCN: Implement '_exit' instead of 'exit'Thomas Schwinge4-25/+24
2023-12-22Fix newlib H8/300 bits for C99/gcc-14Jeff Law1-0/+2
2023-12-21Optimize strpbrk.cJeff Johnston1-9/+2
2023-12-20newlib: Fix long double for unsupported rounding modes and exceptionsCraig Blackmore3-2/+16
2023-12-19newlib: libc: Improved the readability of strcspn with minor optimizationXiao Zeng1-4/+2
2023-12-19Fix various v850 problemsJeff Law6-7/+10
2023-12-19Add generated files for Revert patchJeff Johnston1-7/+5
2023-12-19Revert "Fix libgloss/newlib build to conditionally use top include dir"Mike Frysinger1-4/+0
2023-12-19Remove curly braces in `@author` tag in .texi filesFreddie Chopin2-8/+8
2023-12-06newlib cris: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson1-6/+37
2023-12-04pru: libm: Fix incorrect function nameDimitar Dimitrov1-1/+1
2023-12-04RISC-V: Support long double mathKito Cheng4-21/+110
2023-12-02newlib: libc: Fix indentationKuan-Wei Chiu1-12/+12
2023-12-01newlib: libc: Fix memory leak in computematchjumps()Kuan-Wei Chiu1-2/+4
2023-11-28newlib: filter out versions from newlib.h to simplify autoreconfMike Frysinger2-2/+5
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano1-4/+4
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber4-189/+13
2023-11-20stdio: drop unnecessary calls to ORIENTCorinna Vinschen7-20/+0