mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4120
This commit is contained in:
parent
94942e8110
commit
036cfa8a1d
|
@ -16732,3 +16732,9 @@ Jeff 25 Aug 2004
|
|||
|
||||
sched/
|
||||
file_deleter.C
|
||||
|
||||
David 27 Aug 2004
|
||||
- add "use bytes" pragma to grep_logs (from Carl C.)
|
||||
|
||||
tools/
|
||||
grep_logs
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use bytes;
|
||||
|
||||
my $html = 0;
|
||||
my $lines = 0;
|
||||
|
|
Loading…
Reference in New Issue