aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs/wchar.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer1-0/+13
2023-05-25wchar: Define va_list for POSIX (BZ #30035)Adhemerval Zanella1-0/+11
2023-03-14Declare wcstofN, wcstofNx for C2xJoseph Myers1-14/+16
2023-03-02C2x scanf binary constant handlingJoseph Myers1-11/+65
2023-02-16C2x strtol binary constant handlingJoseph Myers1-0/+111
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-08-30Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly1-2/+9
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-2/+17
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-4/+4
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes1-5/+9
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-22Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes1-1/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg1-6/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-02Declare wcstof functions for more _FloatN, _FloatNx types.Joseph Myers1-1/+68
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-13/+13
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg1-21/+6
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy1-0/+15
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-91/+28
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-51/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-1/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-05Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18...Daniel Marjamäki1-4/+5
2015-05-05Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265]Daniel Marjamäki1-2/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-10Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers1-4/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-04-29Fix attributes for fortify functions.Marek Polacek1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-109/+109
2012-01-01Add uchar.h support, part 1Ulrich Drepper1-2/+6
2012-01-01Add missing restrict in mbrtowc declarationUlrich Drepper1-1/+1
2011-04-01Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper1-2/+2
2011-04-01Fix typos in comments.Ulrich Drepper1-5/+5
2011-03-10Remove __restrict quals from wmemcmp prototype.Jakub Jelinek1-2/+1
2010-12-10Declare wcpcpy and wcpncpy only under _GNU_SOURCEAndreas Schwab1-2/+0
2010-12-10Fix use of restrict in wchar.hAndreas Schwab1-2/+4
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek1-8/+8
2010-03-24Unify wint_t handling in wchar.h and wctype.h.Ulrich Drepper1-8/+8
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-8/+8
2009-01-29 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-0/+51
2008-12-29[BZ #9694]Ulrich Drepper1-3/+3
2007-12-10[BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper1-0/+5