summaryrefslogtreecommitdiffstats
path: root/libc/string/i386
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-186-6/+6
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-183-4/+0
* 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
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56
* 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
* string/i386: smaller, and hopefully easier to read, strnlen().Denis Vlasenko2008-12-191-16/+31
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-174-3/+4
* memchr: smaller i386 versionDenis Vlasenko2008-12-172-26/+34
* smaller memcpyDenis Vlasenko2008-12-091-14/+15
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1914-15/+15
* Qunying Pan writes: Make strncmp weak hidden to fix link failures in building...Mike Frysinger2006-05-301-1/+1
* Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger2006-03-232-0/+4
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-0/+2
* unify duplicated code cause i get tired of updating this stuffMike Frysinger2006-02-032-27/+3
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-1414-14/+14
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1414-48/+47
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0314-35/+20
* Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger2005-12-081-2/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Corrections to splitted filesPeter S. Mazinger2005-11-1414-15/+17
* Split up string.c, make internals hiddenPeter S. Mazinger2005-11-1116-347/+772
* Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger2005-11-081-1/+0
* Disable multi build on asm files. i386/powerpc could be used if the source is...Peter S. Mazinger2005-11-071-3/+4
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-34/+8
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-281-1/+0
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+36
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-11/+8
* fix string functions to not treat the size_t as ssize_tMike Frysinger2005-09-051-6/+13
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Add in aliases provided by the non arch specific implementationsEric Andersen2003-11-061-0/+6
* The curse of cut-n-pasteEric Andersen2003-11-061-6/+1
* Add some initial x86 string optimizations. These make no attempt to use niftyEric Andersen2003-11-062-0/+366