grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.7-30-g7fd11db


From: Jim Meyering
Subject: grep branch, master, updated. v2.7-30-g7fd11db
Date: Sat, 19 Mar 2011 17:35:41 +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 "grep".

The branch, master has been updated
       via  7fd11db8f49eeecb0015e78aceadd921948c3cff (commit)
       via  2b0096f64c460e53118835238c01afde0ac508e8 (commit)
      from  7a71585f7931784ae9938e667511466957a2d728 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=7fd11db8f49eeecb0015e78aceadd921948c3cff


commit 7fd11db8f49eeecb0015e78aceadd921948c3cff
Author: Jim Meyering <address@hidden>
Date:   Sat Mar 19 17:53:32 2011 +0100

    maint: stop using .x-sc_* files to list syntax-check exemptions
    
    Instead, use the new mechanism with which you merely use a
    variable (derived from the rule name) defined in cfg.mk to an ERE
    matching the exempted file names.
    * gnulib: Update to latest, to get maint.mk that implements this.
    * .x-sc_bindtextdomain: Remove file.
    * .x-sc_prohibit_tab_based_indentation: Likewise.
    * .x-sc_prohibit_xalloc_without_use: Likewise.
    * .x-sc_space_tab: Likewise.
    * cfg.mk: Define variables to exempt the same files.

diff --git a/.x-sc_bindtextdomain b/.x-sc_bindtextdomain
deleted file mode 100644
index 18a9a2c..0000000
--- a/.x-sc_bindtextdomain
+++ /dev/null
@@ -1 +0,0 @@
-tests/get-mb-cur-max.c
diff --git a/.x-sc_prohibit_tab_based_indentation 
b/.x-sc_prohibit_tab_based_indentation
deleted file mode 100644
index 2c46b77..0000000
--- a/.x-sc_prohibit_tab_based_indentation
+++ /dev/null
@@ -1,4 +0,0 @@
-(^|/)ChangeLog[^/]*$
-(^|/)(GNU)?[Mm]akefile[^/]*$
-\.(am|mk)$
-^gl/lib/.*\.c\.diff$
diff --git a/.x-sc_prohibit_xalloc_without_use 
b/.x-sc_prohibit_xalloc_without_use
deleted file mode 100644
index 6860c2b..0000000
--- a/.x-sc_prohibit_xalloc_without_use
+++ /dev/null
@@ -1 +0,0 @@
-^src/kwset\.c$
diff --git a/.x-sc_space_tab b/.x-sc_space_tab
deleted file mode 100644
index efa4369..0000000
--- a/.x-sc_space_tab
+++ /dev/null
@@ -1 +0,0 @@
-\.diff$
diff --git a/cfg.mk b/cfg.mk
index e5fb091..9b7b93d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -57,3 +57,9 @@ sc_prohibit_emacs__indent_tabs_mode__setting:
 update-copyright-env = \
   UPDATE_COPYRIGHT_USE_INTERVALS=1 \
   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
+
+exclude_file_name_regexp--sc_bindtextdomain = ^tests/get-mb-cur-max\.c$$
+exclude_file_name_regexp--sc_prohibit_xalloc_without_use = ^src/kwset\.c$$
+exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \
+  (Makefile|\.(am|mk)$$|^gl/lib/.*\.c\.diff$$)
+exclude_file_name_regexp--sc_space_tab = ^gl/lib/.*\.c\.diff$$
diff --git a/gnulib b/gnulib
index 00e7922..739321e 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 00e79225624b3a52d18c86eb8cfd87c8b604ca5a
+Subproject commit 739321ef60661c7b51a4c7a3fa23957a4d9dbbc3

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=2b0096f64c460e53118835238c01afde0ac508e8


commit 7fd11db8f49eeecb0015e78aceadd921948c3cff
Author: Jim Meyering <address@hidden>
Date:   Sat Mar 19 17:53:32 2011 +0100

    maint: stop using .x-sc_* files to list syntax-check exemptions
    
    Instead, use the new mechanism with which you merely use a
    variable (derived from the rule name) defined in cfg.mk to an ERE
    matching the exempted file names.
    * gnulib: Update to latest, to get maint.mk that implements this.
    * .x-sc_bindtextdomain: Remove file.
    * .x-sc_prohibit_tab_based_indentation: Likewise.
    * .x-sc_prohibit_xalloc_without_use: Likewise.
    * .x-sc_space_tab: Likewise.
    * cfg.mk: Define variables to exempt the same files.

diff --git a/.x-sc_bindtextdomain b/.x-sc_bindtextdomain
deleted file mode 100644
index 18a9a2c..0000000
--- a/.x-sc_bindtextdomain
+++ /dev/null
@@ -1 +0,0 @@
-tests/get-mb-cur-max.c
diff --git a/.x-sc_prohibit_tab_based_indentation 
b/.x-sc_prohibit_tab_based_indentation
deleted file mode 100644
index 2c46b77..0000000
--- a/.x-sc_prohibit_tab_based_indentation
+++ /dev/null
@@ -1,4 +0,0 @@
-(^|/)ChangeLog[^/]*$
-(^|/)(GNU)?[Mm]akefile[^/]*$
-\.(am|mk)$
-^gl/lib/.*\.c\.diff$
diff --git a/.x-sc_prohibit_xalloc_without_use 
b/.x-sc_prohibit_xalloc_without_use
deleted file mode 100644
index 6860c2b..0000000
--- a/.x-sc_prohibit_xalloc_without_use
+++ /dev/null
@@ -1 +0,0 @@
-^src/kwset\.c$
diff --git a/.x-sc_space_tab b/.x-sc_space_tab
deleted file mode 100644
index efa4369..0000000
--- a/.x-sc_space_tab
+++ /dev/null
@@ -1 +0,0 @@
-\.diff$
diff --git a/cfg.mk b/cfg.mk
index e5fb091..9b7b93d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -57,3 +57,9 @@ sc_prohibit_emacs__indent_tabs_mode__setting:
 update-copyright-env = \
   UPDATE_COPYRIGHT_USE_INTERVALS=1 \
   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
+
+exclude_file_name_regexp--sc_bindtextdomain = ^tests/get-mb-cur-max\.c$$
+exclude_file_name_regexp--sc_prohibit_xalloc_without_use = ^src/kwset\.c$$
+exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \
+  (Makefile|\.(am|mk)$$|^gl/lib/.*\.c\.diff$$)
+exclude_file_name_regexp--sc_space_tab = ^gl/lib/.*\.c\.diff$$
diff --git a/gnulib b/gnulib
index 00e7922..739321e 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 00e79225624b3a52d18c86eb8cfd87c8b604ca5a
+Subproject commit 739321ef60661c7b51a4c7a3fa23957a4d9dbbc3

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

Summary of changes:
 .x-sc_bindtextdomain                 |    1 -
 .x-sc_prohibit_tab_based_indentation |    4 ----
 .x-sc_prohibit_xalloc_without_use    |    1 -
 .x-sc_space_tab                      |    1 -
 Makefile.am                          |   11 ++++++-----
 cfg.mk                               |    6 ++++++
 gnulib                               |    2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)
 delete mode 100644 .x-sc_bindtextdomain
 delete mode 100644 .x-sc_prohibit_tab_based_indentation
 delete mode 100644 .x-sc_prohibit_xalloc_without_use
 delete mode 100644 .x-sc_space_tab


hooks/post-receive
-- 
grep



reply via email to

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