Age | Commit message (Expand) | Author |
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-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-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-11-02 | Declare wcstof functions for more _FloatN, _FloatNx types. | Joseph Myers |
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-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
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-08-05 | Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18... | Daniel Marjamäki |
2015-05-05 | Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265] | Daniel Marjamäki |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-01-10 | Remove __GNUC__ conditions for "long long" from string.h and wchar.h. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper |
2012-01-01 | Add uchar.h support, part 1 | Ulrich Drepper |
2012-01-01 | Add missing restrict in mbrtowc declaration | Ulrich Drepper |
2011-04-01 | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper |
2011-04-01 | Fix typos in comments. | Ulrich Drepper |
2011-03-10 | Remove __restrict quals from wmemcmp prototype. | Jakub Jelinek |
2010-12-10 | Declare wcpcpy and wcpncpy only under _GNU_SOURCE | Andreas Schwab |
2010-12-10 | Fix use of restrict in wchar.h | Andreas Schwab |
2010-06-14 | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek |
2010-03-24 | Unify wint_t handling in wchar.h and wctype.h. | Ulrich Drepper |
2009-02-26 | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper |
2009-01-29 | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper |
2008-12-29 | [BZ #9694] | Ulrich Drepper |
2007-12-10 | [BZ #5424, BZ #5428, BZ #5451] | Ulrich Drepper |
2007-11-26 | Define __need_FILE also for __USE_XOPEN2K. | Ulrich Drepper |
2007-10-07 | [BZ #2633] | Ulrich Drepper |
2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper |
2007-09-15 | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper |
2007-08-03 | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper |
2007-07-28 | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper |
2007-07-19 | * include/features.h (__USE_ISOC95): New define. | Ulrich Drepper |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper |
2007-02-17 | [BZ #2648] | Ulrich Drepper |
2007-01-19 | * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of | Ulrich Drepper |
2006-09-27 | * libio/stdio.h: Move open_wmemstream prototype to ... | Ulrich Drepper |