summaryrefslogtreecommitdiff
path: root/libc/string
AgeCommit message (Expand)Author
2012-06-15*_strerror_r.c: keep all occurences in sync with string.hPeter S. Mazinger
2012-06-15__xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untypedPeter S. Mazinger
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger
2011-05-03string: remove unused variableBernhard Reutner-Fischer
2011-03-10str[n]casecmp.c: fix hidden usagePeter S. Mazinger
2011-03-09remove unused hidden functionsPeter S. Mazinger
2011-03-09frv/memset.S: add missing libc_hidden_defPeter S. Mazinger
2011-03-09memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger
2011-03-09_collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll*Peter S. Mazinger
2011-03-09wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger
2011-03-09guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger
2011-03-06simplify ffs* codePeter S. Mazinger
2011-03-05Implement ffsl and ffsll.Bernd Schmidt
2011-03-03strcpy: remove unneeded includes from the generic versionPeter S. Mazinger
2010-12-14sh: fix memcpy saving/restoring FR12-FR15 registersGiuseppe Cavallaro
2010-11-10microblaze: optimized memcpy/memmoveSteven J. Magnani
2010-09-15sh: update the memcpy adding a new loop with aggressive prefetchingSalvatore Cro
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