about summary refs log tree commit diff
path: root/wcsmbs/wchar.h
Commit message (Expand)AuthorAgeFilesLines
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-6/+6
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+13
* wchar: Define va_list for POSIX (BZ #30035)Adhemerval Zanella2023-05-251-0/+11
* Declare wcstofN, wcstofNx for C2xJoseph Myers2023-03-141-14/+16
* C2x scanf binary constant handlingJoseph Myers2023-03-021-11/+65
* C2x strtol binary constant handlingJoseph Myers2023-02-161-0/+111
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-08-301-2/+9
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-2/+17
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-4/+4
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-5/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes2019-11-221-1/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-031-6/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Declare wcstof functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-021-1/+68
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-13/+13
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-21/+6
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-121-0/+15
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-91/+28
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-51/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18...Daniel Marjamäki2015-08-051-4/+5
* Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265]Daniel Marjamäki2015-05-051-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers2013-01-101-4/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix attributes for fortify functions.Marek Polacek2012-04-291-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-109/+109
* Add uchar.h support, part 1Ulrich Drepper2012-01-011-2/+6
* Add missing restrict in mbrtowc declarationUlrich Drepper2012-01-011-1/+1
* Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper2011-04-011-2/+2
* Fix typos in comments.Ulrich Drepper2011-04-011-5/+5
* Remove __restrict quals from wmemcmp prototype.Jakub Jelinek2011-03-101-2/+1
* Declare wcpcpy and wcpncpy only under _GNU_SOURCEAndreas Schwab2010-12-101-2/+0
* Fix use of restrict in wchar.hAndreas Schwab2010-12-101-2/+4
* Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek2010-06-141-8/+8
* Unify wint_t handling in wchar.h and wctype.h.Ulrich Drepper2010-03-241-8/+8
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-8/+8
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2009-01-291-0/+51
* [BZ #9694]Ulrich Drepper2008-12-291-3/+3