summaryrefslogtreecommitdiffstats
path: root/libc/string/arm
Commit message (Expand)AuthorAgeFilesLines
* Correct ARM memcpy comments.Joseph Myers2009-07-011-1/+2
* Fix Thumb-2 memcpy.Joseph Myers2009-06-301-1/+1
* Use C implementation of strncmp.Khem Raj2008-10-251-101/+0
* arm memcpy: fix the case when src=dstDenis Vlasenko2008-05-231-2/+1
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-2610-18/+377
* 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-233-0/+10
* unify duplicated code cause i get tired of updating this stuffMike Frysinger2006-02-032-30/+3
* remove hidden versions of bzero, unused in libc.soPeter S. Mazinger2006-02-011-2/+0
* Khem Raj says:Mike Frysinger2006-01-316-12/+52
* Remove arch specific hidden bcopyPeter S. Mazinger2006-01-301-2/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-149-59/+50
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0310-23/+38
* locale.h can't be includedPeter S. Mazinger2005-12-081-2/+2
* Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger2005-12-081-2/+2
* Guard __strcoll/strcoll for C locales and use the same logic as elsewherePeter S. Mazinger2005-12-061-2/+6
* Paul Brook writes:Mike Frysinger2005-11-291-0/+1
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Add hidden versions, add missing .sizePeter S. Mazinger2005-11-119-26/+62
* Disable multi build on asm files. i386/powerpc could be used if the source is...Peter S. Mazinger2005-11-071-1/+1
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-33/+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-8/+9
* make sure we treat count as size_t, not ssize_t ... fixes with help from khemMike Frysinger2005-09-161-3/+4
* syntax/whitespace touchupsMike Frysinger2005-09-1610-50/+44
* merge parallel build supportMike Frysinger2005-01-251-5/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-1/+1
* Philip Craig at snapgear dot com writes:Eric Andersen2004-06-121-1/+10
* Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen2004-03-181-3/+5
* Add missing weak alias for bcmpEric Andersen2003-11-201-0/+4
* Don't depend on BSD namingEric Andersen2003-11-201-12/+12
* Add an initial set of arm optimized string functions. TheseEric Andersen2003-11-2011-0/+1116