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