aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)Author
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-10Support C2X printf %b, %BJoseph Myers
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell
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-07-31iconv: Revert steps array reference counting changesFlorian Weimer
2019-05-21wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer
2019-05-21libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer
2019-04-04wcsmbs: Use loop_unroll on wcsrchrAdhemerval Zanella
2019-04-04wcsmbs: Use loop_unroll on wcschrAdhemerval Zanella
2019-04-04wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella
2019-02-27wcsmbs: optimize wcsnlenAdhemerval Zanella
2019-02-27wcsmbs: optimize wcsncpyAdhemerval Zanella
2019-02-27wcsmbs: optimize wcsncatAdhemerval Zanella
2019-02-27wcsmbs: optimize wcscpyAdhemerval Zanella
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella
2019-02-27wcsmbs: optimize wcpncpyAdhemerval Zanella
2019-02-27wcsmbs: optimize wcpcpyAdhemerval Zanella
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab
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-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg
2018-10-22Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793).Joseph Myers
2018-10-19Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X).Joseph Myers
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-24Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar
2017-11-02Declare wcstof functions for more _FloatN, _FloatNx types.Joseph Myers
2017-10-01Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu