aboutsummaryrefslogtreecommitdiff
path: root/string/bits
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-29Fix attributes for fortify functions.Marek Polacek1-12/+12
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert2-6/+4
2012-01-07Remove pre-ISO C supportUlrich Drepper2-175/+173
2010-12-09Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek1-5/+3
2009-11-10Avoid memset warning in one case.Caolan McNamara1-2/+3
2008-01-15[BZ #5614]Ulrich Drepper1-6/+5
2007-10-05[BZ #5113]Ulrich Drepper1-2/+2
2007-10-03* string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,cvs/fedora-glibc-20071003T1908Ulrich Drepper1-127/+3
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-32/+126
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2-4/+4
2005-08-08* posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper1-17/+18
2005-07-15Pretty printing.Ulrich Drepper1-1/+1
2005-07-15* wcsmbs/bits/wchar2.h: New file.Ulrich Drepper1-0/+16
2005-03-19[BZ #779]Ulrich Drepper1-18/+9
2005-03-01* posix/bits/unistd.h: Avoid calling __*_chk variants if we canUlrich Drepper1-3/+3
2005-02-21* sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memoryUlrich Drepper1-4/+13