Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
- To: source-changes
- Subject: sun-lamp CVS commits
- From: The Source of All Evil <source>
- Date: Sat, 21 Oct 1995 16:30:03 -0400
jtc
Sat Oct 21 16:21:20 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/m68k/string
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9580
Modified Files:
strlen.S
Log Message:
Rewrite to remove instruction in inside of loop. Instead of maintaining a
count, subtract the start address from the end address.
jtc
Sat Oct 21 16:24:51 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/m68k/string
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9614
Modified Files:
Makefile.inc
Added Files:
strcat.S
Log Message:
Assembly language implementation of strcat(). Derived by merging existing
strlen() and strcpy() functions.
Home |
Main Index |
Thread Index |
Old Index