about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Hide internal __strsep function [BZ #18822]H.J. Lu2017-10-011-0/+1
* string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu2017-08-231-109/+167
* Mark internal argz functions with attribute_hidden [BZ #18822]H.J. Lu2017-08-181-26/+0
* Do not use __ptr_t.Joseph Myers2017-08-082-19/+13
* Increase some test timeouts.Joseph Myers2017-07-061-1/+1
* x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer2017-06-231-5/+6
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-206-11/+11
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-202-2/+4
* Fix fallout from bits/string.h removal.Zack Weinberg2017-06-201-17/+0
* Remove bits/string.h.Zack Weinberg2017-06-205-70/+31
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-141-5/+5
* Fix build issue on x86.Wilco Dijkstra2017-06-121-0/+1
* 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2017-06-124-134/+4
* Add more tests for memchrH.J. Lu2017-06-081-0/+17
* Add memchr tests for n == 0H.J. Lu2017-05-251-0/+4
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-0/+12
* Fix rawmemchr build with GCC 8.Joseph Myers2017-05-101-0/+8
* Add page tests to string/test-strnlen.Wainer dos Santos Moschetta2017-04-051-0/+54
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-291-0/+6
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-2344-93/+87
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-14/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-59/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-013-3/+2
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-4/+0
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-252-2/+2
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-162-0/+3
* Clean up redundancies between string.h and strings.h.Zack Weinberg2017-02-162-141/+37
* 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
* string/tst-strcoll-overflow: Do not accept timeout as test resultFlorian Weimer2017-01-252-24/+18
* S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]Stefan Liebler2017-01-171-0/+8
* Make endian-conversion macros always return correct types (bug 16458).Joseph Myers2017-01-113-14/+65
* 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-054-21/+54
* Fix string/tester.c for GCC 7 -Wstringop-overflow=.Joseph Myers2017-01-041-0/+57
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-031-0/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01126-126/+126
* Fix x86_64 memchr for large input sizesAdhemerval Zanella2016-12-271-5/+4
* Disable stack protector in early static initialization [BZ #7065]Nick Alcock2016-12-261-0/+4
* This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra2016-12-213-113/+67
* Do not require memset elimination in explicit_bzero testFlorian Weimer2016-12-202-9/+20
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-168-4/+375
* Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella2016-12-161-2/+2
* Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella2016-12-161-9/+29
* Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra2016-12-144-89/+49
* Improve generic rawmemchr for targets that don't have anWilco Dijkstra2016-12-141-149/+6
* Correct comments in string.h re strcoll_l, strxfrm_l.Zack Weinberg2016-11-161-5/+3
* Fix typo in string/bits/string2.h.Zack Weinberg2016-11-141-1/+1
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-291-0/+13
* Remove C++ style comments from string3.hAdhemerval Zanella2016-09-291-1/+1