aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib
AgeCommit message (Expand)AuthorFilesLines
2023-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen1-0/+2
2023-02-27nano-mallocr: Prevent NULL pointer de-reference in free_listHenrik Nilsson via Newlib1-5/+14
2023-02-25Cygwin: fully support KOI8-T codesetCorinna Vinschen2-4/+19
2023-02-24Cygwin: support KOI8-T codesetCorinna Vinschen1-20/+40
2022-09-19Implement sysconf for ArmJeff Johnston1-0/+2
2022-09-10upstream OpenBSD: arc4random: fix indenttb1-2/+2
2022-09-10upstream OpenBSD: arc4random: Randomise the rekey interval a little.djm1-3/+14
2022-09-10upstream OpenBSD: arc4random: Remove unused ivbits argument from chacha_keysetupdtucker2-4/+4
2022-09-10upstream OpenBSD: arc4random: replace abort() with _exit()deraadt1-2/+2
2022-09-10upstream OpenBSD: arc4random: bump file versionsCorinna Vinschen2-2/+2
2022-09-10upstream OpenBSD: arc4random: Add support for building arc4random with MSVC.bcook1-7/+8
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON1-4/+0
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON1-0/+9
2022-08-31Fix some Coverity Scan errors.Jeff Johnston1-0/+2
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce14-0/+63
2022-07-13Add _REENT_CVTBUF(ptr)Matt Joyce1-6/+6
2022-07-13Add _REENT_CVTLEN(ptr)Matt Joyce1-4/+4
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce21-58/+58
2022-05-18Use global atexit data for all configurationsSebastian Huber2-15/+8
2022-05-18Use right lock release in __register_exitproc()Sebastian Huber1-1/+1
2022-05-13Add stdio_exit_handler()Matt Joyce1-2/+3
2022-05-04Fix nano-malloc buildDimitar Dimitrov1-0/+1
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen1-1/+0
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen1-0/+1
2022-03-16newlib: libc: merge build up a directoryMike Frysinger3-1717/+196
2022-03-09newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger14-193/+153
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger3-24/+24
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger3-116/+67
2022-03-01newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger4-41/+38
2022-02-25newlib: libc: move configure into top-levelMike Frysinger1-13/+30
2022-02-18newlib: libc: delete crt0.o duplicationMike Frysinger1-1/+0
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger2-2/+2
2022-02-15newlib: phoenix: merge configure up to top-levelMike Frysinger1-1/+2
2022-02-09newlib: drop support for $oextMike Frysinger2-87/+86
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger2-154/+22
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger1-0/+1
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger1-6/+1
2022-02-05newlib: drop shared documentation rulesMike Frysinger1-34/+1
2022-02-05newlib: move man page generation into top-level buildMike Frysinger2-21/+2
2022-02-04newlib: libc: move manual into top-level buildMike Frysinger3-105/+72
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger1-5/+0
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger1-0/+1
2022-01-26Fix null-pointer dereference in nano-mallocCyril Yared1-1/+1
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger1-1/+6
2022-01-26newlib: libc: merge sys/ trampoline up a levelMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ trampoline up a levelMike Frysinger1-0/+1
2022-01-21newlib: punt unused LIBC_EXTRA_LIB settingsMike Frysinger1-3/+0
2022-01-19newlib: internalize HAVE_INITFINI_ARRAYMike Frysinger1-1/+1
2022-01-14newlib: update to automake-1.15Mike Frysinger1-78/+146