/[global]/global/htags/global.cgi.tmpl.in
ViewVC logotype

Diff of /global/htags/global.cgi.tmpl.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by h-iwamoto, Fri May 6 11:13:47 2005 UTC revision 1.10 by shigio, Tue May 10 01:37:14 2005 UTC
# Line 167  while (<PIPE>) { Line 167  while (<PIPE>) {
167          ($tag, $lno, $filename) = split;          ($tag, $lno, $filename) = split;
168          s/([&<>])/$ctab{$1}/ge;          s/([&<>])/$ctab{$1}/ge;
169          # " ./$filename " is replaced with file number by gtags --convert.          # " ./$filename " is replaced with file number by gtags --convert.
170          s!(^[^ \t]+)!<a href='$htmlbase/S/ ./$filename .@HTML@#$lno'>$1<\/a>!;          s!(^[^ \t]+)!<a href='$htmlbase/S/ ./$filename .@HTML@#L$lno'>$1<\/a>!;
171          print PIPEOUT;          print PIPEOUT;
172  }  }
173  $| = 1; # flush buffer  $| = 1; # flush buffer

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26