summaryrefslogtreecommitdiffstats
path: root/libc/string/i386
Commit message (Expand)AuthorAgeFilesLines
* 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