summaryrefslogtreecommitdiffstats
path: root/libc/string
Commit message (Expand)AuthorAgeFilesLines
* string: remove unused variableBernhard Reutner-Fischer2011-05-031-3/+1
* str[n]casecmp.c: fix hidden usagePeter S. Mazinger2011-03-102-2/+2
* remove unused hidden functionsPeter S. Mazinger2011-03-094-10/+7
* frv/memset.S: add missing libc_hidden_defPeter S. Mazinger2011-03-091-0/+1
* memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger2011-03-092-2/+0
* _collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll*Peter S. Mazinger2011-03-091-1/+0
* wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger2011-03-092-18/+5
* ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-094-5/+12
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-092-7/+3
* simplify ffs* codePeter S. Mazinger2011-03-062-16/+9
* Implement ffsl and ffsll.Bernd Schmidt2011-03-052-6/+50
* strcpy: remove unneeded includes from the generic versionPeter S. Mazinger2011-03-031-3/+0
* sh: fix memcpy saving/restoring FR12-FR15 registersGiuseppe Cavallaro2010-12-141-3/+15
* microblaze: optimized memcpy/memmoveSteven J. Magnani2010-11-103-0/+687
* sh: update the memcpy adding a new loop with aggressive prefetchingSalvatore Cro2010-09-151-21/+107
* sh: move data without fetching cache block within the memsetSalvatore Cro2010-09-151-28/+34
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-241-10/+10
* sh4: Fixes for SH-4 without an FPUCarmelo Amoroso2010-06-143-3/+7
* strverscmp: I forgot to export itDenys Vlasenko2010-06-041-0/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
| * libc_sh: Update memcpy to use the ENTRY macroCarmelo Amoroso2010-02-101-8/+3
* | Merge commit 'origin/master' into nptlAustin Foxley2009-12-194-1/+7
|\|
| * x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-194-1/+7
| * build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-162-3/+3
| * sh: fix endianess and optimise the SH4 memcpyGiuseppe Cavallaro2009-12-141-2/+107
* | build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-162-3/+3
* | sh: Add new optimisation to the SH4 memcpyAustin Foxley2009-11-228-11/+553
|/
* drop __BCC__ cruft from string codeMike Frysinger2009-10-1014-131/+11
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-192-7/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-189-16/+6
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1863-128/+0
* strsignal.c: whitespace fixes, no code changes (verified with objdump)Denys Vlasenko2009-09-091-21/+17
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* libc/string/i386/string.h: fix -O0 build failureDenys Vlasenko2009-07-211-0/+22
* relocate i386 string.h to i386-specific dirMike Frysinger2009-07-201-0/+316
* sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro2009-07-141-12/+12
* Correct ARM memcpy comments.Joseph Myers2009-07-011-1/+2
* Fix Thumb-2 memcpy.Joseph Myers2009-06-301-1/+1
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56
* - fix link failures coming from recently added, misplaced strverscmp.Bernhard Reutner-Fischer2009-02-131-0/+0
* forgot to add libc/string/generic/strverscmp.cDenis Vlasenko2009-02-081-0/+117
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-1/+1
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-1/+1
* libc/string/i386/rawmemchr.c: i386 version, adapted from strlen()Denis Vlasenko2008-12-202-9/+33
* string/i386/strncpy.c: fixlet for testing codeDenis Vlasenko2008-12-202-1/+48
* string/i386/strncpy: faster i386 version (same code size), testing codeDenis Vlasenko2008-12-206-28/+47
* strchr: a bit faster version for i386 (same code size)Denis Vlasenko2008-12-191-15/+17
* memmove: smaller one for i386, with added testing, and withDenis Vlasenko2008-12-191-20/+32
* strncat: shorter version for i386, add small embedded testDenis Vlasenko2008-12-194-55/+106