summary refs log tree commit diff
path: root/wcsmbs
Commit message (Expand)AuthorAgeFilesLines
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01108-108/+108
* Support C2X printf %b, %BJoseph Myers2021-11-102-1/+27
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-158/+61
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0366-68/+1
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-2/+17
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02107-107/+107
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-64/+82
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-082-0/+2
* mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2020-06-012-1/+51
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-302-6/+6
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-172-11/+39
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01106-106/+106
* 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-07106-106/+106
* iconv: Revert steps array reference counting changesFlorian Weimer2019-07-312-11/+0
* wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer2019-05-211-4/+18
* libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2019-05-212-0/+11
* wcsmbs: Use loop_unroll on wcsrchrAdhemerval Zanella2019-04-041-6/+16
* wcsmbs: Use loop_unroll on wcschrAdhemerval Zanella2019-04-041-5/+17
* wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella2019-04-041-0/+19
* wcsmbs: optimize wcsnlenAdhemerval Zanella2019-02-271-18/+4
* wcsmbs: optimize wcsncpyAdhemerval Zanella2019-02-271-56/+4
* wcsmbs: optimize wcsncatAdhemerval Zanella2019-02-271-46/+7
* wcsmbs: optimize wcscpyAdhemerval Zanella2019-02-271-30/+1
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-272-23/+8
* wcsmbs: optimize wcpncpyAdhemerval Zanella2019-02-271-52/+5
* wcsmbs: optimize wcpcpyAdhemerval Zanella2019-02-271-16/+3
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-3/+6
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-032-11/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01106-106/+106
* Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg2018-12-056-32/+6
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-056-21/+15
* Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793).Joseph Myers2018-10-226-12/+111
* Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X).Joseph Myers2018-10-193-4/+130
* Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2018-06-152-1/+25
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-163-3/+3
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-132-1/+115
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-213-5/+4
* Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers2018-02-073-13/+37
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01100-100/+100
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-20/+20
* Add _Float32 function aliases.Joseph Myers2017-12-071-3/+3
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-061-0/+4
* Add _Float64x function aliases.Joseph Myers2017-11-271-0/+4
* Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers2017-11-241-0/+7
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-161-1/+2
* Declare wcstof functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-021-1/+68
* Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-0110-31/+0
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-3/+6