[llvm-commits] CVS: CVSROOT/commit-diffs.pl
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Oct 6 15:58:03 PDT 2003
Changes in directory CVSROOT:
commit-diffs.pl updated: 1.44 -> 1.45
---
Log message:
initialize variable.
---
Diffs of the changes: (+ -)
Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.44 CVSROOT/commit-diffs.pl:1.45
--- CVSROOT/commit-diffs.pl:1.44 Mon Oct 6 15:55:11 2003
+++ CVSROOT/commit-diffs.pl Mon Oct 6 15:57:01 2003
@@ -121,6 +121,8 @@
}
}
$msg .= "\n---\nLog message:\n\n" . join('', at logmessage);
+my $pluses = 0;
+my $minuses = 0;
foreach my $line (split /\n/, $diffs) {
$pluses++ if /^\+/; $minuses++ if /^\-/;
}
More information about the llvm-commits
mailing list