autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.62-35-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-35-ga8eb896
Date: Thu, 19 Jun 2008 13:03:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=a8eb89699993bbcb4d7f278ab8fece54f64e1334

The branch, master has been updated
       via  a8eb89699993bbcb4d7f278ab8fece54f64e1334 (commit)
      from  e8422963dffd1fd23083ce8c0a081887cf387c07 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a8eb89699993bbcb4d7f278ab8fece54f64e1334
Author: Eric Blake <address@hidden>
Date:   Thu Jun 19 07:02:20 2008 -0600

    Add comment explaining recent patch.
    
    * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
    of * vs. ? globbing.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    6 ++++++
 lib/autotest/general.m4 |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3e72893..065a75b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-19  Eric Blake  <address@hidden>
+
+       Add comment explaining recent patch.
+       * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
+       of * vs. ? globbing.
+
 2008-06-19  Ralf Wildenhues  <address@hidden>
 
        * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 3c983fc..90fce9f 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -1166,6 +1166,7 @@ done
 # Wrap up the test suite with summary statistics.
 cd "$at_helper_dir"
 
+# Use ?..???? when the list must remain sorted, the faster * otherwise.
 at_pass_list=`for f in */pass; do echo $f; done | sed '/\*/d; s,/pass,,'`
 at_skip_list=`for f in */skip; do echo $f; done | sed '/\*/d; s,/skip,,'`
 at_xfail_list=`for f in */xfail; do echo $f; done | sed '/\*/d; s,/xfail,,'`


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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