added lcov-1.3

This commit is contained in:
maroy 2004-08-02 04:56:00 +00:00
parent 65269691aa
commit 9048a8328e
3 changed files with 69 additions and 0 deletions

View file

@ -0,0 +1,12 @@
diff -Naur lcov-1.3/bin/geninfo lcov-1.3-regexp-fix/bin/geninfo
--- lcov-1.3/bin/geninfo 2004-04-29 00:57:11.000000000 +0700
+++ lcov-1.3-regexp-fix/bin/geninfo 2004-08-02 12:51:48.996719688 +0700
@@ -707,7 +707,7 @@
foreach (@list)
{
- if (/\/$filename$/)
+ if (m,/\Q$filename\E$,)
{
@result = (@result, $_);
}