aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/string
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-2113-13/+13
* - Eliminate extra subcs instruction. I have not noticed before that weStanislav Sedov2009-06-211-2/+1
* - Fix strncmp on arm. Return 0 as result without performing theStanislav Sedov2009-06-211-5/+9
* revert r191633; this breaks at91 & xscale (likely all arm)Sam Leffler2009-05-061-4/+4
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0Olivier Houchard2009-04-281-4/+4
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd areOlivier Houchard2007-10-133-9/+9
* Fix a long line in copyright notice.Olivier Houchard2005-10-031-1/+2
* Add an asm version of strlen() for arm (how useful).Olivier Houchard2005-10-032-1/+78
* Use the RET macro.Olivier Houchard2004-11-096-31/+31
* MFKernel: Implement ffs with clz on Xscale.Olivier Houchard2004-11-071-0/+6
* Always use bx for returning on Xscale.Olivier Houchard2004-09-231-76/+76
* Fix the align-to-32-bits code.Olivier Houchard2004-09-231-2/+2
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-1412-0/+3363