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.68-133-


From: Jim Meyering
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-133-gae930c7
Date: Mon, 23 Jan 2012 15:18:05 +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=ae930c76c77f1ff923ca2c511b101735322bc211

The branch, master has been updated
       via  ae930c76c77f1ff923ca2c511b101735322bc211 (commit)
      from  015ecc5018782c18fb20d0259c8a56cc258b9ab4 (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 ae930c76c77f1ff923ca2c511b101735322bc211
Author: Jim Meyering <address@hidden>
Date:   Sat Jan 21 16:12:45 2012 +0100

    maint: convert .x-sc_* into exclude_file_name_regexp--sc_* exemptions
    
    Many of the .x-sc_* exemptions were no long necessary.  Remove those
    files and instead, provide exemptions via variable definitions in
    cfg.mk to address the few remaining exceptions.
    * .x-sc_prohibit_atoi_atof: Remove file.
    * .x-sc_space_tab: Likewise.
    * .x-sc_sun_os_names: Likewise.
    * .x-sc_trailing_blank: Likewise.
    * .x-sc_two_space_separator_in_usage: Likewise.
    * .x-sc_useless_cpp_parens: Likewise.
    * cfg.mk: Add minimal exemptions.
    * cfg.mk: Add minimal exemptions.
    * doc/standards.texi (Standard C): Address the sole useless-cpp-parens
    violation in this file:
    -#if defined (__STDC__) || defined (WINDOWSNT)
    +#if defined __STDC__ || defined WINDOWSNT
    With that, the only remaining offender is config.guess, whose name
    is now listed in cfg.mk.
    Suggested by Eric Blake.

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

Summary of changes:
 .x-sc_prohibit_atoi_atof           |    3 ---
 .x-sc_space_tab                    |    4 ----
 .x-sc_sun_os_names                 |    1 -
 .x-sc_trailing_blank               |    5 -----
 .x-sc_two_space_separator_in_usage |    1 -
 .x-sc_useless_cpp_parens           |    2 --
 cfg.mk                             |    6 ++++++
 doc/standards.texi                 |    4 ++--
 8 files changed, 8 insertions(+), 18 deletions(-)
 delete mode 100644 .x-sc_prohibit_atoi_atof
 delete mode 100644 .x-sc_space_tab
 delete mode 100644 .x-sc_sun_os_names
 delete mode 100644 .x-sc_trailing_blank
 delete mode 100644 .x-sc_two_space_separator_in_usage
 delete mode 100644 .x-sc_useless_cpp_parens

diff --git a/.x-sc_prohibit_atoi_atof b/.x-sc_prohibit_atoi_atof
deleted file mode 100644
index 4d68f47..0000000
--- a/.x-sc_prohibit_atoi_atof
+++ /dev/null
@@ -1,3 +0,0 @@
-ChangeLog
-maint.mk
-doc/autoconf.texi
diff --git a/.x-sc_space_tab b/.x-sc_space_tab
deleted file mode 100644
index f1d23c7..0000000
--- a/.x-sc_space_tab
+++ /dev/null
@@ -1,4 +0,0 @@
-build-aux/config.guess
-build-aux/config.sub
-aclocal.m4
-configure
diff --git a/.x-sc_sun_os_names b/.x-sc_sun_os_names
deleted file mode 100644
index c05fdfd..0000000
--- a/.x-sc_sun_os_names
+++ /dev/null
@@ -1 +0,0 @@
-build-aux/config.guess
diff --git a/.x-sc_trailing_blank b/.x-sc_trailing_blank
deleted file mode 100644
index 0227407..0000000
--- a/.x-sc_trailing_blank
+++ /dev/null
@@ -1,5 +0,0 @@
-build-aux/gendocs.sh
-build-aux/texinfo.tex
-doc/gendocs_template
-doc/gnu-oids.texi
-doc/standards.texi
diff --git a/.x-sc_two_space_separator_in_usage 
b/.x-sc_two_space_separator_in_usage
deleted file mode 100644
index 1b03a24..0000000
--- a/.x-sc_two_space_separator_in_usage
+++ /dev/null
@@ -1 +0,0 @@
-gnupload
diff --git a/.x-sc_useless_cpp_parens b/.x-sc_useless_cpp_parens
deleted file mode 100644
index 9c134e2..0000000
--- a/.x-sc_useless_cpp_parens
+++ /dev/null
@@ -1,2 +0,0 @@
-build-aux/config.guess
-doc/standards.texi
diff --git a/cfg.mk b/cfg.mk
index 77e0487..3cfb1cc 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -133,3 +133,9 @@ old_NEWS_hash = 33207c359dd7db17cc0cd151da6b9567
 exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^maint\.mk$$
 exclude_file_name_regexp--sc_prohibit_test_minus_ao = \
   ^(maint\.mk|doc/autoconf\.texi)$$
+
+exclude_file_name_regexp--sc_prohibit_atoi_atof = ^doc/autoconf\.texi$$
+exclude_file_name_regexp--sc_useless_cpp_parens = ^build-aux/config\.guess$$
+exclude_file_name_regexp--sc_trailing_blank = ^build-aux/texinfo\.tex$$
+exclude_file_name_regexp--sc_two_space_separator_in_usage = \
+  ^build-aux/gnupload$$
diff --git a/doc/standards.texi b/doc/standards.texi
index 06fd9c7..642a4ff 100644
--- a/doc/standards.texi
+++ b/doc/standards.texi
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate January 8, 2012
address@hidden lastupdate January 21, 2012
 @c %**end of header
 
 @dircategory GNU organization
@@ -472,7 +472,7 @@ prototypes, you may want to use a preprocessor macro like 
this:
 
 @example
 /* Declare the prototype for a general external function.  */
-#if defined (__STDC__) || defined (WINDOWSNT)
+#if defined __STDC__ || defined WINDOWSNT
 #define P_(proto) proto
 #else
 #define P_(proto) ()


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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