Re: a couple of patches for cvs

2001-01-19 Thread Akinori MUSHA
The following patch was also needed... --- gnu/usr.bin/cvs/cvs/Makefile.orig Fri Jan 19 14:58:23 2001 +++ gnu/usr.bin/cvs/cvs/MakefileFri Jan 19 15:03:10 2001 @@ -26,8 +26,8 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -DHAVE_CONFIG_H \ -I${CVSDIR}/src -I${CVSDIR}/lib -I${CVSD

Re: a couple of patches for cvs

2001-01-14 Thread Akinori MUSHA
Hmm, probably we should use CVSHeader instead of Header in this case? At Sun, 14 Jan 2001 17:10:24 +0900, I wrote: > + } > + else if (strcmp (line, "tag") == 0) { > + len = strlen (p); > + localid = malloc (len + 7 + 1); /* 7 == strlen ("=Header") */

Re: a couple of patches for cvs

2001-01-13 Thread Akinori MUSHA
Just in case, At Sun, 14 Jan 2001 17:10:24 +0900, I wrote: > The second one lets cvs support PAM authentication. With it one can Please run autoconf to update configure after patching against configure.in. -- / /__ __Akinori.org / MUSHA.or

a couple of patches for cvs

2001-01-13 Thread Akinori MUSHA
Hi, I have some patches I wish you'd integrate into our cvs(1) source. The first one adds support for the "tag" directive in CVSROOT/config, which NetBSD's and OpenBSD's cvs(1) implements. I know our cvs(1) supports more powerful extension via CVSROOT/options, however, supporting CVSROOT/config