| Commit message (Expand) | Author | Age | Files | Lines |
* | stdlib: Improve fortify with clang |  Adhemerval Zanella | 2024-02-27 | 1 | -11/+28 |
* | Refer to C23 in place of C2X in glibc |  Joseph Myers | 2024-02-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2024-01-01 | 4 | -4/+4 |
* | Update copyright dates with scripts/update-copyrights |  Joseph Myers | 2023-01-06 | 4 | -4/+4 |
* | stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279] |  Noah Goldstein | 2022-06-23 | 1 | -4/+4 |
* | stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265] |  Noah Goldstein | 2022-06-22 | 1 | -5/+11 |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2022-01-01 | 4 | -4/+4 |
* | fortify: Fix spurious warning with realpath |  Siddhesh Poyarekar | 2021-12-17 | 1 | -1/+1 |
* | Make sure that the fortified function conditionals are constant |  Siddhesh Poyarekar | 2021-10-20 | 1 | -40/+17 |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2021-01-02 | 4 | -4/+4 |
* | nonstring: Enable __FORTIFY_LEVEL=3 |  Siddhesh Poyarekar | 2020-12-31 | 1 | -18/+24 |
* | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] |  Martin Sebor | 2020-05-04 | 1 | -6/+11 |
* | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI |  Paul E. Murphy | 2020-04-30 | 1 | -1/+1 |
* | Prepare redirections for IEEE long double on powerpc64le |  Gabriel F. T. Gomes | 2020-02-17 | 1 | -0/+22 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2020-01-01 | 4 | -4/+4 |
* | Prefer https to http for gnu.org and fsf.org URLs |  Paul Eggert | 2019-09-07 | 4 | -4/+4 |
* | Declare most TS 18661-1 interfaces for C2X. |  Joseph Myers | 2019-08-13 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2019-01-01 | 4 | -4/+4 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2018-01-01 | 4 | -4/+4 |
* | Remove C++ namespace handling from glibc headers. |  Joseph Myers | 2017-03-16 | 2 | -4/+0 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2017-01-01 | 4 | -4/+4 |
* | Add strfromd, strfromf, and strfroml functions |  Gabriel F. T. Gomes | 2016-10-25 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2016-01-04 | 4 | -4/+4 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2015-01-02 | 4 | -4/+4 |
* | Update copyright notices with scripts/update-copyrights |  Allan McRae | 2014-01-01 | 4 | -4/+4 |
* | Fix guards for qecvt |  Andreas Jaeger | 2013-04-27 | 1 | -3/+1 |
* | Update copyright notices with scripts/update-copyrights. |  Joseph Myers | 2013-01-02 | 4 | -4/+4 |
* | Compile x86 rtld with -mno-sse -mno-mmx |  H.J. Lu | 2012-11-02 | 1 | -0/+31 |
* | Fix attributes for fortify functions. |  Marek Polacek | 2012-04-29 | 1 | -5/+5 |
* | Replace FSF snail mail address with URLs. |  Paul Eggert | 2012-02-09 | 3 | -9/+6 |
* | Remove pre-ISO C support |  Ulrich Drepper | 2012-01-07 | 1 | -13/+13 |
* | * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define |  Ulrich Drepper | 2007-09-26 | 1 | -12/+53 |
* | * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. |  Jakub Jelinek | 2007-08-16 | 1 | -3/+1 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. |  Ulrich Drepper | 2007-03-17 | 1 | -6/+6 |
* | * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r): |  Roland McGrath | 2006-02-03 | 1 | -1/+3 |
* | * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed. |  Roland McGrath | 2006-01-14 | 2 | -43/+11 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New |  Roland McGrath | 2006-01-14 | 2 | -0/+102 |
* | * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by |  Ulrich Drepper | 2005-08-22 | 1 | -2/+3 |
* | * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, |  Ulrich Drepper | 2005-08-08 | 1 | -7/+7 |
* | * debug/mbstowcs_chk.c: New file. |  Ulrich Drepper | 2005-07-25 | 1 | -0/+39 |
* | Fix typo. |  Ulrich Drepper | 2005-07-18 | 1 | -2/+2 |
* | * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT |  Ulrich Drepper | 2005-07-16 | 1 | -8/+8 |
* | * stdlib/bits/stdlib.h: New file. |  Ulrich Drepper | 2005-07-13 | 1 | -0/+75 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. |  Ulrich Drepper | 2004-12-22 | 3 | -187/+0 |
* | 2.5-18.1 |  Jakub Jelinek | 2007-07-12 | 3 | -0/+187 |