Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
cgd
Wed Jan 21 13:23:21 PST 1998
Update of /cvsroot/src/sys/lib/libkern
In directory netbsd1:/var/slash-tmp/cvs-serv1645
Modified Files:
Makefile
Added Files:
index.c rindex.c
Removed Files:
strchr.c
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:22 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/alpha
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:23 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/arm32
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:24 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/i386
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/i386
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:25 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/m68k
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:25 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/mips
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/mips
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:26 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/ns32k
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/ns32k
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:27 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/powerpc
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/powerpc
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:28 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/sparc
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
cgd
Wed Jan 21 13:23:29 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/vax
In directory netbsd1:/var/slash-tmp/cvs-serv1645/arch/vax
Modified Files:
Makefile.inc
Log Message:
add rules like those in libc to build strchr() and strrchr() (the latter
is being added to libkern by this commit). remove strchr.c from
archs' Makefile.inc files to go along with this. (If an arch has
a .S version, it should be copied down and added to the apropriate
Makefile.inc.)
Home |
Main Index |
Thread Index |
Old Index