summaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-06PowerPC: multiarch wcscpy for PowerPC32Adhemerval Zanella
2013-12-06PowerPC: multiarch wcsrchr for PowerPC32Adhemerval Zanella
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-02-17Sort Versions filesAndreas Jaeger
2013-01-10Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-10-19Add wcsmbs IFUNC testsH.J. Lu
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-05-31tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger
2012-05-21[BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-03-30Fix a bug when converting strings with 1 character using TCVN5712-1Tulio Magno Quites Machado Filho
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-24Use newly built locales for tst-c16c32-1.Joseph Myers
2012-01-21Fix version check in uchar.hUlrich Drepper
2012-01-08Simplify char16_t implementationUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-07More char16_t and char32_t supportUlrich Drepper
2012-01-06Fix C11 header changes for C++.Joseph Myers
2012-01-03Typo in test for C11-capable compilerUlrich Drepper
2012-01-01Add uchar.h support, part 1Ulrich Drepper
2012-01-01Start of uchar.h workUlrich Drepper
2012-01-01Add missing restrict in mbrtowc declarationUlrich Drepper
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper
2011-12-17Add tests for wcsrchr and wcscpyUlrich Drepper
2011-10-25Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab
2011-10-24Fix lost wcslen symbolAndreas Schwab
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva
2011-10-23Add wcschr test casesLiubov Dmitrieva
2011-10-23Add wcslen test casesLiubov Dmitrieva
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva
2011-10-15Fix lost wmemcmp symbolAndreas Schwab
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper
2011-04-01Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper
2011-04-01Fix typos in comments.Ulrich Drepper
2011-03-10Remove __restrict quals from wmemcmp prototype.Jakub Jelinek
2010-12-10Declare wcpcpy and wcpncpy only under _GNU_SOURCEAndreas Schwab
2010-12-10Fix use of restrict in wchar.hAndreas Schwab
2010-10-03Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek
2010-03-24Unify wint_t handling in wchar.h and wctype.h.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering