Age | Commit message (Expand) | Author |
2011-03-09 | remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | frv/memset.S: add missing libc_hidden_def | Peter S. Mazinger |
2011-03-09 | memmem.c, string.h: remove unused hidden memmem | Peter S. Mazinger |
2011-03-09 | _collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll* | Peter S. Mazinger |
2011-03-09 | wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpy | Peter S. Mazinger |
2011-03-09 | ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | guard *_chk() related stuff with UCLIBC_HAS_FORTIFY | Peter S. Mazinger |
2011-03-06 | simplify ffs* code | Peter S. Mazinger |
2011-03-05 | Implement ffsl and ffsll. | Bernd Schmidt |
2011-03-03 | strcpy: remove unneeded includes from the generic version | Peter S. Mazinger |
2010-12-14 | sh: fix memcpy saving/restoring FR12-FR15 registers | Giuseppe Cavallaro |
2010-11-10 | microblaze: optimized memcpy/memmove | Steven J. Magnani |
2010-09-15 | sh: update the memcpy adding a new loop with aggressive prefetching | Salvatore Cro |
2010-09-15 | sh: move data without fetching cache block within the memset | Salvatore Cro |
2010-06-24 | use uniform form of C99 keywords | Bernhard Reutner-Fischer |
2010-06-14 | sh4: Fixes for SH-4 without an FPU | Carmelo Amoroso |
2010-06-04 | strverscmp: I forgot to export it | Denys Vlasenko |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-10 | libc_sh: Update memcpy to use the ENTRY macro | Carmelo Amoroso |
2009-12-19 | Merge commit 'origin/master' into nptl | Austin Foxley |
2009-12-19 | x86_64: fix multiple definition of chk functions | Austin Foxley |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-12-14 | sh: fix endianess and optimise the SH4 memcpy | Giuseppe Cavallaro |
2009-11-22 | sh: Add new optimisation to the SH4 memcpy | Austin Foxley |
2009-10-10 | drop __BCC__ cruft from string code | Mike Frysinger |
2009-09-19 | remove a few more empty #if/#endif pairs | Denys Vlasenko |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-09 | strsignal.c: whitespace fixes, no code changes (verified with objdump) | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-21 | libc/string/i386/string.h: fix -O0 build failure | Denys Vlasenko |
2009-07-20 | relocate i386 string.h to i386-specific dir | Mike Frysinger |
2009-07-14 | sh: Fix up optimized SH-4 memcpy on big endian. | Giuseppe Cavallaro |
2009-07-01 | Correct ARM memcpy comments. | Joseph Myers |
2009-06-30 | Fix Thumb-2 memcpy. | Joseph Myers |
2009-04-23 | libc/string/i386/memset.c: memset 1 byte at a time is a bit gross | Denis Vlasenko |
2009-02-13 | - fix link failures coming from recently added, misplaced strverscmp. | Bernhard Reutner-Fischer |
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 |