| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 1 | -1/+1 |
* | string.h: Fix boolean spelling in comments | H.J. Lu | 2022-06-03 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | String: Add support for __memcmpeq() ABI on all targets | Noah Goldstein | 2021-10-26 | 1 | -0/+16 |
* | Correct access attribute on memfrob (bug 28475) | Joseph Myers | 2021-10-20 | 1 | -1/+1 |
* | Don't add access size hints to fortifiable functions | Siddhesh Poyarekar | 2021-10-20 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 2020-07-07 | 1 | -0/+7 |
* | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella | 2020-07-07 | 1 | -0/+8 |
* | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] | Martin Sebor | 2020-05-04 | 1 | -12/+21 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232] | Kamlesh Kumar | 2019-12-05 | 1 | -1/+2 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Declare memccpy, strdup, strndup for C2X. | Joseph Myers | 2019-08-13 | 1 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 1 | -3/+3 |
* | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2017-06-20 | 1 | -1/+2 |
* | Fix fallout from bits/string.h removal. | Zack Weinberg | 2017-06-20 | 1 | -17/+0 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 1 | -21/+1 |
* | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 2017-06-12 | 1 | -8/+0 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 1 | -14/+0 |
* | Clean up redundancies between string.h and strings.h. | Zack Weinberg | 2017-02-16 | 1 | -106/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 1 | -0/+4 |
* | Correct comments in string.h re strcoll_l, strxfrm_l. | Zack Weinberg | 2016-11-16 | 1 | -5/+3 |
* | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 2016-08-02 | 1 | -3/+5 |
* | Remove pre GCC3.2 optimizations from string/bits/string2.h. | Wilco Dijkstra | 2016-04-15 | 1 | -3/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Improve performance of mempcpy by inlining and using memcpy. Enable | Wilco Dijkstra | 2015-08-05 | 1 | -0/+19 |
* | Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631) | Andreas Schwab | 2015-03-04 | 1 | -6/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2014-02-21 | 1 | -6/+5 |
* | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 2014-02-13 | 1 | -2/+2 |
* | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 2014-02-12 | 1 | -4/+4 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang. | Brooks Moses | 2013-12-23 | 1 | -2/+6 |
* | Remove __GNUC__ conditions for "long long" from string.h and wchar.h. | Joseph Myers | 2013-01-10 | 1 | -2/+0 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Add __wur to GNU version of strerror_r. | Cyril Hrubis | 2012-06-15 | 1 | -3/+2 |
* | 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 | -89/+87 |
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 1 | -2/+4 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -9/+11 |
* | * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index, | Ulrich Drepper | 2009-01-30 | 1 | -15/+134 |
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2009-01-29 | 1 | -1/+92 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923 | Ulrich Drepper | 2007-02-01 | 1 | -1/+7 |
* | 2004-10-15 Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2004-10-18 | 1 | -0/+5 |