| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BSD-specific reallocarray() | Sebastian Huber | 2017-04-04 | 1 | -0/+2 |
* | Rename <sys/_locale.h> to <xlocale.h> | Yaakov Selkowitz | 2017-03-22 | 1 | -1/+1 |
* | Implement strto[dflu]_l/wcsto[dflu]_l | Corinna Vinschen | 2016-08-15 | 1 | -0/+19 |
* | Declare crypt, encrypt, and setkey per Posix | Ken Brown | 2016-06-09 | 1 | -0/+3 |
* | Add simple versions of random() and srandom() | Joel Sherrill | 2016-03-28 | 1 | -0/+6 |
* | Drop Cygwin-only posix_memalign prototype | Corinna Vinschen | 2016-03-23 | 1 | -2/+0 |
* | Add nonnull annotation to posix_memalign. | Peter Foley | 2016-03-21 | 1 | -1/+1 |
* | Add arc4random() etc. from OpenBSD 5.8 | Sebastian Huber | 2016-03-18 | 1 | -0/+5 |
* | Feature test macros overhaul: stdlib.h | Yaakov Selkowitz | 2016-03-17 | 1 | -46/+52 |
* | Import correctly working strtold from David M. Gay. | Corinna Vinschen | 2015-11-20 | 1 | -0/+1 |
* | Add rpmatch(3) | Yaakov Selkowitz | 2015-11-17 | 1 | -0/+1 |
* | Replace __attribute((__warning__())) by __attribute__((deprecated())) | Olivier Martin | 2015-11-06 | 1 | -2/+2 |
* | C11 aligned_alloc() support for <stdlib.h> | Sebastian Huber | 2015-10-19 | 1 | -0/+2 |
* | C11 quick_exit() support for <stdlib.h> | Sebastian Huber | 2015-10-19 | 1 | -0/+9 |
* | * libc/include/stdlib.h (__itoa): Declare prototype. | Corinna Vinschen | 2014-12-16 | 1 | -0/+6 |
* | * libc/include/stdlib.h: Include sys/cdefs.h to avoid undefined | Corinna Vinschen | 2014-12-15 | 1 | -0/+1 |
* | * libc/include/stdlib.h (__bsd_qsort_r): Declare. | Yaakov Selkowitz | 2014-12-05 | 1 | -0/+16 |
* | * libc/include/_ansi.h: _LONG_LONG_TYPE definition removed. | Corinna Vinschen | 2014-10-10 | 1 | -5/+25 |
* | headers: properly decorate attributes | Eric Blake | 2014-08-01 | 1 | -3/+3 |
* | * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE is | Corinna Vinschen | 2014-03-07 | 1 | -2/+2 |
* | 2013-12-22 JF Bastien <jfb@chromium.org> | Jeff Johnston | 2013-12-23 | 1 | -2/+3 |
* | * libc/include/stdlib.h: Declare realpath only if !__STRICT_ANSI__. | Corinna Vinschen | 2013-11-20 | 1 | -1/+1 |
* | 2013-11-18 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 2013-11-19 | 1 | -0/+1 |
* | 2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com> | Joel Sherrill | 2013-11-18 | 1 | -18/+18 |
* | * libc/include/search.h (__compar_fn_t): Add typedef. | Yaakov Selkowitz | 2013-09-08 | 1 | -2/+7 |
* | Revert to original patch | Corinna Vinschen | 2013-04-11 | 1 | -4/+4 |
* | * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): Also | Corinna Vinschen | 2013-04-11 | 1 | -4/+4 |
* | * libc/include/locale.h (NULL): Fetch definition via stddef.h. | Corinna Vinschen | 2012-11-01 | 1 | -4/+1 |
* | * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):Prototype | Corinna Vinschen | 2012-10-22 | 1 | -0/+12 |
* | Add mkostemp and mkostemps. | Eric Blake | 2010-07-19 | 1 | -2/+6 |
* | Extend locale support to maintain wide char values of native strings | Corinna Vinschen | 2010-04-28 | 1 | -2/+2 |
* | Fix getsubopt declaration. | Eric Blake | 2009-12-22 | 1 | -0/+4 |
* | 2009-12-17 Jerker Back <jerker.back@gmail.com> | Jeff Johnston | 2009-12-17 | 1 | -1/+1 |
* | 2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org> | Jeff Johnston | 2009-09-22 | 1 | -0/+4 |
* | Add mkdtemp, mkstemps. | Eric Blake | 2009-07-03 | 1 | -2/+6 |
* | 2009-04-24 Jeff johnston <jjohnstn@redhat.com> | Jeff Johnston | 2009-04-24 | 1 | -3/+3 |
* | 2009-04-21 Mark Mitchell <mark@codesourcery.com> | Jeff Johnston | 2009-04-21 | 1 | -8/+8 |
* | 2009-04-20 Jeff johnston <jjohnstn@redhat.com> | Jeff Johnston | 2009-04-20 | 1 | -3/+3 |
* | 2009-04-16 Ken Werner <ken.werner@de.ibm.com> | Jeff Johnston | 2009-04-16 | 1 | -0/+7 |
* | * libc/include/stdlib.h (_mkstemp_r, _mktemp_r): Move out of | Corinna Vinschen | 2009-03-14 | 1 | -2/+2 |
* | * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarations | Corinna Vinschen | 2009-03-14 | 1 | -1/+3 |
* | 2008-11-19 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2008-11-19 | 1 | -0/+4 |
* | 2008-09-24 Pawel Veselov <pawel.veselov@gmail.com> | Jeff Johnston | 2008-09-25 | 1 | -2/+2 |
* | * libc/include/stdlib.h: Move cygwin declarations to cygwin-specific file. | Christopher Faylor | 2005-12-05 | 1 | -42/+4 |
* | 2004-11-24 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2004-11-24 | 1 | -2/+2 |
* | 2003-11-27 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2003-11-27 | 1 | -0/+1 |
* | 2003-11-27 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2003-11-27 | 1 | -0/+2 |
* | 2003-11-27 Artem B. Bityuckiy <mail_lists@mail.ru> | Jeff Johnston | 2003-11-27 | 1 | -0/+11 |
* | * libc/include/stdlib.h (getprogname): Declare for Cygwin. | Corinna Vinschen | 2003-11-17 | 1 | -0/+6 |
* | 2002-12-06 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-12-06 | 1 | -1/+5 |