summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2010-12-131-5/+3
* Add missing file.Ulrich Drepper2010-12-011-0/+14
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-12-011-1/+1
* Add test case for strstr problem.Ulrich Drepper2010-10-081-1/+3
* Fix strstr and memmem algorithm.Eric Blake2010-10-082-1/+27
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmpUlrich Drepper2010-10-081-37/+107
* Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu2010-04-151-4/+35
* Test case for last x86 memcmp problemH.J. Lu2010-03-241-4/+261
* Relax onditions in strings.h.Ulrich Drepper2010-01-141-2/+2
* Cleanup strings.h.Ulrich Drepper2010-01-101-14/+19
* Add support for XPG7 testing.Ulrich Drepper2010-01-093-8/+9
* Avoid memset warning in one case.Caolan McNamara2009-11-101-2/+3
* SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2009-07-202-4/+15
* SSSE3 strcpy/stpcpy for x86-64H.J. Lu2009-07-022-11/+13
* Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu2009-06-221-5/+7
* Fix x86-64 memchr for large lengths.Jakub Jelinek2009-06-161-2/+7
* Remove redundant .gitignore files.Andreas Schwab2009-05-161-6/+0
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
* * string/stratcliff.c (do_test): Test for zero lengthUlrich Drepper2009-05-091-9/+27
* * string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper2009-04-071-1/+33
* * string/strverscmp.c (__strverscmp): Fix last cleanups. cvs/fedora-glibc-20090407T0657Ulrich Drepper2009-04-074-4/+8
* [BZ #5807]Ulrich Drepper2009-03-151-49/+3
* [BZ #9893]Ulrich Drepper2009-03-141-0/+62
* [BZ #9913]Ulrich Drepper2009-03-142-34/+31
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-262-9/+28
* * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,Ulrich Drepper2009-01-302-18/+192
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2009-01-291-1/+92
* * string/Makefile (strop-tests): Add memmem.Ulrich Drepper2008-05-253-5/+194
* * string/endian.h: Define new fixed-size hto* and *toh macros onlyUlrich Drepper2008-05-211-32/+34
* * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp. cvs/fedora-glibc-20080516T2152Ulrich Drepper2008-05-161-1/+1
* * string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735Ulrich Drepper2008-05-155-206/+579
* [BZ #6442]Ulrich Drepper2008-05-153-3/+151
* * string/tester.c (test_memcmp): Add a few more tests.Ulrich Drepper2008-05-111-8/+26
* [BZ #6007]Ulrich Drepper2008-03-311-12/+12
* [BZ #5614]Ulrich Drepper2008-01-152-8/+11
* [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
* * de_DE.in: Adjust for correct handling of backward direction sorting.Ulrich Drepper2007-10-021-6/+18
* [BZ #4963]Ulrich Drepper2007-09-231-129/+193
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-152-33/+127
* * nis/nis_table.c (nis_list): Don't fail if __follow_path returnedUlrich Drepper2007-08-221-1/+1
* [BZ #4582]Ulrich Drepper2007-08-221-2/+3
* (strfry): Make result more random.Ulrich Drepper2007-05-081-6/+4
* * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130Ulrich Drepper2007-03-171-0/+1
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-173-7/+7
* * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923Ulrich Drepper2007-02-014-2/+82
* * posix/execvp.c: Include alloca.h.Ulrich Drepper2007-01-031-1/+2
* * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimizationUlrich Drepper2006-11-102-6/+46
* * string/Makefile (tests): Add tst-strxfrm2.Ulrich Drepper2006-11-093-5/+51
* [BZ #2751] cvs/fedora-glibc-20060822T0706Ulrich Drepper2006-08-221-3/+4