aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/stdlib.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Fix posix_memalign() attributesSebastian Huber1-2/+2
2018-10-10Add attributes to malloc-like functionsSebastian Huber1-2/+3
2018-07-30Add attributes to allocator functionsSebastian Huber1-4/+5
2018-07-30FreeBSD compat. __alloc_size(), __alloc_align()Sebastian Huber1-3/+3
2018-03-14Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz1-2/+2
2018-03-13Correct alloc_size annotation on reallocarray()Jon Turney1-2/+1
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz1-135/+135
2018-01-17ansification: remove _VOIDYaakov Selkowitz1-27/+27
2018-01-17ansification: remove _PTRYaakov Selkowitz1-19/+19
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-2/+2
2017-11-30ssp: add Object Size Checking for stdlib.hYaakov Selkowitz1-0/+4
2017-11-28Make __nonnull macro compatible with glibcYaakov Selkowitz1-1/+1
2017-04-04Add BSD-specific reallocarray()Sebastian Huber1-0/+2
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz1-1/+1
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen1-0/+19
2016-06-09Declare crypt, encrypt, and setkey per PosixKen Brown1-0/+3
2016-03-28Add simple versions of random() and srandom()Joel Sherrill1-0/+6
2016-03-23Drop Cygwin-only posix_memalign prototypeCorinna Vinschen1-2/+0
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley1-1/+1
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber1-0/+5
2016-03-17Feature test macros overhaul: stdlib.hYaakov Selkowitz1-46/+52
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-0/+1
2015-11-17Add rpmatch(3)Yaakov Selkowitz1-0/+1
2015-11-06Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin1-2/+2
2015-10-19C11 aligned_alloc() support for <stdlib.h>Sebastian Huber1-0/+2
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber1-0/+9
2014-12-16 * libc/include/stdlib.h (__itoa): Declare prototype.Corinna Vinschen1-0/+6
2014-12-15 * libc/include/stdlib.h: Include sys/cdefs.h to avoid undefinedCorinna Vinschen1-0/+1
2014-12-05* libc/include/stdlib.h (__bsd_qsort_r): Declare.Yaakov Selkowitz1-0/+16
2014-10-10 * libc/include/_ansi.h: _LONG_LONG_TYPE definition removed.Corinna Vinschen1-5/+25
2014-08-01headers: properly decorate attributesEric Blake1-3/+3
2014-03-07 * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE isCorinna Vinschen1-2/+2
2013-12-232013-12-22 JF Bastien <jfb@chromium.org>Jeff Johnston1-2/+3
2013-11-20 * libc/include/stdlib.h: Declare realpath only if !__STRICT_ANSI__.Corinna Vinschen1-1/+1
2013-11-192013-11-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
2013-11-182013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill1-18/+18
2013-09-08* libc/include/search.h (__compar_fn_t): Add typedef.Yaakov Selkowitz1-2/+7
2013-04-11Revert to original patchCorinna Vinschen1-4/+4
2013-04-11 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): AlsoCorinna Vinschen1-4/+4
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen1-4/+1
2012-10-22 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):PrototypeCorinna Vinschen1-0/+12
2010-07-19Add mkostemp and mkostemps.Eric Blake1-2/+6
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen1-2/+2
2009-12-22Fix getsubopt declaration.Eric Blake1-0/+4
2009-12-172009-12-17 Jerker Back <jerker.back@gmail.com>Jeff Johnston1-1/+1
2009-09-222009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston1-0/+4
2009-07-03Add mkdtemp, mkstemps.Eric Blake1-2/+6
2009-04-242009-04-24 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+3
2009-04-212009-04-21 Mark Mitchell <mark@codesourcery.com>Jeff Johnston1-8/+8
2009-04-202009-04-20 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+3