=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.12 retrieving revision 1.14 diff -u -p -r1.12 -r1.14 --- cvsweb/cvsweb.cgi 1997/11/19 19:07:18 1.12 +++ cvsweb/cvsweb.cgi 1998/01/12 16:27:14 1.14 @@ -228,8 +228,7 @@ print("going to dolog($fullname)\n") if ($verbose); # Display a form offering diffs between said tags } else { # Assume it's a module name with a potential path following it. - ($module = $where) =~ s|/.*||; - $xtra = $&; + $xtra = $& if (($module = $where) =~ s|/.*||); # Is there an indexed version of modules? if (open(MODULES, "$cvsroot/CVSROOT/modules")) { while () { @@ -643,7 +642,7 @@ sub dolog { if (/^1\.1\.1\.\d+$/) { print " (vendor branch)"; } - print " " . &ctime($date{$_}) . " by "; + print " " . &ctime($date{$_}) . " UTC by "; print "" . $author{$_} . "\n"; if ($revsym{$_}) { print "
CVS Tags: $revsym{$_}";