summaryrefslogtreecommitdiff
path: root/string/bits
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix strspn warning with -WconversionAndreas Jaeger2012-05-091-2/+2
* Fix attributes for fortify functions.Marek Polacek2012-04-291-12/+12
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-092-6/+4
* Remove pre-ISO C supportUlrich Drepper2012-01-072-175/+173
* Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2010-12-091-5/+3
* Avoid memset warning in one case.Caolan McNamara2009-11-101-2/+3
* [BZ #5614]Ulrich Drepper2008-01-151-6/+5
* [BZ #5113]Ulrich Drepper2007-10-051-2/+2
* * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,cvs/fedora-glibc-20071003T1908Ulrich Drepper2007-10-031-127/+3
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-32/+126
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-172-4/+4
* * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper2005-08-081-17/+18
* Pretty printing.Ulrich Drepper2005-07-151-1/+1
* * wcsmbs/bits/wchar2.h: New file.Ulrich Drepper2005-07-151-0/+16
* [BZ #779]Ulrich Drepper2005-03-191-18/+9
* * posix/bits/unistd.h: Avoid calling __*_chk variants if we canUlrich Drepper2005-03-011-3/+3
* * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memoryUlrich Drepper2005-02-211-4/+13