Parent Directory
|
Revision Log
|
Patch
| revision 1659 by joeyh, Fri Aug 26 18:51:21 2005 UTC | revision 1660 by joeyh, Fri Aug 26 20:24:15 2005 UTC | |
|---|---|---|
| # | Line 82 foreach my $list (@ARGV) { | Line 82 foreach my $list (@ARGV) { |
| 82 | print STDERR "line: $_" if $debug; | print STDERR "line: $_" if $debug; |
| 83 | chomp; | chomp; |
| 84 | if (/^\[/) { | if (/^\[/) { |
| 85 | ($id)=m/((?:DSA|CAN|CVE)-[^\s]+) /; | ($id)=m/((?:DSA|DTSA|CAN|CVE)-[^\s]+) /; |
| 86 | } | } |
| 87 | elsif (/^((?:DSA|CAN|CVE)-[^\s]+)/) { | elsif (/^((?:DSA|DTSA|CAN|CVE)-[^\s]+)/) { |
| 88 | $id=$1; | $id=$1; |
| 89 | } | } |
| 90 | elsif (/^\s+[!-]\s+(\S+)\s+(.*?)\s*$/) { | elsif (/^\s+[!-]\s+(\S+)\s+(.*?)\s*$/) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |