aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2022-03-16newlib: libc: merge build up a directoryMike Frysinger1-175/+0
2022-03-09newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger1-79/+13
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger1-12/+12
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger1-60/+32
2022-03-01newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger1-14/+12
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger1-1/+1
2022-02-09newlib: drop support for $oextMike Frysinger1-43/+43
2022-02-09newlib: drop libtool supportMike Frysinger1-14/+0
2022-02-05newlib: move man page generation into top-level buildMike Frysinger1-6/+0
2022-02-04newlib: libc: move manual into top-level buildMike Frysinger1-52/+6
2022-01-05newlib: fix silent build in a few subdirsMike Frysinger1-2/+2
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger1-1/+1
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney1-2/+0
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano1-1/+9
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen1-3/+3
2017-08-02Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay1-0/+1
2017-08-02Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay1-0/+1
2017-08-02Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay1-0/+1
2017-08-02Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay1-0/+1
2017-07-28Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay1-0/+1
2017-07-28Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay1-0/+1
2017-04-04Add BSD-specific reallocarray()Sebastian Huber1-0/+1
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber1-2/+0
2016-03-28Add simple versions of random() and srandom()Joel Sherrill1-0/+2
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber1-0/+2
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston1-0/+1
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-0/+2
2015-11-17Add rpmatch(3)Yaakov Selkowitz1-0/+2
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston1-14/+1
2015-10-19C11 aligned_alloc() implementationSebastian Huber1-0/+1
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber1-0/+1
2015-06-24Don't chew files which contain no documentation markupJon TURNEY1-1/+0
2014-12-16 * libc/include/stdlib.h (__itoa): Declare prototype.Corinna Vinschen1-0/+4
2013-05-29 * configure.in (--enable-newlib-nano-malloc): New option.Corinna Vinschen1-35/+63
2009-04-162009-04-16 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston1-0/+6
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen1-0/+1
2009-02-252009-02-25 Brooks Moses <brooks@codesourcery.com>Jeff Johnston1-0/+2
2009-02-19 * libc/include/wchar.h (mbsnrtowcs): Declare.Corinna Vinschen1-0/+2
2009-02-122009-02-12 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston1-1/+2
2008-11-192008-11-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2007-07-06 * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul,Corinna Vinschen1-0/+11
2006-06-222006-06-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
2006-05-012006-05-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-69/+77
2006-04-112006-04-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2004-09-092004-09-09 Paul Brook <paul@codesourcery.com>Jeff Johnston1-0/+4
2004-02-092004-02-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2003-11-272003-11-27 Artem B. Bityuckiy <mail_lists@mail.ru>Jeff Johnston1-2/+8
2002-08-292002-08-29 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston1-6/+1
2002-08-272002-08-27 Egor Duda <deo@logos-m.ru>Jeff Johnston1-1/+6
2002-08-262002-08-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-46/+74