summaryrefslogtreecommitdiff
path: root/libc/string
AgeCommit message (Expand)Author
2010-09-15sh: move data without fetching cache block within the memsetSalvatore Cro
2010-06-24use uniform form of C99 keywordsBernhard Reutner-Fischer
2010-06-14sh4: Fixes for SH-4 without an FPUCarmelo Amoroso
2010-06-04strverscmp: I forgot to export itDenys Vlasenko
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-10libc_sh: Update memcpy to use the ENTRY macroCarmelo Amoroso
2009-12-19Merge commit 'origin/master' into nptlAustin Foxley
2009-12-19x86_64: fix multiple definition of chk functionsAustin Foxley
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-14sh: fix endianess and optimise the SH4 memcpyGiuseppe Cavallaro
2009-11-22sh: Add new optimisation to the SH4 memcpyAustin Foxley
2009-10-10drop __BCC__ cruft from string codeMike Frysinger
2009-09-19remove a few more empty #if/#endif pairsDenys Vlasenko
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-09strsignal.c: whitespace fixes, no code changes (verified with objdump)Denys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-21libc/string/i386/string.h: fix -O0 build failureDenys Vlasenko
2009-07-20relocate i386 string.h to i386-specific dirMike Frysinger
2009-07-14sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro
2009-07-01Correct ARM memcpy comments.Joseph Myers
2009-06-30Fix Thumb-2 memcpy.Joseph Myers
2009-04-23libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko
2009-02-13- fix link failures coming from recently added, misplaced strverscmp.Bernhard Reutner-Fischer
2009-02-08forgot to add libc/string/generic/strverscmp.cDenis Vlasenko
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-20libc/string/i386/rawmemchr.c: i386 version, adapted from strlen()Denis Vlasenko
2008-12-20string/i386/strncpy.c: fixlet for testing codeDenis Vlasenko
2008-12-20string/i386/strncpy: faster i386 version (same code size), testing codeDenis Vlasenko
2008-12-19strchr: a bit faster version for i386 (same code size)Denis Vlasenko
2008-12-19memmove: smaller one for i386, with added testing, and withDenis Vlasenko
2008-12-19strncat: shorter version for i386, add small embedded testDenis Vlasenko
2008-12-19string/i386: smaller, and hopefully easier to read, strnlen().Denis Vlasenko
2008-12-17fix for build failures resulting from "string ops for i386" changeDenis Vlasenko
2008-12-17since gcc -Os hates us and does not inline string ops,Denis Vlasenko
2008-12-17memchr: smaller i386 versionDenis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-13string/generic/memcmp.c: remove some really paranoid guardsDenis Vlasenko
2008-12-12*: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko
2008-12-09smaller memcpyDenis Vlasenko
2008-12-04Go deeper while cleaning string directory to removeCarmelo Amoroso
2008-11-26libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko
2008-11-25Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko