From 98564182f4461173ed90b170718fdd4332a839c3 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 29 Oct 1995 22:06:48 +0000 Subject: Remove the $ Log: ... $ lines from the comments in the files that had them. Good greif! This was causing an unimaginable amount of brain-damage! The mere fact that I griped about $ Log $ in a previous commit (misspelled deliberately here) meant that the blasted thing was being expanded from the middle of the log entry as well as the beginning, and using " * All these" as the comment leader.. AARGH!!!! We *really* need to prevent these from being expanded! (or remove the magic identifier from the source). --- gnu/usr.bin/rcs/rlog/rlog.c | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'gnu/usr.bin/rcs/rlog') diff --git a/gnu/usr.bin/rcs/rlog/rlog.c b/gnu/usr.bin/rcs/rlog/rlog.c index f07534e..a3e63be 100644 --- a/gnu/usr.bin/rcs/rlog/rlog.c +++ b/gnu/usr.bin/rcs/rlog/rlog.c @@ -28,25 +28,6 @@ Report problems and direct all questions to: */ /* - * $Log: rlog.c,v $ - * Revision 1.8 1995/10/29 17:56:28 peter - * Restore nate's change from rev 1.2; improve readability of the rlog output - * (adds a short row of dashes in a place that CVS and RCS dont mind) - * - * Revision 1.7 1995/10/28 21:50:58 peter - * First part of import conflict merge from rcs-5.7 import. - * - * All those $Log: rlog.c,v $ - * Revision 1.8 1995/10/29 17:56:28 peter - * Restore nate's change from rev 1.2; improve readability of the rlog output - * (adds a short row of dashes in a place that CVS and RCS dont mind) - * entries, combined with the whitespace changes are a real - * pain. - * - * I'm committing this now, before it's completely finished to get it compiling - * and working again ASAP. Some of the FreeBSD specific features are not working - * in this commit yet (mainly rlog stuff and $FreeBSD$ support) - * * Revision 5.18 1995/06/16 06:19:24 eggert * Update FSF address. * @@ -237,7 +218,7 @@ static struct rcslockers *lockerlist; static struct stateattri *statelist; -mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.8 1995/10/29 17:56:28 peter Exp $") +mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.9 1995/10/29 18:07:04 peter Exp $") { static char const cmdusage[] = "\nrlog usage: rlog -{bhLNRt} -v[string] -ddates -l[lockers] -r[revs] -sstates -Vn -w[logins] -xsuff -zzone file ..."; -- cgit v1.1