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