aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg1-1/+1
2017-01-11Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers1-0/+8
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers100-100/+100
2016-08-19Add tst-wcstod-roundPaul E. Murphy2-0/+34
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-1/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers99-99/+99
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers7-9/+77
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers2-1/+29
2015-11-23Fix strtol in Turkish locales (bug 19242).Joseph Myers2-2/+29
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers2-15/+4
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers4-23/+7
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers29-96/+29
2015-10-15Remove -fexceptions configure test.Joseph Myers1-4/+4
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2-1/+14
2015-10-08strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589).Carlos O'Donell1-1/+0
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-08-26S390: Optimize wmemset.Stefan Liebler3-1/+24
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler3-1/+25
2015-08-26S390: Optimize strcspn and wcscspn.Stefan Liebler3-1/+25
2015-08-26S390: Optimize strpbrk and wcspbrk.Stefan Liebler3-1/+24
2015-08-26S390: Optimize strspn and wcsspn.Stefan Liebler3-1/+24
2015-08-26S390: Optimize strchrnul and wcschrnul.Stefan Liebler3-1/+26
2015-08-26S390: Optimize strncmp and wcsncmp.Stefan Liebler1-1/+4
2015-08-26S390: Optimize strncat wcsncat.Stefan Liebler3-2/+25
2015-08-26S390: Optimize strcat and wcscat.Stefan Liebler3-1/+26
2015-08-26S390: Optimize stpncpy and wcpncpy.Stefan Liebler3-1/+26
2015-08-26S390: Optimize strncpy and wcsncpy.Stefan Liebler3-1/+26
2015-08-26S390: Optimize stpcpy and wcpcpy.Stefan Liebler3-2/+27
2015-08-26S390: Optimize strnlen and wcsnlen.Stefan Liebler3-2/+27