about summary refs log tree commit diff
path: root/string/bits
Commit message (Expand)AuthorAgeFilesLines
* string: Improve fortify with clangAdhemerval Zanella2024-02-271-22/+34
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-013-3/+3
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-141-0/+36
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-063-3/+3
* string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich2022-05-231-1/+1
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-3/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-013-3/+3
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-2/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-023-3/+3
* string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-312-13/+22
* Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar2020-11-121-1/+8
* Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar2020-11-051-15/+0
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-013-3/+3
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-0/+49
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-072-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-012-2/+2
* Remove bits/string.h.Zack Weinberg2017-06-201-23/+6
* 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2017-06-121-119/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-59/+0
* Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra2017-02-151-58/+0
* GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra2017-02-101-10/+0
* Move fortified explicit_bzero back to string3Adhemerval Zanella2017-01-092-9/+9
* Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella2017-01-052-20/+44
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-012-2/+2
* This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra2016-12-211-90/+0
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-0/+9
* Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra2016-12-141-39/+0
* Fix typo in string/bits/string2.h.Zack Weinberg2016-11-141-1/+1
* Remove C++ style comments from string3.hAdhemerval Zanella2016-09-291-1/+1
* Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...Wilco Dijkstra2016-04-181-348/+0
* Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra2016-04-151-436/+20
* Improve generic strpbrk performanceAdhemerval Zanella2016-04-011-58/+3
* Improve generic strspn performanceAdhemerval Zanella2016-04-011-71/+3
* Improve generic strcspn performanceWilco Dijkstra2016-04-011-70/+3
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-181-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* stpncpy: fix size checking [BZ #18975]Zack Weinberg2015-08-141-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-022-2/+2
* Don't use __warn_memset_zero_len for gcc-5.0 or newerSiddhesh Poyarekar2014-11-271-0/+6
* Update feature guard for strdup/strndup in <bits/string2.h>Andreas Schwab2014-06-161-2/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-1/+1
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-1/+1
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-122-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-012-2/+2
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-13/+13
* Remove duplicate __strcmp_cgOndrej Bilka2013-05-011-24/+1
* Remove miscellaneous bounded-pointers relics in C code.Joseph Myers2013-02-151-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-022-2/+2