Age | Commit message (Expand) | Author |
2019-04-04 | wcsmbs: Add wcscpy loop unroll option | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcsnlen | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcsncpy | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcsncat | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcscpy | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcscat | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcpncpy | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcpcpy | Adhemerval Zanella |
2019-02-04 | Fix handling of collating elements in fnmatch (bug 17396, bug 16976) | Andreas Schwab |
2019-01-03 | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-05 | Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. | Zack Weinberg |
2018-12-05 | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg |
2018-10-22 | Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793). | Joseph Myers |
2018-10-19 | Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X). | Joseph Myers |
2018-06-15 | Add tests for sign of NaN returned by strtod (bug 23007). | Joseph Myers |
2018-05-16 | math: Merge strtod_nan_*.h into math-type-macros-*.h | Florian Weimer |
2018-03-13 | [BZ 1190] Make EOF sticky in stdio. | Zack Weinberg |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg |
2018-02-07 | Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b... | Joseph Myers |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu |
2017-12-07 | Add _Float32 function aliases. | Joseph Myers |
2017-12-06 | Add _Float64, _Float32x function aliases. | Joseph Myers |
2017-11-27 | Add _Float64x function aliases. | Joseph Myers |
2017-11-24 | Move wcstof128 symbol versions to wcsmbs/Versions. | Joseph Myers |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar |
2017-11-02 | Declare wcstof functions for more _FloatN, _FloatNx types. | Joseph Myers |
2017-10-01 | Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822] | H.J. Lu |
2017-10-01 | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu |
2017-08-31 | iconv, intl, locale, wcsmbs: Remove internal_function | Florian Weimer |
2017-08-29 | gconv: Consistently mangle NULL function pointers [BZ #22025] | Patsy Franklin |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy |
2017-06-08 | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg |
2017-04-20 | Do not use wildcard symbol names for public versions in Versions files. | Joseph Myers |
2017-04-04 | Update wcsmbs tests to use the support test driver | Wainer dos Santos Moschetta |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg |
2017-01-11 | Fix testsuite build for GCC 7 -Wformat-truncation. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-08-19 | Add tst-wcstod-round | Paul E. Murphy |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers |
2015-11-24 | Fix strtod ("NAN(I)") in Turkish locales (bug 19266). | Joseph Myers |
2015-11-23 | Fix strtol in Turkish locales (bug 19242). | Joseph Myers |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |