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