about summary refs log tree commit diff
path: root/stdlib/bits
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Improve fortify with clangAdhemerval Zanella2024-02-271-11/+28
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-014-4/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-064-4/+4
* stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein2022-06-231-4/+4
* stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein2022-06-221-5/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-014-4/+4
* fortify: Fix spurious warning with realpathSiddhesh Poyarekar2021-12-171-1/+1
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-40/+17
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-024-4/+4
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-18/+24
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-6/+11
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-1/+1
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-0/+22
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-014-4/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-074-4/+4
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-014-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-014-4/+4
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-162-4/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-014-4/+4
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-251-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-044-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-024-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-014-4/+4
* Fix guards for qecvtAndreas Jaeger2013-04-271-3/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-024-4/+4
* Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu2012-11-021-0/+31
* Fix attributes for fortify functions.Marek Polacek2012-04-291-5/+5
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-093-9/+6
* Remove pre-ISO C supportUlrich Drepper2012-01-071-13/+13
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-12/+53
* * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. Jakub Jelinek2007-08-161-3/+1
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-6/+6
* * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r):Roland McGrath2006-02-031-1/+3
* * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed.Roland McGrath2006-01-142-43/+11
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-142-0/+102
* * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) byUlrich Drepper2005-08-221-2/+3
* * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper2005-08-081-7/+7
* * debug/mbstowcs_chk.c: New file.Ulrich Drepper2005-07-251-0/+39
* Fix typo.Ulrich Drepper2005-07-181-2/+2
* * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper2005-07-161-8/+8
* * stdlib/bits/stdlib.h: New file.Ulrich Drepper2005-07-131-0/+75
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-223-187/+0
* 2.5-18.1Jakub Jelinek2007-07-123-0/+187