Use strict and all warnings.
authorBen Pfaff <blp@gnu.org>
Wed, 18 Jul 2007 03:20:25 +0000 (03:20 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 18 Jul 2007 03:20:25 +0000 (03:20 +0000)
tests/ChangeLog
tests/expressions/randist/compare.pl
tests/expressions/randist/randist.pl
tests/formats/num-out-cmp.pl
tests/formats/num-out-compare.pl
tests/formats/num-out-decmp.pl
tests/formats/num-out.pl

index 119689423dbbb5cca14ed45310c4816ed02b60d6..c2aeba7ea5496e6ce177502065560e0223b6d725 100644 (file)
@@ -1,3 +1,19 @@
+2007-07-17  Ben Pfaff  <blp@gnu.org>
+
+       Patch #19335.  Reviewed by John Darrington.
+
+       * expressions/randist/compare.pl: Use strict and all warnings.
+
+       * expressions/randist/randist.pl: Ditto.
+
+       * formats/num-out-cmp.pl: Ditto.
+
+       * formats/num-out-compare.pl: Ditto.
+
+       * formats/num-out-decmp.pl: Ditto.
+
+       * formats/num-out.pl: Ditto.
+
 2007-07-17  Ben Pfaff  <blp@gnu.org>
 
        * formats/float-format.h: Drop the tests that depend on parsing
index 28bd0fb0303561d6f2ba6c772f87b4848466ad4e..7b516f97605a2edfacf84fd980051ae926656236 100755 (executable)
@@ -1,6 +1,7 @@
 #! /usr/bin/perl -w
 
 use strict;
+use warnings 'all';
 
 my ($epsilon) = 1;
 
index 461fc54126a08d5ffd8a42c61d9f75ae6c9504b0..212b22270501363d83e0518c34c137fd64dbcdd3 100755 (executable)
@@ -1,4 +1,5 @@
-use warnings;
+use strict;
+use warnings 'all';
 
 our (@funcs);
 our (@vars);
index d85b7cbaabdb6c6e3693564bbb21ccd4f9fef47a..8e83f5066c10c48d1ff5bab929e1d4d17fc731d7 100644 (file)
@@ -1,5 +1,5 @@
-use warnings;
 use strict;
+use warnings 'all';
 
 my (@prev) = ();
 our ($n) = 0;
index f43ef18d4f284006974acca5e6e2bdf6834f7df4..be3c6239801b1e0246ace8a55e343eb5a1370c82 100644 (file)
@@ -1,6 +1,7 @@
 #! /usr/bin/perl -w
 
 use strict;
+use warnings 'all';
 use Getopt::Long;
 
 my $exact = 0;
index 3c066fee3df0e0ada4bf9a939108bda7720b8e6a..11007c000f0e78a7292281f4a2c298b28e213034 100644 (file)
@@ -1,5 +1,5 @@
-use warnings;
 use strict;
+use warnings 'all';
 
 my (@line);
 while (<>) {
index 1bb602b530effec0f6a1d657e409241b9ef093a9..86da406be91ebba43b617815742282d90936907c 100644 (file)
@@ -1,5 +1,5 @@
-use warnings;
 use strict;
+use warnings 'all';
 
 my @values = qw(0 2 9.5 27 271 999.95 2718 9999.995 27182 271828
 2718281 2**39 2**333 2**-21 -2 -9.5 -27 -271 -999.95 -2718 -9999.995