This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-585-g4da224a


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 C Library master sources".

The branch, master has been updated
       via  4da224a2d13ef3e42ad1dd2b5d47556963352cbd (commit)
      from  46879baebf171d6eea46054698e23f8726608365 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4da224a2d13ef3e42ad1dd2b5d47556963352cbd

commit 4da224a2d13ef3e42ad1dd2b5d47556963352cbd
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Thu Nov 1 17:42:45 2012 +0100

    check-local-headers: ignore c++ headers

diff --git a/ChangeLog b/ChangeLog
index 7024d8e..bea7626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* scripts/check-local-headers.sh: Ignore c++ headers.
+
 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
 
 	* libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index e914c4b..5cc8def 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -32,7 +32,7 @@ exec ${AWK} -v includedir="$includedir" '
 BEGIN {
   status = 0
   exclude = "^" includedir \
-    "/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|gd|nss3/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
+    "/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {

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

Summary of changes:
 ChangeLog                      |    4 ++++
 scripts/check-local-headers.sh |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]