about summary refs log tree commit diff
path: root/wcsmbs
Commit message (Expand)AuthorAgeFilesLines
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-093-4/+6
* Fix fnmatch wmemchr namespace (bug 18468).Joseph Myers2015-06-031-2/+4
* Improve strcoll with strdiff.Leonhard Holz2015-05-121-0/+1
* Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265]Daniel Marjamäki2015-05-051-2/+4
* powerpc: Fix __wcschr static buildAdhemerval Zanella2015-04-151-12/+5
* Use correct signedness in wcsncmpStefan Liebler2015-04-133-19/+21
* Handle mblen return code when n is zero.Ondřej Bílka2015-04-032-0/+6
* Remove unused definitionsLeonhard Holz2015-02-112-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0282-82/+82
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-101-0/+7
* Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers2014-11-267-122/+0
* Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers2014-11-121-2/+4
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-058-16/+40
* Complete the removal of __gconv_translit_findFlorian Weimer2014-09-129-9/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-7/+0
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-104-5/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0188-88/+88
* PowerPC: multiarch wcscpy for PowerPC32Adhemerval Zanella2013-12-061-1/+5
* PowerPC: multiarch wcsrchr for PowerPC32Adhemerval Zanella2013-12-061-1/+4
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-0711-23/+23
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-1/+1
* Sort Versions filesAndreas Jaeger2013-02-171-4/+4
* Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers2013-01-101-4/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0288-93/+88
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
* Add wcsmbs IFUNC testsH.J. Lu2012-10-197-0/+122
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-3/+2
* tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger2012-05-311-1/+1
* [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2012-05-212-85/+1
* Fix attributes for fortify functions.Marek Polacek2012-04-293-28/+28
* Fix a bug when converting strings with 1 character using TCVN5712-1Tulio Magno Quites Machado Filho2012-03-302-1/+85
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-1/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0982-246/+164
* Use newly built locales for tst-c16c32-1.Joseph Myers2012-01-241-0/+1
* Fix version check in uchar.hUlrich Drepper2012-01-211-1/+1
* Simplify char16_t implementationUlrich Drepper2012-01-085-228/+43
* Remove pre-ISO C supportUlrich Drepper2012-01-073-174/+174
* More char16_t and char32_t supportUlrich Drepper2012-01-076-53/+241
* Fix C11 header changes for C++.Joseph Myers2012-01-061-2/+2
* Typo in test for C11-capable compilerUlrich Drepper2012-01-032-4/+4
* Add uchar.h support, part 1Ulrich Drepper2012-01-0110-13/+363
* Start of uchar.h workUlrich Drepper2012-01-012-1/+77
* Add missing restrict in mbrtowc declarationUlrich Drepper2012-01-011-1/+1
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-171-1/+4
* Add tests for wcsrchr and wcscpyUlrich Drepper2011-12-173-1/+5
* Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab2011-10-252-20/+20
* Fix lost wcslen symbolAndreas Schwab2011-10-241-3/+3
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-231-3/+8
* Add wcschr test casesLiubov Dmitrieva2011-10-232-1/+3