aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)AuthorFilesLines
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2-1/+51
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2-6/+6
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2-11/+39
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers106-106/+106
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 Eggert106-106/+106
2019-07-31iconv: Revert steps array reference counting changesFlorian Weimer2-11/+0
2019-05-21wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer1-4/+18
2019-05-21libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2-0/+11
2019-04-04wcsmbs: Use loop_unroll on wcsrchrAdhemerval Zanella1-6/+16
2019-04-04wcsmbs: Use loop_unroll on wcschrAdhemerval Zanella1-5/+17
2019-04-04wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella1-0/+19
2019-02-27wcsmbs: optimize wcsnlenAdhemerval Zanella1-18/+4
2019-02-27wcsmbs: optimize wcsncpyAdhemerval Zanella1-56/+4
2019-02-27wcsmbs: optimize wcsncatAdhemerval Zanella1-46/+7
2019-02-27wcsmbs: optimize wcscpyAdhemerval Zanella1-30/+1
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella2-23/+8
2019-02-27wcsmbs: optimize wcpncpyAdhemerval Zanella1-52/+5
2019-02-27wcsmbs: optimize wcpcpyAdhemerval Zanella1-16/+3
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab1-3/+6
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2-11/+6
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers106-106/+106
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg6-32/+6
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg6-21/+15
2018-10-22Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793).Joseph Myers6-12/+111
2018-10-19Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X).Joseph Myers3-4/+130
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2-1/+25
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer3-3/+3
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg2-1/+115
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg3-5/+4
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers3-13/+37
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers100-100/+100
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-20/+20
2017-12-07Add _Float32 function aliases.Joseph Myers1-3/+3
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers1-0/+4
2017-11-27Add _Float64x function aliases.Joseph Myers1-0/+4
2017-11-24Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers1-0/+7
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-1/+2
2017-11-02Declare wcstof functions for more _FloatN, _FloatNx types.Joseph Myers1-1/+68
2017-10-01Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu10-31/+0
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu1-3/+6
2017-08-31iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer2-12/+5
2017-08-29gconv: Consistently mangle NULL function pointers [BZ #22025]Patsy Franklin1-4/+4
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg14-26/+26
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg7-27/+12
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2-0/+17
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg6-100/+85
2017-04-20Do not use wildcard symbol names for public versions in Versions files.Joseph Myers1-1/+4
2017-04-04Update wcsmbs tests to use the support test driverWainer dos Santos Moschetta8-16/+8
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers3-57/+0