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