aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)AuthorFilesLines
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka4-5/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae88-88/+88
2013-12-06PowerPC: multiarch wcscpy for PowerPC32Adhemerval Zanella1-1/+5
2013-12-06PowerPC: multiarch wcsrchr for PowerPC32Adhemerval Zanella1-1/+4
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers11-23/+23
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-1/+1
2013-02-17Sort Versions filesAndreas Jaeger1-4/+4
2013-01-10Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers1-4/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers88-93/+88
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2012-10-19Add wcsmbs IFUNC testsH.J. Lu7-0/+122
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath1-3/+2
2012-05-31tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger1-1/+1
2012-05-21[BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2-85/+1
2012-04-29Fix attributes for fortify functions.Marek Polacek3-28/+28
2012-03-30Fix a bug when converting strings with 1 character using TCVN5712-1Tulio Magno Quites Machado Filho2-1/+85
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-1/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert82-246/+164
2012-01-24Use newly built locales for tst-c16c32-1.Joseph Myers1-0/+1
2012-01-21Fix version check in uchar.hUlrich Drepper1-1/+1
2012-01-08Simplify char16_t implementationUlrich Drepper5-228/+43
2012-01-07Remove pre-ISO C supportUlrich Drepper3-174/+174
2012-01-07More char16_t and char32_t supportUlrich Drepper6-53/+241
2012-01-06Fix C11 header changes for C++.Joseph Myers1-2/+2
2012-01-03Typo in test for C11-capable compilerUlrich Drepper2-4/+4
2012-01-01Add uchar.h support, part 1Ulrich Drepper10-13/+363
2012-01-01Start of uchar.h workUlrich Drepper2-1/+77
2012-01-01Add missing restrict in mbrtowc declarationUlrich Drepper1-1/+1
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper1-1/+4
2011-12-17Add tests for wcsrchr and wcscpyUlrich Drepper3-1/+5
2011-10-25Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab2-20/+20
2011-10-24Fix lost wcslen symbolAndreas Schwab1-3/+3
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva1-3/+8
2011-10-23Add wcschr test casesLiubov Dmitrieva2-1/+3
2011-10-23Add wcslen test casesLiubov Dmitrieva2-1/+3
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva1-2/+2
2011-10-15Fix lost wmemcmp symbolAndreas Schwab1-2/+2
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva1-9/+12
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper3-2/+7
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper1-2/+5
2011-04-01Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper1-2/+2
2011-04-01Fix typos in comments.Ulrich Drepper1-5/+5
2011-03-10Remove __restrict quals from wmemcmp prototype.Jakub Jelinek1-2/+1
2010-12-10Declare wcpcpy and wcpncpy only under _GNU_SOURCEAndreas Schwab1-2/+0
2010-12-10Fix use of restrict in wchar.hAndreas Schwab2-22/+28
2010-10-03Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper1-0/+2
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek1-8/+8
2010-03-24Unify wint_t handling in wchar.h and wctype.h.Ulrich Drepper1-8/+8
2010-01-09Add support for XPG7 testing.Ulrich Drepper2-8/+8
2009-05-16Remove redundant .gitignore files.Andreas Schwab1-6/+0