Age | Commit message (Expand) | Author |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto |
2022-08-30 | Apply asm redirections in wchar.h before first use | Raphael Moreira Zinsly |
2022-08-01 | wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency | H.J. Lu |
2022-08-01 | stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h. | Tom Honermann |
2022-07-06 | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann |
2022-07-06 | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann |
2022-05-23 | locale: Add more cached data to LC_CTYPE | Florian Weimer |
2022-05-23 | locale: Remove private union from struct __locale_data | Florian Weimer |
2022-05-23 | locale: Remove cleanup function pointer from struct __localedata | Florian Weimer |
2022-05-13 | wcrtomb: Make behavior POSIX compliant | Siddhesh Poyarekar |
2022-01-12 | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2021-11-10 | Support C2X printf %b, %B | Joseph Myers |
2021-10-20 | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar |
2021-05-16 | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-12-31 | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar |
2020-12-08 | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers |
2020-06-01 | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy |
2020-02-17 | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-11-22 | Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions | Gabriel F. T. Gomes |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-07-31 | iconv: Revert steps array reference counting changes | Florian Weimer |
2019-05-21 | wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] | Florian Weimer |
2019-05-21 | libio: Fix gconv-related memory leak [BZ #24583] | Florian Weimer |
2019-04-04 | wcsmbs: Use loop_unroll on wcsrchr | Adhemerval Zanella |
2019-04-04 | wcsmbs: Use loop_unroll on wcschr | Adhemerval Zanella |
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 |