[BACK]Return to cvsweb.cgi CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/cvsweb.cgi between version 4.39 and 4.40

version 4.39, 2019/11/29 23:42:40 version 4.40, 2019/11/30 13:08:41
Line 1287  elsif (do { (my $tmp = $fullname) =~ s|/([^/]+)$|/Atti
Line 1287  elsif (do { (my $tmp = $fullname) =~ s|/([^/]+)$|/Atti
   
 }  }
   
 elsif (0 && (my @files = &safeglob($fullname . ",v"))) {  
   http_header("text/plain");  
   print "You matched the following files:\n";  
   print join ("\n", @files);  
   
   # TODO:  
   # Find the tags from each file  
   # Display a form offering diffs between said tags  
 }  
   
 else {  else {
   # Assume it's a module name with a potential path following it.    # Assume it's a module name with a potential path following it.
   my $module;    my $module;

Legend:
Removed from v.4.39  
changed lines
  Added in v.4.40

CVSweb