aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)AuthorFilesLines
2015-08-05Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18...Daniel Marjamäki1-4/+5
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers3-4/+6
2015-06-03Fix fnmatch wmemchr namespace (bug 18468).Joseph Myers1-2/+4
2015-05-12Improve strcoll with strdiff.Leonhard Holz1-0/+1
2015-05-05Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265]Daniel Marjamäki1-2/+4
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella1-12/+5
2015-04-13Use correct signedness in wcsncmpStefan Liebler3-19/+21
2015-04-03Handle mblen return code when n is zero.Ondřej Bílka2-0/+6
2015-02-11Remove unused definitionsLeonhard Holz2-2/+0
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers1-0/+7
2014-11-26Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers7-122/+0
2014-11-12Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers1-2/+4
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar8-16/+40
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer9-9/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-7/+0
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-0/+2
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