| Commit message (Expand) | Author | Age | Files | Lines |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 1 | -1/+17 |
* | Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094). | Joseph Myers | 2016-05-17 | 1 | -1/+1 |
* | Fix stdlib.h rand_r namespace (bug 20074). | Joseph Myers | 2016-05-17 | 1 | -1/+1 |
* | Correct ttyslot header declaration conditions (bug 20051). | Joseph Myers | 2016-05-17 | 1 | -0/+6 |
* | Remove union wait [BZ #19613] | Florian Weimer | 2016-04-14 | 1 | -46/+7 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2014-02-21 | 1 | -15/+14 |
* | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 2014-02-13 | 1 | -2/+2 |
* | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 2014-02-12 | 1 | -14/+14 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-29 | 1 | -1/+1 |
* | Fix guards for qecvt | Andreas Jaeger | 2013-04-27 | 1 | -4/+3 |
* | Do not warn about mblen, mbtowc and wctomb unused result. | Ondrej Bilka | 2013-03-20 | 1 | -3/+3 |
* | stdlib.h: use existing malloc/alloc_size attribute defines | Mike Frysinger | 2013-02-18 | 1 | -1/+1 |
* | Add inline bsearch expansion. | Ondrej Bilka | 2013-02-11 | 1 | -0/+4 |
* | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 2013-01-11 | 1 | -5/+5 |
* | Use __extension__ with long long in installed headers. | Joseph Myers | 2013-01-10 | 1 | -1/+2 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824). | Joseph Myers | 2012-11-09 | 1 | -2/+2 |
* | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 2012-11-02 | 1 | -5/+1 |
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 1 | -1/+3 |
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 1 | -1/+1 |
* | * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc. | Paul Eggert | 2012-04-23 | 1 | -16/+16 |
* | Don't warn about unused result of mktemp | Andreas Jaeger | 2012-04-05 | 1 | -2/+3 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -43/+43 |
* | Fix aligned_alloc prototype | Ulrich Drepper | 2012-01-01 | 1 | -1/+2 |
* | Implement aligned_alloc | Ulrich Drepper | 2012-01-01 | 1 | -0/+5 |
* | Enable at_quick_exit and quick_exit for ISO C11 | Ulrich Drepper | 2012-01-01 | 1 | -6/+2 |
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 1 | -2/+2 |
* | elax some conditions in stdlib.h. | Ulrich Drepper | 2010-01-14 | 1 | -4/+4 |
* | Add nonnull attribute to unsetenv declaration. | Ulrich Drepper | 2010-01-13 | 1 | -1/+1 |
* | Be a bit more relaxed about obsoleted mktemp symbol. | Ulrich Drepper | 2010-01-13 | 1 | -2/+2 |
* | Fix handling symbols removed in XPG7. | Ulrich Drepper | 2010-01-11 | 1 | -6/+6 |
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 1 | -8/+14 |
* | Implement mkostemps and mkostemps64. | Ulrich Drepper | 2009-10-30 | 1 | -0/+23 |
* | Implement mkstemps and mkstemps64. | Ulrich Drepper | 2009-10-30 | 1 | -2/+25 |
* | Non-code changes to stdlib.h. | Ulrich Drepper | 2009-05-16 | 1 | -13/+13 |
* | Unify __WAIT_INT definition in stdlib.h and sys/wait.h. | Ulrich Drepper | 2009-05-16 | 1 | -3/+3 |
* | * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and | Ulrich Drepper | 2009-03-08 | 1 | -1/+22 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -2/+2 |
* | * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r. | Ulrich Drepper | 2007-11-13 | 1 | -0/+8 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -1/+1 |
* | * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp | Ulrich Drepper | 2007-08-11 | 1 | -0/+22 |
* | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper | 2007-08-03 | 1 | -118/+0 |
* | [BZ #4792] | Ulrich Drepper | 2007-07-19 | 1 | -1/+4 |
* | [BZ #4368] | Ulrich Drepper | 2007-04-17 | 1 | -6/+5 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 1 | -14/+14 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -8/+8 |