Source-Changes archive

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

NetBSD master CVS tree commits



perry
Mon Aug  3 21:48:18 PDT 1998
Update of /cvsroot/src/lib/libc/string
In directory nb00:/tmp/cvs-serv9578

Modified Files:
        Makefile.inc 
Added Files:
        memcpy.c memmove.c strchr.c strrchr.c 
Log Message:
Replace complicated and ugly makefile gook to make memmove,memcpy by
-Ding the bcopy.c source (and similarly strchr from index.c, strrchr
from rindex.c) with stub .c files for memmove, memcpy, strchr and
strrchr that simply #define the appropriate thing and #include the
appropriate .c file. Inspired by the way many m-d .S files handle the
same thing. This radically simplifies the Makefile.inc for libc/string 
(and libkern).




Home | Main Index | Thread Index | Old Index