520 Commits (89fb6835583088059b8d8987c86caac33e37e5ea)

Author SHA1 Message Date
Joseph Myers 2e09a79ada Avoid use of "register" as optimization hint. 13 years ago
Siddhesh Poyarekar 96df079a42 Add copyright header to test-strchrnul.c 13 years ago
Ryan S. Arnold e054f49430 Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 13 years ago
Ondrej Bilka a07c5731d6 Remove duplicate __strcmp_cg 13 years ago
Andreas Jaeger f238fd190b Sort Versions files 13 years ago
Joseph Myers daaa7713e9 Remove bounded-pointers build system support. 13 years ago
Joseph Myers 2bdd4ca6b6 Remove miscellaneous bounded-pointers relics in C code. 13 years ago
Joseph Myers e97ed6ddbe Remove bp-sym.h and BP_SYM uses from C code. 13 years ago
Joseph Myers 70d9946a44 Remove __ptrvalue, __bounded and __unbounded. 13 years ago
Ondrej Bilka 170704c9ec Call memcpy in generic mempcpy 13 years ago
Tom de Vries a175b684e2 Fix typo, improve comment, remove superfluous #undefs, add missing #undef. 13 years ago
Tom de Vries fe77fe6d51 Remove dead CFLAGS lines from string/Makefile 13 years ago
Roland McGrath 7f3e75f87a Remove dead variable in generic strcpy. 13 years ago
Joseph Myers b2c9eff43c Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code. 13 years ago
Roland McGrath f1d70dad53 Remove lots of inline keywords. 13 years ago
Joseph Myers 6a57d93130 Remove __GLIBC_HAVE_LONG_LONG. 13 years ago
H.J. Lu 740b3dbee8 Add --enable-hardcoded-path-in-tests configure option 13 years ago
Joseph Myers fed0faa1c6 Remove __GNUC__ conditions for "long long" from string.h and wchar.h. 13 years ago
Joseph Myers 568035b787 Update copyright notices with scripts/update-copyrights. 13 years ago
2012-12-27 Bruno Haible 7fffbdfff7 BZ#14317: Optimze __xpg_strerror_r 13 years ago
Maxim Kuvyrkov 19218757e6 Use memcpy in memmove when possible 14 years ago
Joseph Myers 03ac099f6b Define and use $(run-built-tests). 14 years ago
H.J. Lu 69f07e5fd1 Add string IFUNC tests 14 years ago
H.J. Lu 38c7829650 Add a testcase for BZ #14716 14 years ago
Maxim Kuvyrkov e9f3725206 Fix BZ #14716: memmem crash 14 years ago
Andreas Schwab ca38dc17d8 Avoid PLT references from __get_clockfreq on powerpc 14 years ago
H.J. Lu 11dd4af68c Framework to test IFUNC implementations on target 14 years ago
H.J. Lu 9a387d1f78 Use IFUNC memmove/memset in x86-64 bcopy/bzero 14 years ago
Maxim Kuvyrkov 57e605ba50 Fix BZ #14602: strstr and strcasestr return wrong result. 14 years ago
H.J. Lu 5d41d91a3e Add a strstr test for page boundary 14 years ago
H.J. Lu d7e0dab96d Add a testase for BZ #14602 14 years ago
H.J. Lu 03759f47db Test strcasestr/strchr/strstr under all implementations 14 years ago
Maxim Kuvyrkov bcca089526 Micro-optimize critical path of strstr, strcase and memmem. 14 years ago
Maxim Kuvyrkov 99677e5755 Use pointers for traversing arrays in strstr, strcasestr and memmem. 14 years ago
Maxim Kuvyrkov 400726deef Detect EOL on-the-fly in strstr, strcasestr and memmem. 14 years ago
Maxim Kuvyrkov 20a71f2c8a Optimize first-character loop of strstr, strcasestr and memmem. 14 years ago
Liubov Dmitrieva b3f479a85a Fix segmentation fault in strncasecmp for i686 14 years ago
Roland McGrath be75d75807 Remove local redefinition of MAX macro. 14 years ago
Chung-Lin Tang 36d54b744e Make endian.h usable for assembler 14 years ago
Cyril Hrubis a3aeac403e Add __wur to GNU version of strerror_r. 14 years ago
H.J. Lu 49bdf4c19d Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S 14 years ago
Andreas Schwab 5be8418cb0 Remove use of INTDEF/INTUSE in stdio-common 14 years ago
Andreas Schwab 56d25bb888 Remove use of INTDEF/INTUSE in intl 14 years ago
Andreas Jaeger 1a4b75a190 Fix strspn warning with -Wconversion 14 years ago
Marek Polacek 5ac3ea17df Fix attributes for fortify functions. 14 years ago
David S. Miller 50f81fd74b Remove all traces of reg_char. 14 years ago
H.J. Lu f8887d0a5f Add byteswap-16.h for __bswap_16 14 years ago
Andreas Jaeger b1aa60f32d Add __bswap_64 definition for non GCC compilers. 14 years ago
Thomas Schwinge 302cadd343 Testsuite #include fixes. 14 years ago
H.J. Lu eb96ffb07d Move stdio-common/_itoa.h to sysdeps/generic 14 years ago