Age | Commit message (Expand) | Author | Files | Lines |
2018-10-22 | Fix posix_memalign() attributes | Sebastian Huber | 1 | -2/+2 |
2018-10-10 | Add attributes to malloc-like functions | Sebastian Huber | 1 | -2/+3 |
2018-07-30 | Add attributes to allocator functions | Sebastian Huber | 1 | -4/+5 |
2018-07-30 | FreeBSD compat. __alloc_size(), __alloc_align() | Sebastian Huber | 1 | -3/+3 |
2018-03-14 | Fix alloc_align and alloc_size macros for multiple arguments | Yaakov Selkowitz | 1 | -2/+2 |
2018-03-13 | Correct alloc_size annotation on reallocarray() | Jon Turney | 1 | -2/+1 |
2018-01-17 | ansification: remove _EXFUN, _EXFUN_NOTHROW | Yaakov Selkowitz | 1 | -135/+135 |
2018-01-17 | ansification: remove _VOID | Yaakov Selkowitz | 1 | -27/+27 |
2018-01-17 | ansification: remove _PTR | Yaakov Selkowitz | 1 | -19/+19 |
2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 1 | -2/+2 |
2017-11-30 | ssp: add Object Size Checking for stdlib.h | Yaakov Selkowitz | 1 | -0/+4 |
2017-11-28 | Make __nonnull macro compatible with glibc | Yaakov Selkowitz | 1 | -1/+1 |
2017-04-04 | Add BSD-specific reallocarray() | Sebastian Huber | 1 | -0/+2 |
2017-03-22 | Rename <sys/_locale.h> to <xlocale.h> | Yaakov Selkowitz | 1 | -1/+1 |
2016-08-15 | Implement strto[dflu]_l/wcsto[dflu]_l | Corinna Vinschen | 1 | -0/+19 |
2016-06-09 | Declare crypt, encrypt, and setkey per Posix | Ken Brown | 1 | -0/+3 |
2016-03-28 | Add simple versions of random() and srandom() | Joel Sherrill | 1 | -0/+6 |
2016-03-23 | Drop Cygwin-only posix_memalign prototype | Corinna Vinschen | 1 | -2/+0 |
2016-03-21 | Add nonnull annotation to posix_memalign. | Peter Foley | 1 | -1/+1 |
2016-03-18 | Add arc4random() etc. from OpenBSD 5.8 | Sebastian Huber | 1 | -0/+5 |
2016-03-17 | Feature test macros overhaul: stdlib.h | Yaakov Selkowitz | 1 | -46/+52 |
2015-11-20 | Import correctly working strtold from David M. Gay. | Corinna Vinschen | 1 | -0/+1 |
2015-11-17 | Add rpmatch(3) | Yaakov Selkowitz | 1 | -0/+1 |
2015-11-06 | Replace __attribute((__warning__())) by __attribute__((deprecated())) | Olivier Martin | 1 | -2/+2 |
2015-10-19 | C11 aligned_alloc() support for <stdlib.h> | Sebastian Huber | 1 | -0/+2 |
2015-10-19 | C11 quick_exit() support for <stdlib.h> | Sebastian Huber | 1 | -0/+9 |
2014-12-16 | * libc/include/stdlib.h (__itoa): Declare prototype. | Corinna Vinschen | 1 | -0/+6 |
2014-12-15 | * libc/include/stdlib.h: Include sys/cdefs.h to avoid undefined | Corinna Vinschen | 1 | -0/+1 |
2014-12-05 | * libc/include/stdlib.h (__bsd_qsort_r): Declare. | Yaakov Selkowitz | 1 | -0/+16 |
2014-10-10 | * libc/include/_ansi.h: _LONG_LONG_TYPE definition removed. | Corinna Vinschen | 1 | -5/+25 |
2014-08-01 | headers: properly decorate attributes | Eric Blake | 1 | -3/+3 |
2014-03-07 | * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE is | Corinna Vinschen | 1 | -2/+2 |
2013-12-23 | 2013-12-22 JF Bastien <jfb@chromium.org> | Jeff Johnston | 1 | -2/+3 |
2013-11-20 | * libc/include/stdlib.h: Declare realpath only if !__STRICT_ANSI__. | Corinna Vinschen | 1 | -1/+1 |
2013-11-19 | 2013-11-18 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 1 | -0/+1 |
2013-11-18 | 2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com> | Joel Sherrill | 1 | -18/+18 |
2013-09-08 | * libc/include/search.h (__compar_fn_t): Add typedef. | Yaakov Selkowitz | 1 | -2/+7 |
2013-04-11 | Revert to original patch | Corinna Vinschen | 1 | -4/+4 |
2013-04-11 | * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): Also | Corinna Vinschen | 1 | -4/+4 |
2012-11-01 | * libc/include/locale.h (NULL): Fetch definition via stddef.h. | Corinna Vinschen | 1 | -4/+1 |
2012-10-22 | * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):Prototype | Corinna Vinschen | 1 | -0/+12 |
2010-07-19 | Add mkostemp and mkostemps. | Eric Blake | 1 | -2/+6 |
2010-04-28 | Extend locale support to maintain wide char values of native strings | Corinna Vinschen | 1 | -2/+2 |
2009-12-22 | Fix getsubopt declaration. | Eric Blake | 1 | -0/+4 |
2009-12-17 | 2009-12-17 Jerker Back <jerker.back@gmail.com> | Jeff Johnston | 1 | -1/+1 |
2009-09-22 | 2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org> | Jeff Johnston | 1 | -0/+4 |
2009-07-03 | Add mkdtemp, mkstemps. | Eric Blake | 1 | -2/+6 |
2009-04-24 | 2009-04-24 Jeff johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -3/+3 |
2009-04-21 | 2009-04-21 Mark Mitchell <mark@codesourcery.com> | Jeff Johnston | 1 | -8/+8 |
2009-04-20 | 2009-04-20 Jeff johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -3/+3 |