summaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Collapse)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
The -D_FORTIFY_SOURCE flags are being added to the test-specific CFLAGS values when they should be the test-specific CPPFLAGS values. Otherwise the values don't override the user-specified CPPFLAGS and might end up breaking the tests. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-21[BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger
* iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider inptr and inend for must_buffer_ch. * wcsmbs/tst-mbsnrtowcs.c: Remove file. * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs. * stdio-common/Makefile (tests): Remove bug15. (bug15-ENV): Remove macro. * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. localedata: * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1. * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list. (tests): Remove tst-strptime.
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
It isn't necessary to buffer the last character of strings. This can cause a bug with strings that have 1 character between 0x0041 and 0x01b0. [BZ #13691] * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings with only 1 character between 0x0041 and 0x01b0. * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs. * wcsmbs/tst-mbsnrtowcs.c: New file.
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
No more __const.
2012-01-07More char16_t and char32_t supportUlrich Drepper
It works now for UTF-8 locales
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
c16 support for locales other than the C locale is still missing.
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
This patch fixes some cases which fail to parse with C++.
2010-03-24Unify wint_t handling in wchar.h and wctype.h.Ulrich Drepper
Fix a few typos in the process.
2010-01-09Add support for XPG7 testing.Ulrich Drepper
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering