Age | Commit message (Expand) | Author | Files | Lines |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 1 | -1/+1 |
2022-08-30 | Apply asm redirections in wchar.h before first use | Raphael Moreira Zinsly | 4 | -76/+136 |
2022-08-01 | wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency | H.J. Lu | 1 | -0/+2 |
2022-08-01 | stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h. | Tom Honermann | 1 | -0/+8 |
2022-07-06 | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 3 | -1/+1154 |
2022-07-06 | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 5 | -1/+283 |
2022-05-23 | locale: Add more cached data to LC_CTYPE | Florian Weimer | 2 | -19/+17 |
2022-05-23 | locale: Remove private union from struct __locale_data | Florian Weimer | 2 | -8/+10 |
2022-05-23 | locale: Remove cleanup function pointer from struct __localedata | Florian Weimer | 1 | -6/+2 |
2022-05-13 | wcrtomb: Make behavior POSIX compliant | Siddhesh Poyarekar | 1 | -8/+23 |
2022-01-12 | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 108 | -108/+108 |
2021-11-10 | Support C2X printf %b, %B | Joseph Myers | 2 | -1/+27 |
2021-10-20 | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar | 1 | -158/+61 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 66 | -68/+1 |
2021-05-16 | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor | 1 | -2/+17 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 107 | -107/+107 |
2020-12-31 | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 1 | -64/+82 |
2020-12-08 | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers | 2 | -0/+2 |
2020-06-01 | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell | 2 | -1/+51 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2 | -6/+6 |
2020-02-17 | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes | 2 | -11/+39 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 106 | -106/+106 |
2019-11-22 | Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions | Gabriel F. T. Gomes | 1 | -1/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 106 | -106/+106 |
2019-07-31 | iconv: Revert steps array reference counting changes | Florian Weimer | 2 | -11/+0 |
2019-05-21 | wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] | Florian Weimer | 1 | -4/+18 |
2019-05-21 | libio: Fix gconv-related memory leak [BZ #24583] | Florian Weimer | 2 | -0/+11 |
2019-04-04 | wcsmbs: Use loop_unroll on wcsrchr | Adhemerval Zanella | 1 | -6/+16 |
2019-04-04 | wcsmbs: Use loop_unroll on wcschr | Adhemerval Zanella | 1 | -5/+17 |
2019-04-04 | wcsmbs: Add wcscpy loop unroll option | Adhemerval Zanella | 1 | -0/+19 |
2019-02-27 | wcsmbs: optimize wcsnlen | Adhemerval Zanella | 1 | -18/+4 |
2019-02-27 | wcsmbs: optimize wcsncpy | Adhemerval Zanella | 1 | -56/+4 |
2019-02-27 | wcsmbs: optimize wcsncat | Adhemerval Zanella | 1 | -46/+7 |
2019-02-27 | wcsmbs: optimize wcscpy | Adhemerval Zanella | 1 | -30/+1 |
2019-02-27 | wcsmbs: optimize wcscat | Adhemerval Zanella | 2 | -23/+8 |
2019-02-27 | wcsmbs: optimize wcpncpy | Adhemerval Zanella | 1 | -52/+5 |
2019-02-27 | wcsmbs: optimize wcpcpy | Adhemerval Zanella | 1 | -16/+3 |
2019-02-04 | Fix handling of collating elements in fnmatch (bug 17396, bug 16976) | Andreas Schwab | 1 | -3/+6 |
2019-01-03 | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg | 2 | -11/+6 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 106 | -106/+106 |
2018-12-05 | Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. | Zack Weinberg | 6 | -32/+6 |
2018-12-05 | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg | 6 | -21/+15 |
2018-10-22 | Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793). | Joseph Myers | 6 | -12/+111 |
2018-10-19 | Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X). | Joseph Myers | 3 | -4/+130 |
2018-06-15 | Add tests for sign of NaN returned by strtod (bug 23007). | Joseph Myers | 2 | -1/+25 |
2018-05-16 | math: Merge strtod_nan_*.h into math-type-macros-*.h | Florian Weimer | 3 | -3/+3 |
2018-03-13 | [BZ 1190] Make EOF sticky in stdio. | Zack Weinberg | 2 | -1/+115 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 3 | -5/+4 |
2018-02-07 | Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b... | Joseph Myers | 3 | -13/+37 |