Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 02/05/2001 02:17:23
Module Name: basesrc
Committed By: scottr
Date: Mon Feb 5 00:17:22 UTC 2001
Modified Files:
basesrc/lib/libc/arch/m68k/string: Makefile.inc
Added Files:
basesrc/lib/libc/arch/m68k/string: memccpy.S
Log Message:
Implement a significantly improved version of memccpy(), with thanks to
Ignatios Souvatzis for correcting the SVR4 ABI code and for a few
micro-optimizations that followed from these changes.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/arch/m68k/string/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/lib/libc/arch/m68k/string/memccpy.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.