]> git.ipfire.org Git - thirdparty/glibc.git/history - wcsmbs
Call "CST" a time zone abbreviation, not a name
[thirdparty/glibc.git] / wcsmbs /
2023-06-22  Frederic Beratwcsmbs/bits/wchar2{, -decl}.h: Clearly separate declara...
2023-06-19  Joseph MyersC2x printf %wN, %wfN support (bug 24466)
2023-06-14  Florian WeimerAdd the wcslcpy, wcslcat functions
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-05-25  Adhemerval Zanellawchar: Define va_list for POSIX (BZ #30035)
2023-05-25  Adhemerval ZanellaFix special case for C2x strtol binary constant handlin...
2023-05-18  Carlos O'Donellwcsmbs: Reformat Makefile.
2023-05-16  Carlos O'Donellwcsmbs: Reformat Makefile.
2023-04-21  Joe Simmons-Talbottwcsmbs: Add wcsdup() tests. (BZ #30266) azanella/bz30266
2023-04-17  Florian Weimerwcsmbs: Re-flow and sort routines, tests variables...
2023-03-14  Joseph MyersDeclare wcstofN, wcstofNx for C2x
2023-03-02  Joseph MyersC2x scanf binary constant handling
2023-02-16  Joseph MyersC2x strtol binary constant handling
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-01  Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-10-18  Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18  Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-09-22  Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-08-30  Raphael Moreira... Apply asm redirections in wchar.h before first use
2022-08-01  H.J. Luwcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency
2022-08-01  Tom Honermannstdlib: Suppress gcc diagnostic that char8_t is a keywo...
2022-07-06  Tom Honermannstdlib: Tests for mbrtoc8, c8rtomb, and the char8_t...
2022-07-06  Tom Honermannstdlib: Implement mbrtoc8, c8rtomb, and the char8_t...
2022-05-23  Florian Weimerlocale: Add more cached data to LC_CTYPE
2022-05-23  Florian Weimerlocale: Remove private union from struct __locale_data
2022-05-23  Florian Weimerlocale: Remove cleanup function pointer from struct...
2022-05-13  Siddhesh Poyarekarwcrtomb: Make behavior POSIX compliant
2022-01-12  Siddhesh Poyarekardebug: Synchronize feature guards in fortified function...
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-11-10  Joseph MyersSupport C2X printf %b, %B
2021-10-20  Siddhesh PoyarekarMake sure that the fortified function conditionals...
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-05-16  Martin SeborEnable support for GCC 11 -Wmismatched-dealloc.
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31  Siddhesh Poyarekarnonstring: Enable __FORTIFY_LEVEL=3
2020-12-08  Joseph MyersMake strtoimax, strtoumax, wcstoimax, wcstoumax into...
2020-06-01  Carlos O'Donellmbstowcs: Document, test, and fix null pointer dst...
2020-04-30  Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-02-17  Gabriel F. T. GomesPrepare redirections for IEEE long double on powerpc64le
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-22  Gabriel F. T. GomesUse DEPRECATED_SCANF macro for remaining C99-compliant...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-07-31  Florian Weimericonv: Revert steps array reference counting changes
2019-05-21  Florian Weimerwcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]
2019-05-21  Florian Weimerlibio: Fix gconv-related memory leak [BZ #24583]
2019-04-04  Adhemerval Zanellawcsmbs: Use loop_unroll on wcsrchr
2019-04-04  Adhemerval Zanellawcsmbs: Use loop_unroll on wcschr
2019-04-04  Adhemerval Zanellawcsmbs: Add wcscpy loop unroll option
2019-02-27  Adhemerval Zanellawcsmbs: optimize wcsnlen
2019-02-27  Adhemerval Zanellawcsmbs: optimize wcsncpy
2019-02-27  Adhemerval Zanellawcsmbs: optimize wcsncat
2019-02-27  Adhemerval Zanellawcsmbs: optimize wcscpy
2019-02-27  Adhemerval Zanellawcsmbs: optimize wcscat
2019-02-27  Adhemerval Zanellawcsmbs: optimize wcpncpy
2019-02-27  Adhemerval Zanellawcsmbs: optimize wcpcpy
2019-02-04  Andreas SchwabFix handling of collating elements in fnmatch (bug...
2019-01-03  Zack WeinbergUse C99-compliant scanf under _GNU_SOURCE with modern...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-05  Zack WeinbergUse SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.
2018-12-05  Zack WeinbergAdd __vfscanf_internal and __vfwscanf_internal with...
2018-10-22  Joseph MyersStop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc...
2018-10-19  Joseph MyersHandle surrogate pairs in c16rtomb (bug 23794, DR#488...
2018-06-15  Joseph MyersAdd tests for sign of NaN returned by strtod (bug 23007).
2018-05-16  Florian Weimermath: Merge strtod_nan_*.h into math-type-macros-*.h
2018-03-13  Zack Weinberg[BZ 1190] Make EOF sticky in stdio.
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-07  Joseph MyersDefine char16_t, char32_t consistently with uint_least1...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-07  Joseph MyersAdd _Float32 function aliases.
2017-12-06  Joseph MyersAdd _Float64, _Float32x function aliases.
2017-11-27  Joseph MyersAdd _Float64x function aliases.
2017-11-24  Joseph MyersMove wcstof128 symbol versions to wcsmbs/Versions.
2017-11-16  Siddhesh PoyarekarPrefer https for Sourceware links
2017-11-02  Joseph MyersDeclare wcstof functions for more _FloatN, _FloatNx...
2017-10-01  H.J. LuMark ____wcsto*_l_internal functions with attribute_hid...
2017-10-01  H.J. LuMark internal functions with attribute_hidden [BZ ...
2017-08-31  Florian Weimericonv, intl, locale, wcsmbs: Remove internal_function
2017-08-29  Patsy Franklingconv: Consistently mangle NULL function pointers ...
2017-06-21  Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-21  Zack WeinbergRename xlocale.h to bits/types/__locale_t.h.
2017-06-12  Paul E. Murphyfloat128: Add strtof128, wcstof128, and related functions.
2017-06-08  Zack WeinbergRemove __need macros from stdio.h and wchar.h.
2017-04-20  Joseph MyersDo not use wildcard symbol names for public versions...
2017-04-04  Wainer dos Santos... Update wcsmbs tests to use the support test driver
2017-03-16  Joseph MyersRemove C++ namespace handling from glibc headers.
2017-02-25  Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-01-11  Joseph MyersFix testsuite build for GCC 7 -Wformat-truncation.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-08-19  Paul E. MurphyAdd tst-wcstod-round
2016-08-02  Joseph MyersSupport __STDC_WANT_LIB_EXT2__ feature test macro.
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-24  Joseph MyersRefactor strtod parsing of NaN payloads.
2015-11-24  Joseph MyersFix strtod ("NAN(I)") in Turkish locales (bug 19266).
2015-11-23  Joseph MyersFix strtol in Turkish locales (bug 19242).
2015-10-20  Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-10-16  Joseph MyersConvert 703 function definitions to prototype style.
2015-10-15  Joseph MyersRemove -fexceptions configure test.
2015-10-12  Andreas SchwabAdd dependencies on needed locales in each subdir tests...
next