Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/m68k/string Implement a significantly improved...



details:   https://anonhg.NetBSD.org/src/rev/7b607ed6c900
branches:  trunk
changeset: 503348:7b607ed6c900
user:      scottr <scottr%NetBSD.org@localhost>
date:      Mon Feb 05 00:17:21 2001 +0000

description:
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.

diffstat:

 lib/libc/arch/m68k/string/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r c9bc1d082d35 -r 7b607ed6c900 lib/libc/arch/m68k/string/Makefile.inc
--- a/lib/libc/arch/m68k/string/Makefile.inc    Sun Feb 04 23:53:31 2001 +0000
+++ b/lib/libc/arch/m68k/string/Makefile.inc    Mon Feb 05 00:17:21 2001 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.2 1995/10/21 20:24:48 jtc Exp $
+#      $NetBSD: Makefile.inc,v 1.3 2001/02/05 00:17:22 scottr Exp $
 
 SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
        rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \
        strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \
        strspn.c strstr.c swab.S
-SRCS+= memcpy.S memmove.S strchr.S strrchr.S
+SRCS+= memcpy.S memccpy.S memmove.S strchr.S strrchr.S



Home | Main Index | Thread Index | Old Index