130 Commits (4c4e90ccf8e44db24d288305aef2162c8e97fb51)

Author SHA1 Message Date
Paul Eggert 2b778ceb40 Update copyright dates with scripts/update-copyrights 5 years ago
Siddhesh Poyarekar 2a3224c536 string: Enable __FORTIFY_LEVEL=3 5 years ago
Siddhesh Poyarekar 7163ace331 Use __builtin___stpncpy_chk when available 5 years ago
Siddhesh Poyarekar dc274b1416 Remove __warn_memset_zero_len [BZ #25399] 6 years ago
Martin Sebor 06febd8c67 improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] 6 years ago
Joseph Myers d614a75396 Update copyright dates with scripts/update-copyrights. 6 years ago
Alistair Francis aa706e13f4 Split up endian.h to minimize exposure of BYTE_ORDER. 7 years ago
Paul Eggert 5a82c74822 Prefer https to http for gnu.org and fsf.org URLs 7 years ago
Joseph Myers 04277e02d7 Update copyright dates with scripts/update-copyrights. 7 years ago
Joseph Myers 688903eb3e Update copyright dates with scripts/update-copyrights. 8 years ago
Zack Weinberg 09a596cc2c Remove bits/string.h. 10 years ago
Wilco Dijkstra 18b10de7ce 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> 9 years ago
Wilco Dijkstra ae65d4f3c3 Remove the str(n)dup inlines from string/bits/string2.h. Although inlining 9 years ago
Wilco Dijkstra f7db120f67 Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp 9 years ago
Wilco Dijkstra 40b7fbf273 GLIBC uses strchr (s, '\0') as an idiom to find the end of a string. 9 years ago
Adhemerval Zanella 75dafa2f32 Move fortified explicit_bzero back to string3 9 years ago
Adhemerval Zanella 38765ab68f Use fortify macros for b{zero,copy} along decl from strings.h 9 years ago
Joseph Myers bfff8b1bec Update copyright dates with scripts/update-copyrights. 9 years ago
Wilco Dijkstra 5625f666ce This patch cleans up the strsep implementation and improves performance. 9 years ago
Zack Weinberg ea1bd74def New string function explicit_bzero (from OpenBSD). 10 years ago
Wilco Dijkstra d58ab810a6 Improve strtok and strtok_r performance. Instead of calling strpbrk which 9 years ago
Zack Weinberg 9601d3ad78 Fix typo in string/bits/string2.h. 10 years ago
Adhemerval Zanella 458d6339b7 Remove C++ style comments from string3.h 10 years ago
Wilco Dijkstra d20dce250a Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compatibility 10 years ago
Wilco Dijkstra 155bc2a502 Remove pre GCC3.2 optimizations from string/bits/string2.h. 10 years ago
Adhemerval Zanella 282b71f07e Improve generic strpbrk performance 10 years ago
Adhemerval Zanella 91f3b75f47 Improve generic strspn performance 10 years ago
Wilco Dijkstra d3496c9f4f Improve generic strcspn performance 10 years ago
H.J. Lu 16396c41de Add _STRING_INLINE_unaligned and string_private.h 10 years ago
Joseph Myers f7a9f785e5 Update copyright dates with scripts/update-copyrights. 10 years ago
Zack Weinberg 8ff5e0ec49 stpncpy: fix size checking [BZ #18975] 11 years ago
Joseph Myers b168057aaa Update copyright dates with scripts/update-copyrights. 11 years ago
Siddhesh Poyarekar 1721f0a406 Don't use __warn_memset_zero_len for gcc-5.0 or newer 12 years ago
Andreas Schwab 3d7c00e3a9 Update feature guard for strdup/strndup in <bits/string2.h> 12 years ago
Joseph Myers acd7f096d7 Complete _BSD_SOURCE / _SVID_source followup cleanup. 12 years ago
Joseph Myers ed9a38e21b Clean up trivially redundant __USE_MISC conditionals. 12 years ago
Joseph Myers 498afc54df Combine __USE_BSD and __USE_SVID into __USE_MISC. 12 years ago
Allan McRae d4697bc93d Update copyright notices with scripts/update-copyrights 12 years ago
Joseph Myers 2e09a79ada Avoid use of "register" as optimization hint. 13 years ago
Ondrej Bilka a07c5731d6 Remove duplicate __strcmp_cg 13 years ago
Joseph Myers 2bdd4ca6b6 Remove miscellaneous bounded-pointers relics in C code. 13 years ago
Joseph Myers 568035b787 Update copyright notices with scripts/update-copyrights. 13 years ago
Andreas Jaeger 1a4b75a190 Fix strspn warning with -Wconversion 14 years ago
Marek Polacek 5ac3ea17df Fix attributes for fortify functions. 14 years ago
Paul Eggert 59ba27a63a Replace FSF snail mail address with URLs. 14 years ago
Ulrich Drepper a784e50247 Remove pre-ISO C support 14 years ago
Jakub Jelinek 42acbb92c8 Fix -D_FORTIFY_SOURCE memmove and bcop 16 years ago
Caolan McNamara 6515a01fc1 Avoid memset warning in one case. 17 years ago
Ulrich Drepper ebca8f730e [BZ #5614] 19 years ago
Ulrich Drepper a83b5649c5 [BZ #5113] 19 years ago