| Commit message (Expand) | Author | Age | Files | Lines |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 1 | -1/+1 |
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+1 |
* | libc/string/i386/rawmemchr.c: i386 version, adapted from strlen() | Denis Vlasenko | 2008-12-20 | 2 | -9/+33 |
* | string/i386/strncpy.c: fixlet for testing code | Denis Vlasenko | 2008-12-20 | 2 | -1/+48 |
* | string/i386/strncpy: faster i386 version (same code size), testing code | Denis Vlasenko | 2008-12-20 | 6 | -28/+47 |
* | strchr: a bit faster version for i386 (same code size) | Denis Vlasenko | 2008-12-19 | 1 | -15/+17 |
* | memmove: smaller one for i386, with added testing, and with | Denis Vlasenko | 2008-12-19 | 1 | -20/+32 |
* | strncat: shorter version for i386, add small embedded test | Denis Vlasenko | 2008-12-19 | 4 | -55/+106 |
* | string/i386: smaller, and hopefully easier to read, strnlen(). | Denis Vlasenko | 2008-12-19 | 1 | -16/+31 |
* | fix for build failures resulting from "string ops for i386" change | Denis Vlasenko | 2008-12-17 | 2 | -1/+2 |
* | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko | 2008-12-17 | 9 | -9/+9 |
* | memchr: smaller i386 version | Denis Vlasenko | 2008-12-17 | 2 | -26/+34 |
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 5 | -139/+3 |
* | string/generic/memcmp.c: remove some really paranoid guards | Denis Vlasenko | 2008-12-13 | 1 | -15/+2 |
* | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko | 2008-12-12 | 1 | -18/+9 |
* | smaller memcpy | Denis Vlasenko | 2008-12-09 | 1 | -14/+15 |
* | Go deeper while cleaning string directory to remove | Carmelo Amoroso | 2008-12-04 | 1 | -1/+1 |
* | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | 2008-11-26 | 13 | -37/+16 |
* | Make wcsxfrm visible also when LOCALE support is disabled. | Carmelo Amoroso | 2008-11-25 | 1 | -0/+1 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 8 | -23/+23 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 3 | -3/+3 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 4 | -5/+5 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 7 | -7/+7 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - improve readability, no objcode changes. | Bernhard Reutner-Fischer | 2008-10-31 | 1 | -13/+15 |
* | Use C implementation of strncmp. | Khem Raj | 2008-10-25 | 1 | -101/+0 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 25 | -853/+854 |
* | Fix compilation problem whit the following config options: | Carmelo Amoroso | 2008-10-01 | 2 | -3/+1 |
* | Rebased the memcpy() and memset() implementations for CRIS on the versions | Peter Kjellerstedt | 2008-09-26 | 2 | -420/+391 |
* | - silence warning about possibly undefined preprocessor token | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -2/+2 |
* | - commentary typo fix | Bernhard Reutner-Fischer | 2008-09-15 | 3 | -3/+3 |
* | xtensa: The Xtensa-specific strcmp.S file is testing the __UCLIBC_HAS_LOCALE_... | Chris Zankel | 2008-09-13 | 1 | -0/+1 |
* | Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelect... | Carmelo Amoroso | 2008-09-09 | 6 | -193/+1037 |
* | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso | 2008-09-09 | 1 | -1/+1 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 14 | -21/+21 |
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
* | Fix two more cases where a libc_hidden_proto was added to string.h while | Bernd Schmidt | 2008-06-11 | 2 | -0/+2 |
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 3 | -3/+0 |
* | fix fallout from libc_hidden_proto removal | Denis Vlasenko | 2008-06-02 | 2 | -1/+4 |
* | fix compile breakage in libc/string/wcscasecmp.c | Denis Vlasenko | 2008-06-01 | 1 | -0/+1 |
* | fix fallout from string.h libc_hidden_proto removal | Denis Vlasenko | 2008-05-31 | 2 | -8/+10 |
* | - cannot really guarantee proper order, so play safe and compile the problematic | Bernhard Reutner-Fischer | 2008-05-30 | 2 | -1/+2 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | arm memcpy: fix the case when src=dst | Denis Vlasenko | 2008-05-23 | 1 | -2/+1 |
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -10/+3 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 80 | -110/+112 |
* | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | 2008-04-24 | 3 | -3/+3 |
* | Fix indentation of comment in AVR32 memmove assembler optimization file. | Hans-Christian Egtvedt | 2008-04-24 | 1 | -1/+1 |
* | Fix whitespace damage in AVR32 string assembler optimized functions. | Hans-Christian Egtvedt | 2008-04-16 | 9 | -363/+363 |