aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2024-08-20arc: Remove @ from symbol references in assemblyAlexey Brodkin2-18/+18
2024-08-20arc: Use __ARC_UNALIGNED__ compiler macroClaudiu Zissulescu1-1/+17
2024-08-20Fix glob() functionJordi Sanfeliu2-5/+9
2024-08-19newlib/libc/include/sys/tree.h: Add deprecation warningJoel Sherrill1-0/+4
2024-08-19libc/include/sys/tree.h: Re-add sys/tree.hJoel Sherrill1-0/+864
2024-08-15stdlib.h: define __itoa/__utoa while building newlibCorinna Vinschen1-1/+1
2024-08-15Fix POSIX guards for POSIX.1-2024 extensionsCorinna Vinschen2-3/+3
2024-08-15features.h: support POSIX.1-2024Corinna Vinschen1-3/+15
2024-08-15features.h: fix whitespaceCorinna Vinschen1-44/+44
2024-07-30stdatomic: make atomics compatible with GCC-14Alexey Lapshin1-1/+2
2024-07-16newlib: Add more FreeBSD files for non LDBL_EQ_DBL supportKito Cheng10-12/+681
2024-07-09sys/tree.h: RemovedJoel Sherrill1-864/+0
2024-07-09libc/arm: add missing .cfi_sectionsClément Chigot7-0/+7
2024-07-09libc/include/sys/resource.h: Add RUSAGE_THREADJoel Sherrill1-0/+3
2024-07-09sys: Remove $FreeBSD$: two-line .h patternWarner Losh1-2/+0
2024-07-09spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh1-1/+1
2024-07-09sys/stdatomic.h: be nicer to c++Konstantin Belousov1-0/+10
2024-07-09sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni1-0/+2
2024-07-03libc/include/complex.h: Add CMPLX, CMPLXF, and CMPLXLJoel Sherrill1-0/+13
2024-07-03libc/include/sys/_default_fcntl.h: O_RSYNC and O_DSYNC are POSIXJoel Sherrill1-2/+3
2024-07-01arm: Fix fma & fmaf implementationsMickaël Thomas2-2/+2
2024-06-28libc: sh: add missing prototypes and change functions from K&R to ANSIPietro Monteiro4-18/+33
2024-06-26arm: emit .type %function directive in FUNC_START macroChristophe Lyon1-0/+2
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