| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18... | Daniel Marjamäki | 2015-08-05 | 1 | -4/+5 |
* | Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265] | Daniel Marjamäki | 2015-05-05 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Remove __GNUC__ conditions for "long long" from string.h and wchar.h. | Joseph Myers | 2013-01-10 | 1 | -4/+4 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 1 | -1/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -109/+109 |
* | Add uchar.h support, part 1 | Ulrich Drepper | 2012-01-01 | 1 | -2/+6 |
* | Add missing restrict in mbrtowc declaration | Ulrich Drepper | 2012-01-01 | 1 | -1/+1 |
* | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper | 2011-04-01 | 1 | -2/+2 |
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 1 | -5/+5 |
* | Remove __restrict quals from wmemcmp prototype. | Jakub Jelinek | 2011-03-10 | 1 | -2/+1 |
* | Declare wcpcpy and wcpncpy only under _GNU_SOURCE | Andreas Schwab | 2010-12-10 | 1 | -2/+0 |
* | Fix use of restrict in wchar.h | Andreas Schwab | 2010-12-10 | 1 | -2/+4 |
* | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 2010-06-14 | 1 | -8/+8 |
* | Unify wint_t handling in wchar.h and wctype.h. | Ulrich Drepper | 2010-03-24 | 1 | -8/+8 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -8/+8 |
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2009-01-29 | 1 | -0/+51 |
* | [BZ #9694] | Ulrich Drepper | 2008-12-29 | 1 | -3/+3 |
* | [BZ #5424, BZ #5428, BZ #5451] | Ulrich Drepper | 2007-12-10 | 1 | -0/+5 |
* | Define __need_FILE also for __USE_XOPEN2K. | Ulrich Drepper | 2007-11-26 | 1 | -1/+1 |
* | [BZ #2633] | Ulrich Drepper | 2007-10-07 | 1 | -20/+26 |
* | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 2007-09-18 | 1 | -1/+61 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -3/+1 |
* | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper | 2007-08-03 | 1 | -90/+0 |
* | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper | 2007-07-28 | 1 | -12/+18 |
* | * include/features.h (__USE_ISOC95): New define. | Ulrich Drepper | 2007-07-19 | 1 | -2/+2 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 1 | -10/+10 |
* | [BZ #2648] | Ulrich Drepper | 2007-02-17 | 1 | -1/+1 |
* | * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of | Ulrich Drepper | 2007-01-19 | 1 | -3/+3 |
* | * libio/stdio.h: Move open_wmemstream prototype to ... | Ulrich Drepper | 2006-09-27 | 1 | -0/+7 |
* | * wcsmbs/wchar.h (btowc, wctob): Don't optimize in C++. | Ulrich Drepper | 2006-03-27 | 1 | -0/+2 |
* | * wcsmbs/wchar.h (__wcstol_internal, __wcstoul_internal): Declare these | Roland McGrath | 2006-03-16 | 1 | -4/+8 |
* | * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed. | Roland McGrath | 2006-01-14 | 1 | -6/+5 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 2006-01-14 | 1 | -4/+7 |
* | * wcsmbs/bits/wchar2.h: New file. | Ulrich Drepper | 2005-07-15 | 1 | -0/+7 |
* | * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright. cvs/fedora-glibc-20050401T1444 | Ulrich Drepper | 2005-04-01 | 1 | -1/+17 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -45/+7 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -7/+45 |
* | Update. | Ulrich Drepper | 2004-09-07 | 1 | -22/+25 |
* | Update. | Ulrich Drepper | 2003-06-13 | 1 | -2/+7 |
* | Update. | Ulrich Drepper | 2003-04-19 | 1 | -47/+122 |
* | Prepare headers for use in ISO C++ compliant implementations. | Ulrich Drepper | 2002-08-28 | 1 | -22/+67 |
* | * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. | Roland McGrath | 2002-08-27 | 1 | -36/+0 |
* | * time/time.h (__strptime_l, strptime_l): Declare them. | Roland McGrath | 2002-08-27 | 1 | -0/+15 |
* | * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions | Roland McGrath | 2002-08-06 | 1 | -1/+34 |
* | Update. | Ulrich Drepper | 2001-10-31 | 1 | -1/+1 |