| Commit message (Expand) | Author | Age | Files | Lines |
* | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell | 2020-06-01 | 2 | -1/+51 |
* | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2020-04-30 | 2 | -6/+6 |
* | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes | 2020-02-17 | 2 | -11/+39 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 106 | -106/+106 |
* | Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions | Gabriel F. T. Gomes | 2019-11-22 | 1 | -1/+2 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 106 | -106/+106 |
* | iconv: Revert steps array reference counting changes | Florian Weimer | 2019-07-31 | 2 | -11/+0 |
* | wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] | Florian Weimer | 2019-05-21 | 1 | -4/+18 |
* | libio: Fix gconv-related memory leak [BZ #24583] | Florian Weimer | 2019-05-21 | 2 | -0/+11 |
* | wcsmbs: Use loop_unroll on wcsrchr | Adhemerval Zanella | 2019-04-04 | 1 | -6/+16 |
* | wcsmbs: Use loop_unroll on wcschr | Adhemerval Zanella | 2019-04-04 | 1 | -5/+17 |
* | wcsmbs: Add wcscpy loop unroll option | Adhemerval Zanella | 2019-04-04 | 1 | -0/+19 |
* | wcsmbs: optimize wcsnlen | Adhemerval Zanella | 2019-02-27 | 1 | -18/+4 |
* | wcsmbs: optimize wcsncpy | Adhemerval Zanella | 2019-02-27 | 1 | -56/+4 |
* | wcsmbs: optimize wcsncat | Adhemerval Zanella | 2019-02-27 | 1 | -46/+7 |
* | wcsmbs: optimize wcscpy | Adhemerval Zanella | 2019-02-27 | 1 | -30/+1 |
* | wcsmbs: optimize wcscat | Adhemerval Zanella | 2019-02-27 | 2 | -23/+8 |
* | wcsmbs: optimize wcpncpy | Adhemerval Zanella | 2019-02-27 | 1 | -52/+5 |
* | wcsmbs: optimize wcpcpy | Adhemerval Zanella | 2019-02-27 | 1 | -16/+3 |
* | Fix handling of collating elements in fnmatch (bug 17396, bug 16976) | Andreas Schwab | 2019-02-04 | 1 | -3/+6 |
* | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg | 2019-01-03 | 2 | -11/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 106 | -106/+106 |
* | Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. | Zack Weinberg | 2018-12-05 | 6 | -32/+6 |
* | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg | 2018-12-05 | 6 | -21/+15 |
* | Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793). | Joseph Myers | 2018-10-22 | 6 | -12/+111 |
* | Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X). | Joseph Myers | 2018-10-19 | 3 | -4/+130 |
* | Add tests for sign of NaN returned by strtod (bug 23007). | Joseph Myers | 2018-06-15 | 2 | -1/+25 |
* | math: Merge strtod_nan_*.h into math-type-macros-*.h | Florian Weimer | 2018-05-16 | 3 | -3/+3 |
* | [BZ 1190] Make EOF sticky in stdio. | Zack Weinberg | 2018-03-13 | 2 | -1/+115 |
* | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 2018-02-21 | 3 | -5/+4 |
* | Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b... | Joseph Myers | 2018-02-07 | 3 | -13/+37 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 100 | -100/+100 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -20/+20 |
* | Add _Float32 function aliases. | Joseph Myers | 2017-12-07 | 1 | -3/+3 |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 1 | -0/+4 |
* | Add _Float64x function aliases. | Joseph Myers | 2017-11-27 | 1 | -0/+4 |
* | Move wcstof128 symbol versions to wcsmbs/Versions. | Joseph Myers | 2017-11-24 | 1 | -0/+7 |
* | Prefer https for Sourceware links | Siddhesh Poyarekar | 2017-11-16 | 1 | -1/+2 |
* | Declare wcstof functions for more _FloatN, _FloatNx types. | Joseph Myers | 2017-11-02 | 1 | -1/+68 |
* | 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 |