| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 10 | -31/+0 |
* | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -3/+6 |
* | iconv, intl, locale, wcsmbs: Remove internal_function | Florian Weimer | 2017-08-31 | 2 | -12/+5 |
* | gconv: Consistently mangle NULL function pointers [BZ #22025] | Patsy Franklin | 2017-08-29 | 1 | -4/+4 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 14 | -26/+26 |
* | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2017-06-20 | 7 | -27/+12 |
* | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 2017-06-12 | 2 | -0/+17 |
* | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 2017-06-08 | 6 | -100/+85 |
* | Do not use wildcard symbol names for public versions in Versions files. | Joseph Myers | 2017-04-20 | 1 | -1/+4 |
* | Update wcsmbs tests to use the support test driver | Wainer dos Santos Moschetta | 2017-04-04 | 8 | -16/+8 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 3 | -57/+0 |
* | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg | 2017-02-25 | 1 | -1/+1 |
* | Fix testsuite build for GCC 7 -Wformat-truncation. | Joseph Myers | 2017-01-11 | 1 | -0/+8 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 100 | -100/+100 |
* | Add tst-wcstod-round | Paul E. Murphy | 2016-08-19 | 2 | -0/+34 |
* | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 2016-08-02 | 1 | -1/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 99 | -99/+99 |
* | Refactor strtod parsing of NaN payloads. | Joseph Myers | 2015-11-24 | 7 | -9/+77 |
* | Fix strtod ("NAN(I)") in Turkish locales (bug 19266). | Joseph Myers | 2015-11-24 | 2 | -1/+29 |
* | Fix strtol in Turkish locales (bug 19242). | Joseph Myers | 2015-11-23 | 2 | -2/+29 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 2 | -15/+4 |
* | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 2015-10-20 | 4 | -23/+7 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 29 | -96/+29 |
* | Remove -fexceptions configure test. | Joseph Myers | 2015-10-15 | 1 | -4/+4 |
* | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 2015-10-12 | 2 | -1/+14 |
* | strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589). | Carlos O'Donell | 2015-10-08 | 1 | -1/+0 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -1/+1 |
* | S390: Optimize wmemset. | Stefan Liebler | 2015-08-26 | 3 | -1/+24 |
* | S390: Optimize memchr, rawmemchr and wmemchr. | Stefan Liebler | 2015-08-26 | 3 | -1/+25 |
* | S390: Optimize strcspn and wcscspn. | Stefan Liebler | 2015-08-26 | 3 | -1/+25 |
* | S390: Optimize strpbrk and wcspbrk. | Stefan Liebler | 2015-08-26 | 3 | -1/+24 |
* | S390: Optimize strspn and wcsspn. | Stefan Liebler | 2015-08-26 | 3 | -1/+24 |
* | S390: Optimize strchrnul and wcschrnul. | Stefan Liebler | 2015-08-26 | 3 | -1/+26 |
* | S390: Optimize strncmp and wcsncmp. | Stefan Liebler | 2015-08-26 | 1 | -1/+4 |
* | S390: Optimize strncat wcsncat. | Stefan Liebler | 2015-08-26 | 3 | -2/+25 |
* | S390: Optimize strcat and wcscat. | Stefan Liebler | 2015-08-26 | 3 | -1/+26 |
* | S390: Optimize stpncpy and wcpncpy. | Stefan Liebler | 2015-08-26 | 3 | -1/+26 |
* | S390: Optimize strncpy and wcsncpy. | Stefan Liebler | 2015-08-26 | 3 | -1/+26 |
* | S390: Optimize stpcpy and wcpcpy. | Stefan Liebler | 2015-08-26 | 3 | -2/+27 |
* | S390: Optimize strnlen and wcsnlen. | Stefan Liebler | 2015-08-26 | 3 | -2/+27 |
* | Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18... | Daniel Marjamäki | 2015-08-05 | 1 | -4/+5 |
* | Fix regcomp wcscoll, wcscmp namespace (bug 18497). | Joseph Myers | 2015-06-09 | 3 | -4/+6 |
* | Fix fnmatch wmemchr namespace (bug 18468). | Joseph Myers | 2015-06-03 | 1 | -2/+4 |
* | Improve strcoll with strdiff. | Leonhard Holz | 2015-05-12 | 1 | -0/+1 |
* | Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265] | Daniel Marjamäki | 2015-05-05 | 1 | -2/+4 |
* | powerpc: Fix __wcschr static build | Adhemerval Zanella | 2015-04-15 | 1 | -12/+5 |
* | Use correct signedness in wcsncmp | Stefan Liebler | 2015-04-13 | 3 | -19/+21 |
* | Handle mblen return code when n is zero. | Ondřej Bílka | 2015-04-03 | 2 | -0/+6 |
* | Remove unused definitions | Leonhard Holz | 2015-02-11 | 2 | -2/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 82 | -82/+82 |