summaryrefslogtreecommitdiffstats
path: root/libc/string/x86_64
Commit message (Expand)AuthorAgeFilesLines
* unify duplicated code cause i get tired of updating this stuffMike Frysinger2006-02-032-31/+3
* remove hidden versions of bzero, unused in libc.soPeter S. Mazinger2006-02-011-1/+0
* s/libc_hidden_proto/libc_hidden_def/Peter S. Mazinger2006-01-141-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1414-41/+40
* copy strcoll aliases from armMike Frysinger2006-01-091-0/+3
* add missing __strcoll aliasMike Frysinger2006-01-091-0/+1
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0314-46/+33
* Remove test filePeter S. Mazinger2005-12-011-1454/+0
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Add hidden versionsPeter S. Mazinger2005-11-1210-19/+52
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-1/+2
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-27/+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/+28
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-10/+13
* merge x86_64 optimized string supportMike Frysinger2005-09-2115-0/+2871