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.26.9000-885-gc0535ad


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  c0535adfeb5aad46f622f040925889602a482f29 (commit)
      from  1faaf7035cabda101e1d6653bff7a539f201db91 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c0535adfeb5aad46f622f040925889602a482f29

commit c0535adfeb5aad46f622f040925889602a482f29
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 30 21:25:25 2017 +0000

    Remove scripts/update-copyrights handling of intl/plural.c.
    
    Since this file is no longer checked in, update-copyrights no longer
    needs to avoid changing it.
    
    	* scripts/update-copyrights: Do not handle intl/plural.c
    	specially.

diff --git a/ChangeLog b/ChangeLog
index 4380b73..9842031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-30  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/update-copyrights: Do not handle intl/plural.c
+	specially.
+
 2017-11-30  Juro Bystricky  <juro.bystricky@linux.intel.com>
 
 	[BZ #22432]
diff --git a/scripts/update-copyrights b/scripts/update-copyrights
index 1a03134..d5af53a 100755
--- a/scripts/update-copyrights
+++ b/scripts/update-copyrights
@@ -54,7 +54,7 @@ for f in $files; do
     po/*.po)
       # Files imported verbatim from the Translation Project.
       ;;
-    INSTALL | intl/plural.c | locale/C-translit.h \
+    INSTALL | locale/C-translit.h \
       | locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \
       | po/libc.pot | sysdeps/gnu/errlist.c)
       # Generated files.

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

Summary of changes:
 ChangeLog                 |    5 +++++
 scripts/update-copyrights |    2 +-
 2 files changed, 6 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]