about summary refs log tree commit diff
path: root/wcsmbs/bits
Commit message (Expand)AuthorAgeFilesLines
* wcsmbs: Improve fortify with clangAdhemerval Zanella2024-02-271-48/+119
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-013-3/+3
* wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-2/+2
* wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat2023-06-222-192/+172
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+39
* C2x scanf binary constant handlingJoseph Myers2023-03-021-0/+24
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-063-3/+3
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-08-302-72/+124
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-012-2/+2
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-158/+61
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-022-2/+2
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-64/+82
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-2/+2
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-6/+30
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-012-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-072-2/+2
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-031-5/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-012-2/+2
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-083-0/+54
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-4/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-022-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-012-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-022-2/+2
* Fix attributes for fortify functions.Marek Polacek2012-04-292-27/+27
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-092-6/+4
* Remove pre-ISO C supportUlrich Drepper2012-01-071-63/+63
* Fix use of restrict in wchar.hAndreas Schwab2010-12-101-20/+24
* * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.Ulrich Drepper2007-10-031-8/+8
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-38/+190
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-181-1/+16
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-152-14/+64
* * 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-18/+18
* * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed.Roland McGrath2006-01-141-21/+23
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-142-15/+64
* * wcsmbs/bits/wchar2.h (vswprintf): Call __vswprintf_alias rather thanUlrich Drepper2006-01-101-2/+2
* * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) byUlrich Drepper2005-08-221-4/+6
* * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper2005-08-081-24/+24
* * debug/mbstowcs_chk.c: New file.Ulrich Drepper2005-07-251-1/+1
* * wcsmbs/bits/wchar2.h: Use __FILE not FILE.Ulrich Drepper2005-07-241-8/+8
* (__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.Ulrich Drepper2005-07-221-2/+2
* * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Ulrich Drepper2005-07-211-4/+3
* * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper2005-07-201-0/+111
* * wcsmbs/bits/wchar2.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper2005-07-151-40/+39
* * wcsmbs/bits/wchar2.h: New file.Ulrich Drepper2005-07-151-0/+288