This is the mail archive of the libc-alpha@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]

Re: [PATCH v2 1/1] plural.c: improve reproducibility


Thanks, committed.  Also committed a followup:

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.

2017-11-30  Joseph Myers  <joseph@codesourcery.com>

	* scripts/update-copyrights: Do not handle intl/plural.c
	specially.

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.

-- 
Joseph S. Myers
joseph@codesourcery.com


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