aboutsummaryrefslogtreecommitdiff
path: root/string/string.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer1-0/+13
2023-04-06<string.h>: Make strchrnul, strcasestr, memmem available by defaultFlorian Weimer1-3/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-03string.h: Fix boolean spelling in commentsH.J. Lu1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein1-0/+16
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers1-1/+1
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella1-0/+7
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella1-0/+8
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-12/+21
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-05<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar1-1/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-13Declare memccpy, strdup, strndup for C2X.Joseph Myers1-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-3/+3
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg1-1/+2
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg1-17/+0
2017-06-20Remove bits/string.h.Zack Weinberg1-21/+1
2017-06-122017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-8/+0
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-14/+0
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg1-106/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg1-0/+4
2016-11-16Correct comments in string.h re strcoll_l, strxfrm_l.Zack Weinberg1-5/+3
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-3/+5
2016-04-15Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra1-3/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra1-0/+19
2015-03-04Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab1-6/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-6/+5
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-2/+2
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-23Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.Brooks Moses1-2/+6
2013-01-10Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers1-2/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-06-15Add __wur to GNU version of strerror_r.Cyril Hrubis1-3/+2
2012-04-29Fix attributes for fortify functions.Marek Polacek1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-89/+87
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-2/+4
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-9/+11
2009-01-30* string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,Ulrich Drepper1-15/+134
2009-01-29 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-1/+92
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-1/+1