| Commit message (Expand) | Author | Age | Files | Lines |
* | SSE4.2 strstr/strcasestr for x86-64. | H.J. Lu | 2009-07-20 | 2 | -4/+15 |
* | SSSE3 strcpy/stpcpy for x86-64 | H.J. Lu | 2009-07-02 | 2 | -11/+13 |
* | Add SSE4.2 support for strcmp and strncmp on x86-64. | H.J. Lu | 2009-06-22 | 1 | -5/+7 |
* | Fix x86-64 memchr for large lengths. | Jakub Jelinek | 2009-06-16 | 1 | -2/+7 |
* | Remove redundant .gitignore files. | Andreas Schwab | 2009-05-16 | 1 | -6/+0 |
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
* | * string/stratcliff.c (do_test): Test for zero length | Ulrich Drepper | 2009-05-09 | 1 | -9/+27 |
* | * string/stratcliff.c (do_test): Add memchr tests.. | Ulrich Drepper | 2009-04-07 | 1 | -1/+33 |
* | * string/strverscmp.c (__strverscmp): Fix last cleanups. cvs/fedora-glibc-20090407T0657 | Ulrich Drepper | 2009-04-07 | 4 | -4/+8 |
* | [BZ #5807] | Ulrich Drepper | 2009-03-15 | 1 | -49/+3 |
* | [BZ #9893] | Ulrich Drepper | 2009-03-14 | 1 | -0/+62 |
* | [BZ #9913] | Ulrich Drepper | 2009-03-14 | 2 | -34/+31 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 2 | -9/+28 |
* | * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index, | Ulrich Drepper | 2009-01-30 | 2 | -18/+192 |
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2009-01-29 | 1 | -1/+92 |
* | * string/Makefile (strop-tests): Add memmem. | Ulrich Drepper | 2008-05-25 | 3 | -5/+194 |
* | * string/endian.h: Define new fixed-size hto* and *toh macros only | Ulrich Drepper | 2008-05-21 | 1 | -32/+34 |
* | * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp. cvs/fedora-glibc-20080516T2152 | Ulrich Drepper | 2008-05-16 | 1 | -1/+1 |
* | * string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735 | Ulrich Drepper | 2008-05-15 | 5 | -206/+579 |
* | [BZ #6442] | Ulrich Drepper | 2008-05-15 | 3 | -3/+151 |
* | * string/tester.c (test_memcmp): Add a few more tests. | Ulrich Drepper | 2008-05-11 | 1 | -8/+26 |
* | [BZ #6007] | Ulrich Drepper | 2008-03-31 | 1 | -12/+12 |
* | [BZ #5614] | Ulrich Drepper | 2008-01-15 | 2 | -8/+11 |
* | [BZ #5113] | Ulrich Drepper | 2007-10-05 | 1 | -2/+2 |
* | * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy, cvs/fedora-glibc-20071003T1908 | Ulrich Drepper | 2007-10-03 | 1 | -127/+3 |
* | * de_DE.in: Adjust for correct handling of backward direction sorting. | Ulrich Drepper | 2007-10-02 | 1 | -6/+18 |
* | [BZ #4963] | Ulrich Drepper | 2007-09-23 | 1 | -129/+193 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 2 | -33/+127 |
* | * nis/nis_table.c (nis_list): Don't fail if __follow_path returned | Ulrich Drepper | 2007-08-22 | 1 | -1/+1 |
* | [BZ #4582] | Ulrich Drepper | 2007-08-22 | 1 | -2/+3 |
* | (strfry): Make result more random. | Ulrich Drepper | 2007-05-08 | 1 | -6/+4 |
* | * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130 | Ulrich Drepper | 2007-03-17 | 1 | -0/+1 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 3 | -7/+7 |
* | * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923 | Ulrich Drepper | 2007-02-01 | 4 | -2/+82 |
* | * posix/execvp.c: Include alloca.h. | Ulrich Drepper | 2007-01-03 | 1 | -1/+2 |
* | * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization | Ulrich Drepper | 2006-11-10 | 2 | -6/+46 |
* | * string/Makefile (tests): Add tst-strxfrm2. | Ulrich Drepper | 2006-11-09 | 3 | -5/+51 |
* | [BZ #2751] cvs/fedora-glibc-20060822T0706 | Ulrich Drepper | 2006-08-22 | 1 | -3/+4 |
* | * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't | Ulrich Drepper | 2006-06-22 | 1 | -3/+4 |
* | * string/Makefile (tests): Add bug-envz1. | Ulrich Drepper | 2006-06-04 | 2 | -1/+78 |
* | [BZ #2703] | Ulrich Drepper | 2006-06-04 | 1 | -2/+2 |
* | * io/ftw.c (open_dir_stream): Return right away if REALLOC fails. | Ulrich Drepper | 2006-05-10 | 1 | -3/+2 |
* | [BZ #2508] | Roland McGrath | 2006-04-04 | 1 | -0/+2 |
* | * string/tester.c (test_strnlen): New function. | Roland McGrath | 2006-02-20 | 1 | -0/+31 |
* | [BZ #2126] | Ulrich Drepper | 2006-01-10 | 2 | -2/+47 |
* | * posix/tst-execle1.c (do_test): Add a const. | Roland McGrath | 2005-12-27 | 14 | -71/+84 |
* | Moved to csu/errno-loc.c. | Ulrich Drepper | 2005-12-14 | 40 | -0/+4133 |
* | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 2005-12-14 | 3 | -0/+179 |
* | [BZ #1877] | Ulrich Drepper | 2005-11-18 | 1 | -8/+33 |
* | [BZ #1877] | Ulrich Drepper | 2005-11-17 | 1 | -4/+56 |