automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: some pedantry


From: Alexandre Duret-Lutz
Subject: FYI: some pedantry
Date: Fri, 11 Apr 2003 23:11:25 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

I'm installing this very interesting patch on HEAD.

        * lib/Automake/tests/Condition.pl (test_reduce_and)
        (test_reduce_or): Cosmetics.
        * lib/Automake/tests/DisjConditions.pl (test_sub_conditions):
        Fix a comment.
        * lib/Automake/DisjConditions.pm (sub_conditions): Add missing C<...>
        in comment.
        * tests/yacc8.test, configure.in: Update copyright year.

Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.124
diff -u -r1.124 configure.in
--- configure.in        10 Apr 2003 23:15:46 -0000      1.124
+++ configure.in        11 Apr 2003 21:07:00 -0000
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 # Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
Index: lib/Automake/DisjConditions.pm
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/DisjConditions.pm,v
retrieving revision 1.3
diff -u -r1.3 DisjConditions.pm
--- lib/Automake/DisjConditions.pm      30 Mar 2003 01:56:28 -0000      1.3
+++ lib/Automake/DisjConditions.pm      11 Apr 2003 21:07:00 -0000
@@ -625,7 +625,7 @@
 Return the subconditions of C<$self> that contains C<$cond>, with
 C<$cond> stripped.  More formally, return C<$res> such that
 C<$res-E<gt>multiply ($cond) == $self-E<gt>multiply ($cond)> and
-C<$res> does not mention any of the variables in $cond.
+C<$res> does not mention any of the variables in C<$cond>.
 
 For instance, consider:
 
Index: lib/Automake/tests/Condition.pl
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/tests/Condition.pl,v
retrieving revision 1.2
diff -u -r1.2 Condition.pl
--- lib/Automake/tests/Condition.pl     30 Mar 2003 01:56:28 -0000      1.2
+++ lib/Automake/tests/Condition.pl     11 Apr 2003 21:07:01 -0000
@@ -157,7 +157,7 @@
 
       if ($result ne $exresult)
        {
-         print '"'.join(",", @$inref) . '" => "' .
+         print '"' . join(",", @$inref) . '" => "' .
            $result . '" expected "' .
              $exresult . '"' . "\n";
          $failed = 1;
@@ -233,7 +233,7 @@
 
       if ($result ne $exresult)
        {
-         print '"'.join(",", @$inref) . '" => "' .
+         print '"' . join(",", @$inref) . '" => "' .
            $result . '" expected "' .
              $exresult . '"' . "\n";
          $failed = 1;
Index: lib/Automake/tests/DisjConditions.pl
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/tests/DisjConditions.pl,v
retrieving revision 1.3
diff -u -r1.3 DisjConditions.pl
--- lib/Automake/tests/DisjConditions.pl        30 Mar 2003 01:56:28 -0000      
1.3
+++ lib/Automake/tests/DisjConditions.pl        11 Apr 2003 21:07:01 -0000
@@ -309,7 +309,7 @@
       my $t2 = new Automake::Condition @{$t->[1]};
       my $t3 = build_set @{$t->[2]};
 
-      # Make sure simplify() yields the expected result.
+      # Make sure sub_conditions() yields the expected result.
       my $s = $t1->sub_conditions ($t2);
       if ($s != $t3)
        {
Index: tests/yacc8.test
===================================================================
RCS file: /cvs/automake/automake/tests/yacc8.test,v
retrieving revision 1.10
diff -u -r1.10 yacc8.test
--- tests/yacc8.test    29 Mar 2003 21:29:08 -0000      1.10
+++ tests/yacc8.test    11 Apr 2003 21:07:01 -0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]