summaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)Author
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-04-20Do not use wildcard symbol names for public versions in Versions files.Joseph Myers
2017-04-04Update wcsmbs tests to use the support test driverWainer dos Santos Moschetta
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-01-11Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-08-19Add tst-wcstod-roundPaul E. Murphy
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers
2015-11-23Fix strtol in Turkish locales (bug 19242).Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-10-08strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589).Carlos O'Donell
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-26S390: Optimize wmemset.Stefan Liebler
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler
2015-08-26S390: Optimize strcspn and wcscspn.Stefan Liebler
2015-08-26S390: Optimize strpbrk and wcspbrk.Stefan Liebler
2015-08-26S390: Optimize strspn and wcsspn.Stefan Liebler
2015-08-26S390: Optimize strchrnul and wcschrnul.Stefan Liebler
2015-08-26S390: Optimize strncmp and wcsncmp.Stefan Liebler
2015-08-26S390: Optimize strncat wcsncat.Stefan Liebler
2015-08-26S390: Optimize strcat and wcscat.Stefan Liebler
2015-08-26S390: Optimize stpncpy and wcpncpy.Stefan Liebler
2015-08-26S390: Optimize strncpy and wcsncpy.Stefan Liebler
2015-08-26S390: Optimize stpcpy and wcpcpy.Stefan Liebler
2015-08-26S390: Optimize strnlen and wcsnlen.Stefan Liebler
2015-08-05Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18...Daniel Marjamäki
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers
2015-06-03Fix fnmatch wmemchr namespace (bug 18468).Joseph Myers
2015-05-12Improve strcoll with strdiff.Leonhard Holz
2015-05-05Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265]Daniel Marjamäki
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella
2015-04-13Use correct signedness in wcsncmpStefan Liebler
2015-04-03Handle mblen return code when n is zero.Ondřej Bílka
2015-02-11Remove unused definitionsLeonhard Holz
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers
2014-11-26Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers
2014-11-12Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers