summaryrefslogtreecommitdiffstats
path: root/libc/string
Commit message (Expand)AuthorAgeFilesLines
* drop __BCC__ cruft from string codeMike Frysinger2009-10-1614-131/+11
* sh4: Reorder code in memmove.cCarmelo Amoroso2009-10-101-32/+30
* sh: Add new optimisation to the SH4 memcpyGiuseppe Cavallaro2009-09-271-2/+107
* sh: add assembly strcpy and strncpyGiuseppe Cavallaro2009-09-272-0/+71
* sh: add assembly strlen from KernelGiuseppe Cavallaro2009-09-271-0/+75
* sh: add assembly memchr from KernelGiuseppe Cavallaro2009-09-271-0/+30
* sh: add a new memmove optimised for SH4Giuseppe Cavallaro2009-09-271-0/+119
* sh: add assembly memset from Kernel and optimise it for SH4Giuseppe Cavallaro2009-09-271-0/+146
* build C files within arch subfolders.Giuseppe Cavallaro2009-09-271-1/+4
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-182-7/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-189-16/+6
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-1863-128/+0
* strsignal.c: whitespace fixes, no code changes (verified with objdump)Denys Vlasenko2009-09-181-21/+17
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* libc/string/i386/string.h: fix -O0 build failureDenys Vlasenko2009-08-191-0/+22
* relocate i386 string.h to i386-specific dirMike Frysinger2009-08-191-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-091-1/+2
* Fix Thumb-2 memcpy.Joseph Myers2009-07-091-1/+1
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56
* Synch strverscmp.c with trunkCarmelo Amoroso2009-02-192-0/+117
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-181-117/+0
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-081-0/+117
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-223-101/+71
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-1/+1
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-291-1/+1
* ldso/ldso/mips/*: non-pic support from trunkDenis Vlasenko2008-12-234-8/+3
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-2321-323/+278
* fix build failures on i386Denis Vlasenko2008-12-234-5/+5
* Synch with trunk @ 24379Carmelo Amoroso2008-12-111-14/+15
* Go deeper while cleaning string directory to removeCarmelo Amoroso2008-12-041-1/+1
* Synch with trunk @ 24165Carmelo Amoroso2008-11-2722-63/+42
* Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso2008-11-251-0/+1
* Synch with trunk @ 24087Carmelo Amoroso2008-11-1811-12/+12
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-1735-1373/+1343
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-3114-22/+22
* libc_hidden_proto moved to string.hCarmelo Amoroso2008-06-1962-120/+126
* Filter-out _memcpy_fwd.c and fix clean target to remove objects into deeper f...Carmelo Amoroso2008-06-191-1/+4
* Move static function _wordcopy_fwd_aligned and _wordcopy_fwd_dest_aligned fro...Carmelo Amoroso2008-06-193-191/+194
* Synch arch specific part of libc/string for frv/ia64/sparc/i386/powerpc/arm/a...Carmelo Amoroso2008-06-1970-658/+1080
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-1622-0/+2675
* Added optmized memcpy implementation for SH4Carmelo Amoroso2007-11-215-217/+1048
* More merging from trunk."Steven J. Hill"2007-01-214-16/+192
* Merge from trunk."Steven J. Hill"2006-08-2336-22/+92
* Merge from trunk."Steven J. Hill"2006-08-1823-10/+75
* Copy from trunk."Steven J. Hill"2006-06-187-0/+544
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-25185-1022/+3786
* Clean up the 'sysdep.h' header chain. Other architectures will have their own..."Steven J. Hill"2006-02-053-52/+2
* Big fricking merge from trunk."Steven J. Hill"2006-01-07187-4030/+3329
* Copy from trunk."Steven J. Hill"2006-01-071-0/+145