aboutsummaryrefslogtreecommitdiff
path: root/string/bits
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert3-3/+3
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer1-0/+36
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers3-3/+3
2022-05-23string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich1-1/+1
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar1-3/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert3-3/+3
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-2/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert3-3/+3
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2-13/+22
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar1-1/+8
2020-11-05Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar1-15/+0
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-2/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-0/+49
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2017-06-20Remove bits/string.h.Zack Weinberg1-23/+6
2017-06-122017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-119/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-59/+0
2017-02-15Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra1-58/+0
2017-02-10GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra1-10/+0
2017-01-09Move fortified explicit_bzero back to string3Adhemerval Zanella2-9/+9
2017-01-05Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella2-20/+44
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra1-90/+0
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg1-0/+9
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra1-39/+0
2016-11-14Fix typo in string/bits/string2.h.Zack Weinberg1-1/+1
2016-09-29Remove C++ style comments from string3.hAdhemerval Zanella1-1/+1
2016-04-18Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...Wilco Dijkstra1-348/+0
2016-04-15Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra1-436/+20
2016-04-01Improve generic strpbrk performanceAdhemerval Zanella1-58/+3
2016-04-01Improve generic strspn performanceAdhemerval Zanella1-71/+3
2016-04-01Improve generic strcspn performanceWilco Dijkstra1-70/+3
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu1-5/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2015-08-14stpncpy: fix size checking [BZ #18975]Zack Weinberg1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2014-11-27Don't use __warn_memset_zero_len for gcc-5.0 or newerSiddhesh Poyarekar1-0/+6
2014-06-16Update feature guard for strdup/strndup in <bits/string2.h>Andreas Schwab1-2/+2
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-1/+1
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-1/+1
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae2-2/+2
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-13/+13
2013-05-01Remove duplicate __strcmp_cgOndrej Bilka1-24/+1
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers2-2/+2
2012-05-09Fix strspn warning with -WconversionAndreas Jaeger1-2/+2