Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort Versions files | Andreas Jaeger | 2013-02-17 | 1 | -2/+2 |
| | |||||
* | Remove bounded-pointers build system support. | Joseph Myers | 2013-02-15 | 1 | -4/+0 |
| | |||||
* | Remove miscellaneous bounded-pointers relics in C code. | Joseph Myers | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 2013-02-14 | 1 | -6/+1 |
| | |||||
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | Call memcpy in generic mempcpy | Ondrej Bilka | 2013-02-13 | 1 | -36/+2 |
| | |||||
* | Fix typo, improve comment, remove superfluous #undefs, add missing #undef. | Tom de Vries | 2013-02-12 | 1 | -5/+7 |
| | |||||
* | Remove dead CFLAGS lines from string/Makefile | Tom de Vries | 2013-02-11 | 1 | -2/+0 |
| | |||||
* | Remove dead variable in generic strcpy. | Roland McGrath | 2013-02-08 | 1 | -3/+0 |
| | |||||
* | Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code. | Joseph Myers | 2013-02-08 | 1 | -5/+2 |
| | |||||
* | Remove lots of inline keywords. | Roland McGrath | 2013-02-07 | 1 | -3/+0 |
| | |||||
* | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 2013-01-11 | 2 | -15/+9 |
| | |||||
* | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Remove __GNUC__ conditions for "long long" from string.h and wchar.h. | Joseph Myers | 2013-01-10 | 1 | -2/+0 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 149 | -158/+149 |
| | |||||
* | BZ#14317: Optimze __xpg_strerror_r | 2012-12-27 Bruno Haible | 2012-12-27 | 1 | -9/+15 |
| | | | | | | [BZ #14317] * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen only if needed. | ||||
* | Use memcpy in memmove when possible | Maxim Kuvyrkov | 2012-11-06 | 1 | -1/+5 |
| | |||||
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Add string IFUNC tests | H.J. Lu | 2012-10-19 | 60 | -23/+709 |
| | |||||
* | Add a testcase for BZ #14716 | H.J. Lu | 2012-10-19 | 1 | -3/+32 |
| | |||||
* | Fix BZ #14716: memmem crash | Maxim Kuvyrkov | 2012-10-15 | 1 | -2/+2 |
| | |||||
* | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab | 2012-10-12 | 1 | -1/+2 |
| | |||||
* | Framework to test IFUNC implementations on target | H.J. Lu | 2012-10-11 | 1 | -1/+56 |
| | |||||
* | Use IFUNC memmove/memset in x86-64 bcopy/bzero | H.J. Lu | 2012-10-11 | 5 | -15/+124 |
| | | | | Also add separate tests for bcopy and bzero. | ||||
* | Fix BZ #14602: strstr and strcasestr return wrong result. | Maxim Kuvyrkov | 2012-10-08 | 3 | -18/+27 |
| | |||||
* | Add a strstr test for page boundary | H.J. Lu | 2012-10-06 | 1 | -1/+6 |
| | |||||
* | Add a testase for BZ #14602 | H.J. Lu | 2012-10-05 | 1 | -0/+12 |
| | |||||
* | Test strcasestr/strchr/strstr under all implementations | H.J. Lu | 2012-10-05 | 7 | -89/+77 |
| | |||||
* | Micro-optimize critical path of strstr, strcase and memmem. | Maxim Kuvyrkov | 2012-08-21 | 3 | -1/+12 |
| | |||||
* | Use pointers for traversing arrays in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 2 | -18/+49 |
| | |||||
* | Detect EOL on-the-fly in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 5 | -13/+91 |
| | |||||
* | Optimize first-character loop of strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 1 | -1/+14 |
| | |||||
* | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva | 2012-08-15 | 1 | -4/+14 |
| | | | | | | | | | | | | 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> [BZ #14195] * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix segmentation fault for a case of two empty input strings. * string/test-strncasecmp.c (check1): Renamed to... (bz12205): ...this. (bz14195): Add new testcase for two empty input strings and N > 0. (test_main): Call new testcase, adapt for renamed function. | ||||
* | Remove local redefinition of MAX macro. | Roland McGrath | 2012-08-15 | 1 | -5/+2 |
| | |||||
* | Make endian.h usable for assembler | Chung-Lin Tang | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Add __wur to GNU version of strerror_r. | Cyril Hrubis | 2012-06-15 | 1 | -3/+2 |
| | | | | | | | | Not using the result of the GNU strerror_r() is always a mistake. Moreover this would generate warning if XSI version was expected but GNU version was used instead (because some random used header defined _GNU_SOURCE which was Python.h in this case). | ||||
* | Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S | H.J. Lu | 2012-06-14 | 2 | -1/+39 |
| | |||||
* | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 2012-06-01 | 1 | -6/+2 |
| | |||||
* | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | 2012-05-24 | 2 | -4/+4 |
| | |||||
* | Fix strspn warning with -Wconversion | Andreas Jaeger | 2012-05-09 | 1 | -2/+2 |
| | | | | | | | | [BZ #14083] Fix warning when using strspn with -Wconversion: $ gcc -Wconversion -O t.c t.c: In function ‘main’: t.c:8:7: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] | ||||
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 2 | -13/+13 |
| | |||||
* | Remove all traces of reg_char. | David S. Miller | 2012-04-18 | 11 | -20/+12 |
| | | | | | | | | | | | | | | | | | | | * sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise. | ||||
* | Add byteswap-16.h for __bswap_16 | H.J. Lu | 2012-04-06 | 1 | -2/+2 |
| | |||||
* | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger | 2012-04-03 | 2 | -11/+18 |
| | | | | | | | | | [BZ#13926] Currently __bswap_64 is not defined at all for non-GCC compilers. Define it but guard it with __GLIBC_HAVE_LONG_LONG. endian.h uses __bswap_64, make the functions only available if __GLIBC_HAVE_LONG_LONG is defined. | ||||
* | Testsuite #include fixes. | Thomas Schwinge | 2012-04-02 | 3 | -3/+8 |
| | |||||
* | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -3/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 115 | -345/+230 |
| | |||||
* | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 4 | -26/+8 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 6 | -322/+313 |
| | | | | No more __const. |