[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/2] maint: new rule to update copyright year ranges
From: |
Jim Meyering |
Subject: |
[PATCH 1/2] maint: new rule to update copyright year ranges |
Date: |
Sat, 01 Jan 2011 12:20:23 +0100 |
Here's the annual patch to update copyright years.
Now, however it should be clear that it's ok to use year ranges,
since the maintainers guide has been adjusted.
It is involved enough to be automated, so I've added a Makefile rule.
The first patch does that. I'm about to push it. Of course,
we'll make any necessary changes before the definitive run.
The second patch below is the result of running "make update-copyright"
so you can see the list of affected files and a few diffs.
The entire patch was over 30K lines.
Any adjustments?
More exceptions for generated-yet-VC'd files?
Happy new year.
Jim
>From d3f62c9484504ddad1ae4e01bf9b70ffba0609dd Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 1 Jan 2011 12:10:16 +0100
Subject: [PATCH 1/2] maint: new rule to update copyright year ranges
* Makefile (update-copyright): New rule.
---
ChangeLog | 3 +++
Makefile | 20 +++++++++++++++++++-
2 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f16f50d..12e5075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-01-01 Jim Meyering <address@hidden>
+ maint: new rule to update copyright year ranges
+ * Makefile (update-copyright): New rule.
+
maint: indent with TABs in Makefile
* Makefile: Expand leading sequences of spaces to TABs
diff --git a/Makefile b/Makefile
index e432e7e..8bccbe8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Makefile for gnulib central.
-# Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
@@ -53,3 +53,21 @@ regen: MODULES.html
# where it then appears at <http://www.gnu.org/software/gnulib/MODULES.html>.
MODULES.html: MODULES.html.sh
./MODULES.html.sh > MODULES.html
+
+# Run this rule once per year (usually early in January)
+# to update all FSF copyright year lists here.
+# We exclude the files listed in srclist.txt (maintained elsewhere)
+# as well as those in tests/unictype (generated).
+update-copyright:
+ exempt=$$(mktemp); \
+ grep -v '^#' config/srclist.txt|grep -v '^$$' \
+ | while read src dst; do \
+ test -f "$$dst" && { echo "$$dst"; continue; }; \
+ test -d "$$dst" || continue; \
+ echo "$$dst"/$$(basename "$$src"); \
+ done > $$exempt; \
+ git ls-files tests/unictype >> $$exempt; \
+ git ls-files | grep -vFf $$exempt \
+ | UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 \
+ UPDATE_COPYRIGHT_USE_INTERVALS=1 \
+ xargs build-aux/update-copyright
--
1.7.3.4
>From 8cdfeb5ed265a9ddcfb328fca83ba735345bf9e9 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 1 Jan 2011 12:12:41 +0100
Subject: [PATCH 2/2] maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
---
ChangeLog | 2 +-
MODULES.html.sh | 2 +-
README | 3 +--
build-aux/announce-gen | 2 +-
build-aux/arg-nonnull.h | 2 +-
build-aux/bootstrap | 2 +-
build-aux/bootstrap.conf | 2 +-
build-aux/c++defs.h | 2 +-
build-aux/config.libpath | 2 +-
build-aux/config.rpath | 2 +-
build-aux/csharpcomp.sh.in | 2 +-
build-aux/csharpexec.sh.in | 2 +-
build-aux/do-release-commit-and-tag | 2 +-
build-aux/git-version-gen | 2 +-
build-aux/gitlog-to-changelog | 2 +-
build-aux/gnu-web-doc-update | 2 +-
build-aux/install-reloc | 2 +-
build-aux/javacomp.sh.in | 2 +-
build-aux/javaexec.sh.in | 2 +-
build-aux/ldd.sh.in | 2 +-
build-aux/link-warning.h | 2 +-
build-aux/mktempd | 2 +-
build-aux/move-if-change | 2 +-
build-aux/ncftpput-ftp | 2 +-
build-aux/pmccabe2html | 2 +-
build-aux/reloc-ldflags | 2 +-
build-aux/relocatable.sh.in | 2 +-
build-aux/unused-parameter.h | 2 +-
build-aux/update-copyright | 2 +-
build-aux/useless-if-before-free | 2 +-
build-aux/vc-list-files | 2 +-
build-aux/warn-on-use.h | 2 +-
build-aux/x-to-1.in | 2 +-
check-module | 2 +-
config/argz.mk | 2 +-
config/srclist-update | 3 +--
doc/INSTALL | 3 +--
doc/INSTALL.ISO | 3 +--
doc/INSTALL.UTF-8 | 3 +--
doc/Makefile | 2 +-
doc/alloca-opt.texi | 2 +-
doc/alloca.texi | 2 +-
doc/c-ctype.texi | 2 +-
doc/c-strcase.texi | 2 +-
doc/c-strcaseeq.texi | 2 +-
doc/c-strcasestr.texi | 2 +-
doc/c-strstr.texi | 2 +-
doc/c-strtod.texi | 2 +-
doc/c-strtold.texi | 2 +-
doc/ctime.texi | 2 +-
doc/error.texi | 2 +-
doc/gcd.texi | 2 +-
doc/gnulib-tool.texi | 2 +-
doc/gnulib.texi | 2 +-
doc/inet_ntoa.texi | 2 +-
doc/lib-symbol-visibility.texi | 2 +-
doc/parse-datetime.texi | 3 +--
doc/quote.texi | 2 +-
doc/regexprops-generic.texi | 4 ++--
doc/solaris-versions | 2 +-
doc/verify.texi | 2 +-
gnulib-tool | 2 +-
lib/_Exit.c | 2 +-
lib/accept.c | 2 +-
lib/accept4.c | 2 +-
lib/acl-internal.h | 2 +-
lib/acl.h | 2 +-
lib/acl_entries.c | 2 +-
lib/alignof.h | 2 +-
lib/alloca.in.h | 2 +-
lib/alphasort.c | 2 +-
lib/amemxfrm.c | 2 +-
lib/amemxfrm.h | 2 +-
lib/anytostr.c | 2 +-
lib/arcfour.c | 3 +--
lib/arcfour.h | 3 +--
lib/arctwo.c | 3 +--
lib/arctwo.h | 3 +--
lib/areadlink-with-size.c | 2 +-
lib/areadlink.c | 2 +-
lib/areadlink.h | 2 +-
lib/areadlinkat-with-size.c | 2 +-
lib/areadlinkat.c | 2 +-
lib/argmatch.c | 4 ++--
lib/argmatch.h | 4 ++--
lib/argp-ba.c | 2 +-
lib/argp-eexst.c | 2 +-
lib/argp-fmtstream.c | 2 +-
lib/argp-fmtstream.h | 2 +-
lib/argp-fs-xinl.c | 2 +-
lib/argp-help.c | 2 +-
lib/argp-namefrob.h | 2 +-
lib/argp-parse.c | 2 +-
lib/argp-pin.c | 2 +-
lib/argp-pv.c | 2 +-
lib/argp-pvh.c | 2 +-
lib/argp-version-etc.c | 2 +-
lib/argp-version-etc.h | 2 +-
lib/argp-xinl.c | 2 +-
lib/argp.h | 2 +-
lib/argv-iter.c | 2 +-
lib/argv-iter.h | 2 +-
lib/argz.c | 2 +-
lib/argz.in.h | 4 ++--
lib/arpa_inet.in.h | 2 +-
lib/array-mergesort.h | 2 +-
lib/asnprintf.c | 2 +-
lib/asprintf.c | 2 +-
lib/astrxfrm.c | 2 +-
lib/astrxfrm.h | 2 +-
lib/at-func.c | 2 +-
lib/at-func2.c | 2 +-
lib/atoll.c | 3 +--
lib/backupfile.c | 2 +-
lib/backupfile.h | 2 +-
lib/base64.c | 3 +--
lib/base64.h | 2 +-
lib/basename-lgpl.c | 2 +-
lib/basename.c | 2 +-
lib/binary-io.h | 3 +--
lib/bind.c | 2 +-
lib/bitrotate.h | 2 +-
lib/btowc.c | 2 +-
lib/byteswap.in.h | 2 +-
lib/c-ctype.c | 2 +-
lib/c-ctype.h | 2 +-
lib/c-stack.c | 3 +--
lib/c-stack.h | 2 +-
lib/c-strcase.h | 2 +-
lib/c-strcasecmp.c | 2 +-
lib/c-strcaseeq.h | 2 +-
lib/c-strcasestr.c | 2 +-
lib/c-strcasestr.h | 2 +-
lib/c-strncasecmp.c | 2 +-
lib/c-strstr.c | 2 +-
lib/c-strstr.h | 2 +-
lib/c-strtod.c | 2 +-
lib/c-strtod.h | 2 +-
lib/calloc.c | 2 +-
lib/canon-host.c | 2 +-
lib/canon-host.h | 2 +-
lib/canonicalize-lgpl.c | 2 +-
lib/canonicalize.c | 2 +-
lib/canonicalize.h | 2 +-
lib/ceil.c | 2 +-
lib/ceilf.c | 2 +-
lib/ceill.c | 2 +-
lib/chdir-long.c | 2 +-
lib/chdir-long.h | 2 +-
lib/chdir-safer.c | 2 +-
lib/chdir-safer.h | 2 +-
lib/check-version.c | 3 +--
lib/check-version.h | 2 +-
lib/chown.c | 2 +-
lib/classpath.c | 2 +-
lib/classpath.h | 2 +-
lib/clean-temp.c | 2 +-
lib/clean-temp.h | 2 +-
lib/cloexec.c | 2 +-
lib/cloexec.h | 2 +-
lib/close-hook.c | 2 +-
lib/close-hook.h | 2 +-
lib/close-stream.c | 2 +-
lib/close.c | 2 +-
lib/closein.c | 2 +-
lib/closein.h | 2 +-
lib/closeout.c | 2 +-
lib/closeout.h | 2 +-
lib/concat-filename.c | 2 +-
lib/concat-filename.h | 2 +-
lib/config.charset | 2 +-
lib/connect.c | 2 +-
lib/copy-acl.c | 2 +-
lib/copy-file.c | 2 +-
lib/copy-file.h | 2 +-
lib/count-one-bits.h | 2 +-
lib/crc.c | 2 +-
lib/crc.h | 2 +-
lib/creat-safer.c | 2 +-
lib/csharpcomp.c | 2 +-
lib/csharpcomp.h | 2 +-
lib/csharpexec.c | 2 +-
lib/csharpexec.h | 2 +-
lib/ctype.in.h | 2 +-
lib/cycle-check.c | 2 +-
lib/cycle-check.h | 2 +-
lib/des.c | 3 +--
lib/des.h | 2 +-
lib/diacrit.c | 2 +-
lib/diacrit.h | 2 +-
lib/diffseq.h | 2 +-
lib/dirchownmod.c | 2 +-
lib/dirent--.h | 2 +-
lib/dirent-safer.h | 2 +-
lib/dirent.in.h | 2 +-
lib/dirfd.c | 2 +-
lib/dirname-lgpl.c | 2 +-
lib/dirname.c | 2 +-
lib/dirname.h | 2 +-
lib/dprintf.c | 2 +-
lib/dummy.c | 2 +-
lib/dup-safer-flag.c | 2 +-
lib/dup-safer.c | 2 +-
lib/dup2.c | 2 +-
lib/dup3.c | 2 +-
lib/duplocale.c | 2 +-
lib/eealloc.h | 2 +-
lib/errno.in.h | 2 +-
lib/error.c | 2 +-
lib/error.h | 4 ++--
lib/euidaccess.c | 2 +-
lib/exclude.c | 4 ++--
lib/exclude.h | 4 ++--
lib/execute.c | 2 +-
lib/execute.h | 2 +-
lib/exitfail.c | 3 +--
lib/exitfail.h | 2 +-
lib/expl.c | 2 +-
lib/faccessat.c | 2 +-
lib/fatal-signal.c | 2 +-
lib/fatal-signal.h | 2 +-
lib/fbufmode.c | 2 +-
lib/fbufmode.h | 2 +-
lib/fchdir.c | 2 +-
lib/fchmodat.c | 2 +-
lib/fchownat.c | 2 +-
lib/fclose.c | 2 +-
lib/fcntl--.h | 2 +-
lib/fcntl-safer.h | 2 +-
lib/fcntl.c | 2 +-
lib/fcntl.in.h | 2 +-
lib/fd-safer-flag.c | 2 +-
lib/fd-safer.c | 2 +-
lib/fdopendir.c | 2 +-
lib/fdutimensat.c | 2 +-
lib/fflush.c | 2 +-
lib/file-has-acl.c | 2 +-
lib/file-set.c | 2 +-
lib/file-type.c | 2 +-
lib/file-type.h | 2 +-
lib/fileblocks.c | 2 +-
lib/filemode.c | 2 +-
lib/filemode.h | 2 +-
lib/filename.h | 2 +-
lib/filenamecat-lgpl.c | 2 +-
lib/filenamecat.c | 2 +-
lib/filenamecat.h | 2 +-
lib/filevercmp.c | 2 +-
lib/filevercmp.h | 2 +-
lib/findprog-lgpl.c | 2 +-
lib/findprog.c | 2 +-
lib/findprog.h | 2 +-
lib/float+.h | 2 +-
lib/float.in.h | 2 +-
lib/flock.c | 2 +-
lib/floor.c | 2 +-
lib/floorf.c | 2 +-
lib/floorl.c | 2 +-
lib/fnmatch.c | 3 +--
lib/fnmatch.in.h | 4 ++--
lib/fnmatch_loop.c | 3 +--
lib/fopen-safer.c | 2 +-
lib/fopen.c | 2 +-
lib/forkpty.c | 2 +-
lib/fpending.c | 2 +-
lib/fpending.h | 2 +-
lib/fprintf.c | 2 +-
lib/fprintftime.h | 2 +-
lib/fpucw.h | 2 +-
lib/fpurge.c | 2 +-
lib/freadable.c | 2 +-
lib/freadable.h | 2 +-
lib/freadahead.c | 2 +-
lib/freadahead.h | 2 +-
lib/freading.c | 2 +-
lib/freading.h | 2 +-
lib/freadptr.c | 2 +-
lib/freadptr.h | 2 +-
lib/freadseek.c | 2 +-
lib/freadseek.h | 2 +-
lib/free.c | 2 +-
lib/freopen-safer.c | 2 +-
lib/freopen.c | 2 +-
lib/frexp.c | 2 +-
lib/frexpl.c | 2 +-
lib/fseek.c | 2 +-
lib/fseeko.c | 2 +-
lib/fseterr.c | 2 +-
lib/fseterr.h | 2 +-
lib/fstatat.c | 2 +-
lib/fstrcmp.c | 2 +-
lib/fstrcmp.h | 2 +-
lib/fsusage.c | 2 +-
lib/fsusage.h | 2 +-
lib/fsync.c | 2 +-
lib/ftell.c | 2 +-
lib/ftello.c | 2 +-
lib/ftoastr.c | 2 +-
lib/ftoastr.h | 2 +-
lib/fts-cycle.c | 2 +-
lib/fts.c | 2 +-
lib/fts_.h | 2 +-
lib/full-read.c | 2 +-
lib/full-read.h | 2 +-
lib/full-write.c | 2 +-
lib/full-write.h | 2 +-
lib/futimens.c | 2 +-
lib/fwritable.c | 2 +-
lib/fwritable.h | 2 +-
lib/fwriteerror.c | 2 +-
lib/fwriteerror.h | 2 +-
lib/fwriting.c | 2 +-
lib/fwriting.h | 2 +-
lib/gai_strerror.c | 4 ++--
lib/gc-gnulib.c | 3 +--
lib/gc-libgcrypt.c | 3 +--
lib/gc-pbkdf2-sha1.c | 3 +--
lib/gcd.c | 2 +-
lib/gcd.h | 2 +-
lib/gen-uni-tables.c | 2 +-
lib/getaddrinfo.c | 2 +-
lib/getcwd.c | 2 +-
lib/getdelim.c | 4 ++--
lib/getdomainname.c | 2 +-
lib/getdtablesize.c | 2 +-
lib/getfilecon.c | 2 +-
lib/getgroups.c | 2 +-
lib/gethostname.c | 3 +--
lib/gethrxtime.c | 2 +-
lib/gethrxtime.h | 2 +-
lib/getline.c | 2 +-
lib/getloadavg.c | 2 +-
lib/getlogin.c | 2 +-
lib/getlogin_r.c | 2 +-
lib/getndelim2.c | 4 ++--
lib/getndelim2.h | 2 +-
lib/getnline.c | 2 +-
lib/getnline.h | 2 +-
lib/getopt.c | 2 +-
lib/getopt.in.h | 2 +-
lib/getopt1.c | 4 ++--
lib/getopt_int.h | 2 +-
lib/getpagesize.c | 2 +-
lib/getpass.c | 2 +-
lib/getpass.h | 2 +-
lib/getpeername.c | 2 +-
lib/getsockname.c | 2 +-
lib/getsockopt.c | 2 +-
lib/getsubopt.c | 2 +-
lib/gettext.h | 2 +-
lib/gettime.c | 2 +-
lib/gettimeofday.c | 2 +-
lib/getugroups.c | 2 +-
lib/getugroups.h | 2 +-
lib/getusershell.c | 2 +-
lib/gl_anyavltree_list1.h | 2 +-
lib/gl_anyavltree_list2.h | 2 +-
lib/gl_anyhash_list1.h | 2 +-
lib/gl_anyhash_list2.h | 2 +-
lib/gl_anylinked_list1.h | 2 +-
lib/gl_anylinked_list2.h | 2 +-
lib/gl_anyrbtree_list1.h | 2 +-
lib/gl_anyrbtree_list2.h | 2 +-
lib/gl_anytree_list1.h | 2 +-
lib/gl_anytree_list2.h | 2 +-
lib/gl_anytree_oset.h | 2 +-
lib/gl_anytreehash_list1.h | 2 +-
lib/gl_anytreehash_list2.h | 2 +-
lib/gl_array_list.c | 2 +-
lib/gl_array_list.h | 2 +-
lib/gl_array_oset.c | 2 +-
lib/gl_array_oset.h | 2 +-
lib/gl_avltree_list.c | 2 +-
lib/gl_avltree_list.h | 2 +-
lib/gl_avltree_oset.c | 2 +-
lib/gl_avltree_oset.h | 2 +-
lib/gl_avltreehash_list.c | 2 +-
lib/gl_avltreehash_list.h | 2 +-
lib/gl_carray_list.c | 2 +-
lib/gl_carray_list.h | 2 +-
lib/gl_linked_list.c | 2 +-
lib/gl_linked_list.h | 2 +-
lib/gl_linkedhash_list.c | 2 +-
lib/gl_linkedhash_list.h | 2 +-
lib/gl_list.c | 2 +-
lib/gl_list.h | 2 +-
lib/gl_oset.c | 2 +-
lib/gl_oset.h | 2 +-
lib/gl_rbtree_list.c | 2 +-
lib/gl_rbtree_list.h | 2 +-
lib/gl_rbtree_oset.c | 2 +-
lib/gl_rbtree_oset.h | 2 +-
lib/gl_rbtreehash_list.c | 2 +-
lib/gl_rbtreehash_list.h | 2 +-
lib/gl_sublist.c | 2 +-
lib/gl_sublist.h | 2 +-
lib/gl_xlist.c | 2 +-
lib/gl_xlist.h | 2 +-
lib/gl_xoset.c | 2 +-
lib/gl_xoset.h | 2 +-
lib/gl_xsublist.c | 2 +-
lib/gl_xsublist.h | 2 +-
lib/glob-libc.h | 2 +-
lib/glob.c | 2 +-
lib/glob.in.h | 2 +-
lib/glthread/cond.c | 2 +-
lib/glthread/cond.h | 2 +-
lib/glthread/lock.c | 2 +-
lib/glthread/lock.h | 2 +-
lib/glthread/thread.c | 2 +-
lib/glthread/thread.h | 2 +-
lib/glthread/threadlib.c | 2 +-
lib/glthread/tls.c | 2 +-
lib/glthread/tls.h | 2 +-
lib/glthread/yield.h | 2 +-
lib/grantpt.c | 2 +-
lib/group-member.c | 2 +-
lib/group-member.h | 2 +-
lib/hard-locale.c | 4 ++--
lib/hard-locale.h | 2 +-
lib/hash-pjw.c | 2 +-
lib/hash-pjw.h | 2 +-
lib/hash-triple.c | 2 +-
lib/hash.c | 2 +-
lib/hash.h | 2 +-
lib/hmac-md5.c | 2 +-
lib/hmac-sha1.c | 2 +-
lib/hmac.h | 2 +-
lib/human.c | 3 +--
lib/human.h | 3 +--
lib/i-ring.c | 2 +-
lib/i-ring.h | 2 +-
lib/iconv.c | 2 +-
lib/iconv.in.h | 2 +-
lib/iconv_close.c | 2 +-
lib/iconv_open.c | 2 +-
lib/iconveh.h | 2 +-
lib/idcache.c | 2 +-
lib/idpriv-drop.c | 2 +-
lib/idpriv-droptemp.c | 2 +-
lib/idpriv.h | 2 +-
lib/ignore-value.h | 2 +-
lib/imaxabs.c | 2 +-
lib/imaxdiv.c | 2 +-
lib/inet_ntop.c | 2 +-
lib/inet_pton.c | 2 +-
lib/intprops.h | 3 +--
lib/inttostr.h | 2 +-
lib/inttypes.in.h | 2 +-
lib/ioctl.c | 2 +-
lib/isapipe.c | 2 +-
lib/isblank.c | 2 +-
lib/isdir.c | 2 +-
lib/isfinite.c | 2 +-
lib/isinf.c | 2 +-
lib/isnan.c | 2 +-
lib/isnand-nolibm.h | 2 +-
lib/isnand.c | 2 +-
lib/isnanf-nolibm.h | 2 +-
lib/isnanf.c | 2 +-
lib/isnanl-nolibm.h | 2 +-
lib/isnanl.c | 2 +-
lib/iswblank.c | 2 +-
lib/javacomp.c | 2 +-
lib/javacomp.h | 2 +-
lib/javaexec.c | 2 +-
lib/javaexec.h | 2 +-
lib/javaversion.c | 2 +-
lib/javaversion.h | 2 +-
lib/javaversion.java | 2 +-
lib/langinfo.in.h | 2 +-
lib/lchown.c | 2 +-
lib/ldexpl.c | 2 +-
lib/linebuffer.c | 2 +-
lib/linebuffer.h | 2 +-
lib/link.c | 2 +-
lib/linkat.c | 2 +-
lib/listen.c | 2 +-
lib/localcharset.c | 2 +-
lib/localcharset.h | 2 +-
lib/locale.in.h | 2 +-
lib/localename.c | 2 +-
lib/localename.h | 2 +-
lib/login_tty.c | 2 +-
lib/long-options.c | 2 +-
lib/long-options.h | 2 +-
lib/lseek.c | 2 +-
lib/lstat.c | 2 +-
lib/malloc.c | 2 +-
lib/malloca.c | 2 +-
lib/malloca.h | 2 +-
lib/math.in.h | 2 +-
lib/mbchar.c | 2 +-
lib/mbchar.h | 2 +-
lib/mbfile.h | 2 +-
lib/mbiter.h | 2 +-
lib/mbmemcasecmp.c | 2 +-
lib/mbmemcasecmp.h | 2 +-
lib/mbmemcasecoll.c | 2 +-
lib/mbmemcasecoll.h | 2 +-
lib/mbrlen.c | 2 +-
lib/mbrtowc.c | 2 +-
lib/mbscasecmp.c | 2 +-
lib/mbscasestr.c | 2 +-
lib/mbschr.c | 2 +-
lib/mbscspn.c | 2 +-
lib/mbsinit.c | 2 +-
lib/mbslen.c | 2 +-
lib/mbsncasecmp.c | 2 +-
lib/mbsnlen.c | 2 +-
lib/mbsnrtowcs.c | 2 +-
lib/mbspbrk.c | 2 +-
lib/mbspcasecmp.c | 2 +-
lib/mbsrchr.c | 2 +-
lib/mbsrtowcs-state.c | 2 +-
lib/mbsrtowcs.c | 2 +-
lib/mbssep.c | 2 +-
lib/mbsspn.c | 2 +-
lib/mbsstr.c | 2 +-
lib/mbstok_r.c | 2 +-
lib/mbswidth.c | 2 +-
lib/mbswidth.h | 2 +-
lib/mbuiter.h | 2 +-
lib/md2.c | 4 ++--
lib/md2.h | 4 ++--
lib/md4.c | 4 ++--
lib/md4.h | 4 ++--
lib/md5.c | 4 ++--
lib/md5.h | 2 +-
lib/memcasecmp.c | 2 +-
lib/memcasecmp.h | 2 +-
lib/memchr.c | 2 +-
lib/memchr2.c | 4 ++--
lib/memchr2.h | 2 +-
lib/memcmp.c | 2 +-
lib/memcmp2.c | 2 +-
lib/memcmp2.h | 2 +-
lib/memcoll.c | 2 +-
lib/memcoll.h | 2 +-
lib/memcpy.c | 2 +-
lib/memmem.c | 4 ++--
lib/mempcpy.c | 2 +-
lib/memrchr.c | 2 +-
lib/memset.c | 2 +-
lib/memxor.c | 2 +-
lib/memxor.h | 2 +-
lib/mgetgroups.c | 2 +-
lib/mgetgroups.h | 2 +-
lib/minmax.h | 2 +-
lib/mkancesdirs.c | 2 +-
lib/mkdir-p.c | 2 +-
lib/mkdir-p.h | 2 +-
lib/mkdir.c | 2 +-
lib/mkdirat.c | 2 +-
lib/mkdtemp.c | 2 +-
lib/mkfifo.c | 2 +-
lib/mkfifoat.c | 2 +-
lib/mknod.c | 2 +-
lib/mknodat.c | 2 +-
lib/mkostemp.c | 2 +-
lib/mkostemps.c | 2 +-
lib/mkstemp-safer.c | 2 +-
lib/mkstemp.c | 2 +-
lib/mkstemps.c | 2 +-
lib/mktime.c | 2 +-
lib/modechange.c | 2 +-
lib/modechange.h | 2 +-
lib/mountlist.c | 2 +-
lib/mountlist.h | 2 +-
lib/mpsort.c | 2 +-
lib/nanosleep.c | 2 +-
lib/netdb.in.h | 2 +-
lib/netinet_in.in.h | 2 +-
lib/nl_langinfo.c | 2 +-
lib/nproc.c | 2 +-
lib/nproc.h | 2 +-
lib/obstack.c | 4 +---
lib/obstack.h | 2 +-
lib/obstack_printf.c | 2 +-
lib/open-safer.c | 2 +-
lib/open.c | 2 +-
lib/openat-die.c | 2 +-
lib/openat-priv.h | 2 +-
lib/openat-proc.c | 2 +-
lib/openat-safer.c | 2 +-
lib/openat.c | 2 +-
lib/openat.h | 2 +-
lib/opendir-safer.c | 2 +-
lib/openpty.c | 2 +-
lib/pagealign_alloc.c | 2 +-
lib/pagealign_alloc.h | 2 +-
lib/parse-datetime.h | 2 +-
lib/parse-datetime.y | 3 +--
lib/parse-duration.c | 2 +-
lib/parse-duration.h | 2 +-
lib/pathmax.h | 2 +-
lib/perror.c | 2 +-
lib/physmem.c | 2 +-
lib/physmem.h | 2 +-
lib/pipe-filter-aux.h | 2 +-
lib/pipe-filter-gi.c | 2 +-
lib/pipe-filter-ii.c | 2 +-
lib/pipe-filter.h | 2 +-
lib/pipe-safer.c | 2 +-
lib/pipe.c | 2 +-
lib/pipe2-safer.c | 2 +-
lib/pipe2.c | 2 +-
lib/poll.c | 2 +-
lib/poll.in.h | 2 +-
lib/popen-safer.c | 2 +-
lib/popen.c | 2 +-
lib/posixtm.c | 2 +-
lib/posixtm.h | 2 +-
lib/posixver.c | 2 +-
lib/pread.c | 2 +-
lib/printf-args.c | 2 +-
lib/printf-args.h | 2 +-
lib/printf-frexp.c | 2 +-
lib/printf-frexp.h | 2 +-
lib/printf-frexpl.c | 2 +-
lib/printf-frexpl.h | 2 +-
lib/printf-parse.c | 2 +-
lib/printf-parse.h | 2 +-
lib/printf.c | 2 +-
lib/priv-set.c | 2 +-
lib/priv-set.h | 2 +-
lib/progname.c | 2 +-
lib/progname.h | 2 +-
lib/progreloc.c | 2 +-
lib/propername.c | 2 +-
lib/propername.h | 2 +-
lib/pt_chown.c | 2 +-
lib/pthread.in.h | 2 +-
lib/ptsname.c | 2 +-
lib/pty-private.h | 2 +-
lib/pty.in.h | 2 +-
lib/putenv.c | 2 +-
lib/pwrite.c | 2 +-
lib/quote.c | 4 ++--
lib/quote.h | 3 +--
lib/quotearg.c | 3 +--
lib/quotearg.h | 4 ++--
lib/raise.c | 2 +-
lib/random_r.c | 2 +-
lib/rawmemchr.c | 2 +-
lib/read-file.c | 2 +-
lib/read-file.h | 2 +-
lib/readline.c | 2 +-
lib/readline.h | 2 +-
lib/readlink.c | 2 +-
lib/readlinkat.c | 2 +-
lib/readtokens.c | 2 +-
lib/readtokens.h | 2 +-
lib/readtokens0.c | 2 +-
lib/readtokens0.h | 2 +-
lib/readutmp.c | 2 +-
lib/readutmp.h | 2 +-
lib/realloc.c | 2 +-
lib/recv.c | 2 +-
lib/recvfrom.c | 2 +-
lib/ref-add.sin | 2 +-
lib/ref-del.sin | 2 +-
lib/regcomp.c | 3 +--
lib/regex-quote.c | 2 +-
lib/regex-quote.h | 2 +-
lib/regex.c | 3 +--
lib/regex.h | 5 ++---
lib/regex_internal.c | 3 +--
lib/regex_internal.h | 3 +--
lib/regexec.c | 3 +--
lib/relocatable.c | 2 +-
lib/relocatable.h | 2 +-
lib/relocwrapper.c | 2 +-
lib/remove.c | 2 +-
lib/rename.c | 2 +-
lib/renameat.c | 2 +-
lib/rijndael-alg-fst.c | 2 +-
lib/rijndael-alg-fst.h | 2 +-
lib/rijndael-api-fst.c | 2 +-
lib/rijndael-api-fst.h | 2 +-
lib/rmdir.c | 2 +-
lib/round.c | 2 +-
lib/roundf.c | 2 +-
lib/roundl.c | 2 +-
lib/rpmatch.c | 2 +-
lib/safe-alloc.c | 2 +-
lib/safe-alloc.h | 2 +-
lib/safe-read.c | 2 +-
lib/safe-read.h | 2 +-
lib/safe-write.c | 2 +-
lib/safe-write.h | 2 +-
lib/same-inode.h | 2 +-
lib/same.c | 2 +-
lib/same.h | 2 +-
lib/save-cwd.c | 2 +-
lib/save-cwd.h | 2 +-
lib/savedir.c | 2 +-
lib/savedir.h | 2 +-
lib/savewd.c | 2 +-
lib/savewd.h | 2 +-
lib/scandir.c | 2 +-
lib/sched.in.h | 2 +-
lib/se-selinux.in.h | 2 +-
lib/search.in.h | 2 +-
lib/select.c | 2 +-
lib/selinux-at.c | 2 +-
lib/selinux-at.h | 2 +-
lib/send.c | 2 +-
lib/sendto.c | 2 +-
lib/set-mode-acl.c | 2 +-
lib/setenv.c | 2 +-
lib/setsockopt.c | 2 +-
lib/settime.c | 2 +-
lib/sh-quote.c | 2 +-
lib/sh-quote.h | 2 +-
lib/sha1.c | 3 +--
lib/sha1.h | 2 +-
lib/sha256.c | 2 +-
lib/sha256.h | 2 +-
lib/sha512.c | 2 +-
lib/sha512.h | 2 +-
lib/shutdown.c | 2 +-
lib/sig-handler.h | 2 +-
lib/sig2str.c | 2 +-
lib/sig2str.h | 2 +-
lib/sigaction.c | 2 +-
lib/siglist.h | 3 +--
lib/signal.in.h | 2 +-
lib/signbitd.c | 2 +-
lib/signbitf.c | 2 +-
lib/signbitl.c | 2 +-
lib/sigpipe-die.c | 2 +-
lib/sigpipe-die.h | 2 +-
lib/sigprocmask.c | 2 +-
lib/sincosl.c | 2 +-
lib/size_max.h | 2 +-
lib/sleep.c | 2 +-
lib/snprintf.c | 2 +-
lib/socket.c | 2 +-
lib/sockets.c | 2 +-
lib/sockets.h | 2 +-
lib/spawn-pipe.c | 2 +-
lib/spawn-pipe.h | 2 +-
lib/spawn.c | 2 +-
lib/spawn.in.h | 2 +-
lib/spawn_faction_addclose.c | 2 +-
lib/spawn_faction_adddup2.c | 2 +-
lib/spawn_faction_addopen.c | 2 +-
lib/spawn_faction_destroy.c | 2 +-
lib/spawn_faction_init.c | 2 +-
lib/spawn_int.h | 2 +-
lib/spawnattr_destroy.c | 2 +-
lib/spawnattr_getdefault.c | 2 +-
lib/spawnattr_getflags.c | 2 +-
lib/spawnattr_getpgroup.c | 2 +-
lib/spawnattr_getschedparam.c | 2 +-
lib/spawnattr_getschedpolicy.c | 2 +-
lib/spawnattr_getsigmask.c | 2 +-
lib/spawnattr_init.c | 2 +-
lib/spawnattr_setdefault.c | 2 +-
lib/spawnattr_setflags.c | 2 +-
lib/spawnattr_setpgroup.c | 2 +-
lib/spawnattr_setschedparam.c | 2 +-
lib/spawnattr_setschedpolicy.c | 2 +-
lib/spawnattr_setsigmask.c | 2 +-
lib/spawni.c | 2 +-
lib/spawnp.c | 2 +-
lib/sprintf.c | 2 +-
lib/sqrtl.c | 2 +-
lib/stat-time.h | 2 +-
lib/stat.c | 2 +-
lib/stdarg.in.h | 2 +-
lib/stdbool.in.h | 2 +-
lib/stddef.in.h | 2 +-
lib/stdint.in.h | 2 +-
lib/stdio--.h | 2 +-
lib/stdio-impl.h | 2 +-
lib/stdio-safer.h | 2 +-
lib/stdio-write.c | 2 +-
lib/stdio.in.h | 2 +-
lib/stdlib--.h | 2 +-
lib/stdlib-safer.h | 2 +-
lib/stdlib.in.h | 2 +-
lib/stpcpy.c | 2 +-
lib/stpncpy.c | 2 +-
lib/str-kmp.h | 2 +-
lib/str-two-way.h | 2 +-
lib/strcasecmp.c | 2 +-
lib/strcasestr.c | 2 +-
lib/strchrnul.c | 2 +-
lib/strcspn.c | 2 +-
lib/strdup.c | 4 ++--
lib/streq.h | 2 +-
lib/strerror.c | 2 +-
lib/strerror_r.c | 2 +-
lib/strftime.c | 2 +-
lib/strftime.h | 2 +-
lib/striconv.c | 2 +-
lib/striconv.h | 2 +-
lib/striconveh.c | 2 +-
lib/striconveh.h | 2 +-
lib/striconveha.c | 2 +-
lib/striconveha.h | 2 +-
lib/string.in.h | 2 +-
lib/strings.in.h | 2 +-
lib/stripslash.c | 2 +-
lib/strncasecmp.c | 2 +-
lib/strncat.c | 2 +-
lib/strndup.c | 4 ++--
lib/strnlen.c | 2 +-
lib/strnlen1.c | 2 +-
lib/strnlen1.h | 2 +-
lib/strpbrk.c | 2 +-
lib/strptime.c | 2 +-
lib/strsep.c | 2 +-
lib/strsignal.c | 2 +-
lib/strstr.c | 4 ++--
lib/strtod.c | 2 +-
lib/strtoimax.c | 4 ++--
lib/strtok_r.c | 2 +-
lib/strtol.c | 4 ++--
lib/strtoll.c | 4 ++--
lib/strtoul.c | 2 +-
lib/strtoull.c | 3 +--
lib/strverscmp.c | 2 +-
lib/symlink.c | 2 +-
lib/symlinkat.c | 2 +-
lib/sys_file.in.h | 2 +-
lib/sys_ioctl.in.h | 2 +-
lib/sys_select.in.h | 2 +-
lib/sys_socket.in.h | 2 +-
lib/sys_stat.in.h | 2 +-
lib/sys_time.in.h | 2 +-
lib/sys_times.in.h | 2 +-
lib/sys_utsname.in.h | 2 +-
lib/sys_wait.in.h | 2 +-
lib/sysexits.in.h | 2 +-
lib/tcgetsid.c | 2 +-
lib/tempname.c | 2 +-
lib/tempname.h | 2 +-
lib/termios.in.h | 2 +-
lib/time.in.h | 2 +-
lib/time_r.c | 2 +-
lib/timegm.c | 2 +-
lib/times.c | 2 +-
lib/timespec.h | 2 +-
lib/tmpdir.c | 2 +-
lib/tmpdir.h | 2 +-
lib/tmpfile-safer.c | 2 +-
lib/tmpfile.c | 2 +-
lib/trigl.c | 2 +-
lib/trigl.h | 2 +-
lib/trim.c | 2 +-
lib/trim.h | 2 +-
lib/trunc.c | 2 +-
lib/truncf.c | 2 +-
lib/truncl.c | 2 +-
lib/tsearch.c | 2 +-
lib/ttyname_r.c | 2 +-
lib/u64.h | 2 +-
lib/uname.c | 2 +-
lib/unicase.in.h | 2 +-
lib/unicase/cased.c | 2 +-
lib/unicase/casefold.h | 2 +-
lib/unicase/caseprop.h | 2 +-
lib/unicase/context.h | 2 +-
lib/unicase/empty-prefix-context.c | 2 +-
lib/unicase/empty-suffix-context.c | 2 +-
lib/unicase/ignorable.c | 2 +-
lib/unicase/invariant.h | 2 +-
lib/unicase/locale-language.c | 2 +-
lib/unicase/simple-mapping.h | 2 +-
lib/unicase/special-casing.c | 2 +-
lib/unicase/special-casing.h | 2 +-
lib/unicase/tocasefold.c | 2 +-
lib/unicase/tolower.c | 2 +-
lib/unicase/totitle.c | 2 +-
lib/unicase/toupper.c | 2 +-
lib/unicase/u-casecmp.h | 2 +-
lib/unicase/u-casecoll.h | 2 +-
lib/unicase/u-casefold.h | 2 +-
lib/unicase/u-casemap.h | 2 +-
lib/unicase/u-casexfrm.h | 2 +-
lib/unicase/u-ct-casefold.h | 2 +-
lib/unicase/u-ct-totitle.h | 2 +-
lib/unicase/u-is-cased.h | 2 +-
lib/unicase/u-is-invariant.h | 2 +-
lib/unicase/u-prefix-context.h | 2 +-
lib/unicase/u-suffix-context.h | 2 +-
lib/unicase/u-totitle.h | 2 +-
lib/unicase/u16-casecmp.c | 2 +-
lib/unicase/u16-casecoll.c | 2 +-
lib/unicase/u16-casefold.c | 2 +-
lib/unicase/u16-casemap.c | 2 +-
lib/unicase/u16-casexfrm.c | 2 +-
lib/unicase/u16-ct-casefold.c | 2 +-
lib/unicase/u16-ct-tolower.c | 2 +-
lib/unicase/u16-ct-totitle.c | 2 +-
lib/unicase/u16-ct-toupper.c | 2 +-
lib/unicase/u16-is-cased.c | 2 +-
lib/unicase/u16-is-casefolded.c | 2 +-
lib/unicase/u16-is-invariant.c | 2 +-
lib/unicase/u16-is-lowercase.c | 2 +-
lib/unicase/u16-is-titlecase.c | 2 +-
lib/unicase/u16-is-uppercase.c | 2 +-
lib/unicase/u16-prefix-context.c | 2 +-
lib/unicase/u16-suffix-context.c | 2 +-
lib/unicase/u16-tolower.c | 2 +-
lib/unicase/u16-totitle.c | 2 +-
lib/unicase/u16-toupper.c | 2 +-
lib/unicase/u32-casecmp.c | 2 +-
lib/unicase/u32-casecoll.c | 2 +-
lib/unicase/u32-casefold.c | 2 +-
lib/unicase/u32-casemap.c | 2 +-
lib/unicase/u32-casexfrm.c | 2 +-
lib/unicase/u32-ct-casefold.c | 2 +-
lib/unicase/u32-ct-tolower.c | 2 +-
lib/unicase/u32-ct-totitle.c | 2 +-
lib/unicase/u32-ct-toupper.c | 2 +-
lib/unicase/u32-is-cased.c | 2 +-
lib/unicase/u32-is-casefolded.c | 2 +-
lib/unicase/u32-is-invariant.c | 2 +-
lib/unicase/u32-is-lowercase.c | 2 +-
lib/unicase/u32-is-titlecase.c | 2 +-
lib/unicase/u32-is-uppercase.c | 2 +-
lib/unicase/u32-prefix-context.c | 2 +-
lib/unicase/u32-suffix-context.c | 2 +-
lib/unicase/u32-tolower.c | 2 +-
lib/unicase/u32-totitle.c | 2 +-
lib/unicase/u32-toupper.c | 2 +-
lib/unicase/u8-casecmp.c | 2 +-
lib/unicase/u8-casecoll.c | 2 +-
lib/unicase/u8-casefold.c | 2 +-
lib/unicase/u8-casemap.c | 2 +-
lib/unicase/u8-casexfrm.c | 2 +-
lib/unicase/u8-ct-casefold.c | 2 +-
lib/unicase/u8-ct-tolower.c | 2 +-
lib/unicase/u8-ct-totitle.c | 2 +-
lib/unicase/u8-ct-toupper.c | 2 +-
lib/unicase/u8-is-cased.c | 2 +-
lib/unicase/u8-is-casefolded.c | 2 +-
lib/unicase/u8-is-invariant.c | 2 +-
lib/unicase/u8-is-lowercase.c | 2 +-
lib/unicase/u8-is-titlecase.c | 2 +-
lib/unicase/u8-is-uppercase.c | 2 +-
lib/unicase/u8-prefix-context.c | 2 +-
lib/unicase/u8-suffix-context.c | 2 +-
lib/unicase/u8-tolower.c | 2 +-
lib/unicase/u8-totitle.c | 2 +-
lib/unicase/u8-toupper.c | 2 +-
lib/unicase/ulc-casecmp.c | 2 +-
lib/unicase/ulc-casecoll.c | 2 +-
lib/unicase/ulc-casexfrm.c | 2 +-
lib/unicase/unicasemap.h | 2 +-
lib/unicodeio.c | 2 +-
lib/unicodeio.h | 2 +-
lib/uniconv.in.h | 2 +-
lib/uniconv/u-conv-from-enc.h | 2 +-
lib/uniconv/u-conv-to-enc.h | 2 +-
lib/uniconv/u-strconv-from-enc.h | 2 +-
lib/uniconv/u-strconv-to-enc.h | 2 +-
lib/uniconv/u16-conv-from-enc.c | 2 +-
lib/uniconv/u16-conv-to-enc.c | 2 +-
lib/uniconv/u16-strconv-from-enc.c | 2 +-
lib/uniconv/u16-strconv-from-locale.c | 2 +-
lib/uniconv/u16-strconv-to-enc.c | 2 +-
lib/uniconv/u16-strconv-to-locale.c | 2 +-
lib/uniconv/u32-conv-from-enc.c | 2 +-
lib/uniconv/u32-conv-to-enc.c | 2 +-
lib/uniconv/u32-strconv-from-enc.c | 2 +-
lib/uniconv/u32-strconv-from-locale.c | 2 +-
lib/uniconv/u32-strconv-to-enc.c | 2 +-
lib/uniconv/u32-strconv-to-locale.c | 2 +-
lib/uniconv/u8-conv-from-enc.c | 2 +-
lib/uniconv/u8-conv-to-enc.c | 2 +-
lib/uniconv/u8-strconv-from-enc.c | 2 +-
lib/uniconv/u8-strconv-from-locale.c | 2 +-
lib/uniconv/u8-strconv-to-enc.c | 2 +-
lib/uniconv/u8-strconv-to-locale.c | 2 +-
lib/unictype.in.h | 2 +-
lib/unictype/3level.h | 2 +-
lib/unictype/3levelbit.h | 2 +-
lib/unictype/bidi_byname.c | 2 +-
lib/unictype/bidi_name.c | 2 +-
lib/unictype/bidi_of.c | 2 +-
lib/unictype/bidi_test.c | 2 +-
lib/unictype/bitmap.h | 2 +-
lib/unictype/block_test.c | 2 +-
lib/unictype/blocks.c | 2 +-
lib/unictype/categ_C.c | 2 +-
lib/unictype/categ_Cc.c | 2 +-
lib/unictype/categ_Cf.c | 2 +-
lib/unictype/categ_Cn.c | 2 +-
lib/unictype/categ_Co.c | 2 +-
lib/unictype/categ_Cs.c | 2 +-
lib/unictype/categ_L.c | 2 +-
lib/unictype/categ_Ll.c | 2 +-
lib/unictype/categ_Lm.c | 2 +-
lib/unictype/categ_Lo.c | 2 +-
lib/unictype/categ_Lt.c | 2 +-
lib/unictype/categ_Lu.c | 2 +-
lib/unictype/categ_M.c | 2 +-
lib/unictype/categ_Mc.c | 2 +-
lib/unictype/categ_Me.c | 2 +-
lib/unictype/categ_Mn.c | 2 +-
lib/unictype/categ_N.c | 2 +-
lib/unictype/categ_Nd.c | 2 +-
lib/unictype/categ_Nl.c | 2 +-
lib/unictype/categ_No.c | 2 +-
lib/unictype/categ_P.c | 2 +-
lib/unictype/categ_Pc.c | 2 +-
lib/unictype/categ_Pd.c | 2 +-
lib/unictype/categ_Pe.c | 2 +-
lib/unictype/categ_Pf.c | 2 +-
lib/unictype/categ_Pi.c | 2 +-
lib/unictype/categ_Po.c | 2 +-
lib/unictype/categ_Ps.c | 2 +-
lib/unictype/categ_S.c | 2 +-
lib/unictype/categ_Sc.c | 2 +-
lib/unictype/categ_Sk.c | 2 +-
lib/unictype/categ_Sm.c | 2 +-
lib/unictype/categ_So.c | 2 +-
lib/unictype/categ_Z.c | 2 +-
lib/unictype/categ_Zl.c | 2 +-
lib/unictype/categ_Zp.c | 2 +-
lib/unictype/categ_Zs.c | 2 +-
lib/unictype/categ_and.c | 2 +-
lib/unictype/categ_and_not.c | 2 +-
lib/unictype/categ_byname.c | 2 +-
lib/unictype/categ_name.c | 2 +-
lib/unictype/categ_none.c | 2 +-
lib/unictype/categ_of.c | 2 +-
lib/unictype/categ_or.c | 2 +-
lib/unictype/categ_test.c | 2 +-
lib/unictype/combining.c | 2 +-
lib/unictype/ctype_alnum.c | 2 +-
lib/unictype/ctype_alpha.c | 2 +-
lib/unictype/ctype_blank.c | 2 +-
lib/unictype/ctype_cntrl.c | 2 +-
lib/unictype/ctype_digit.c | 2 +-
lib/unictype/ctype_graph.c | 2 +-
lib/unictype/ctype_lower.c | 2 +-
lib/unictype/ctype_print.c | 2 +-
lib/unictype/ctype_punct.c | 2 +-
lib/unictype/ctype_space.c | 2 +-
lib/unictype/ctype_upper.c | 2 +-
lib/unictype/ctype_xdigit.c | 2 +-
lib/unictype/decdigit.c | 2 +-
lib/unictype/digit.c | 2 +-
lib/unictype/identsyntaxmap.h | 2 +-
lib/unictype/mirror.c | 2 +-
lib/unictype/numeric.c | 2 +-
lib/unictype/pr_alphabetic.c | 2 +-
lib/unictype/pr_ascii_hex_digit.c | 2 +-
lib/unictype/pr_bidi_arabic_digit.c | 2 +-
lib/unictype/pr_bidi_arabic_right_to_left.c | 2 +-
lib/unictype/pr_bidi_block_separator.c | 2 +-
lib/unictype/pr_bidi_boundary_neutral.c | 2 +-
lib/unictype/pr_bidi_common_separator.c | 2 +-
lib/unictype/pr_bidi_control.c | 2 +-
lib/unictype/pr_bidi_embedding_or_override.c | 2 +-
lib/unictype/pr_bidi_eur_num_separator.c | 2 +-
lib/unictype/pr_bidi_eur_num_terminator.c | 2 +-
lib/unictype/pr_bidi_european_digit.c | 2 +-
lib/unictype/pr_bidi_hebrew_right_to_left.c | 2 +-
lib/unictype/pr_bidi_left_to_right.c | 2 +-
lib/unictype/pr_bidi_non_spacing_mark.c | 2 +-
lib/unictype/pr_bidi_other_neutral.c | 2 +-
lib/unictype/pr_bidi_pdf.c | 2 +-
lib/unictype/pr_bidi_segment_separator.c | 2 +-
lib/unictype/pr_bidi_whitespace.c | 2 +-
lib/unictype/pr_byname.c | 2 +-
lib/unictype/pr_combining.c | 2 +-
lib/unictype/pr_composite.c | 2 +-
lib/unictype/pr_currency_symbol.c | 2 +-
lib/unictype/pr_dash.c | 2 +-
lib/unictype/pr_decimal_digit.c | 2 +-
lib/unictype/pr_default_ignorable_code_point.c | 2 +-
lib/unictype/pr_deprecated.c | 2 +-
lib/unictype/pr_diacritic.c | 2 +-
lib/unictype/pr_extender.c | 2 +-
lib/unictype/pr_format_control.c | 2 +-
lib/unictype/pr_grapheme_base.c | 2 +-
lib/unictype/pr_grapheme_extend.c | 2 +-
lib/unictype/pr_grapheme_link.c | 2 +-
lib/unictype/pr_hex_digit.c | 2 +-
lib/unictype/pr_hyphen.c | 2 +-
lib/unictype/pr_id_continue.c | 2 +-
lib/unictype/pr_id_start.c | 2 +-
lib/unictype/pr_ideographic.c | 2 +-
lib/unictype/pr_ids_binary_operator.c | 2 +-
lib/unictype/pr_ids_trinary_operator.c | 2 +-
lib/unictype/pr_ignorable_control.c | 2 +-
lib/unictype/pr_iso_control.c | 2 +-
lib/unictype/pr_join_control.c | 2 +-
lib/unictype/pr_left_of_pair.c | 2 +-
lib/unictype/pr_line_separator.c | 2 +-
lib/unictype/pr_logical_order_exception.c | 2 +-
lib/unictype/pr_lowercase.c | 2 +-
lib/unictype/pr_math.c | 2 +-
lib/unictype/pr_non_break.c | 2 +-
lib/unictype/pr_not_a_character.c | 2 +-
lib/unictype/pr_numeric.c | 2 +-
lib/unictype/pr_other_alphabetic.c | 2 +-
.../pr_other_default_ignorable_code_point.c | 2 +-
lib/unictype/pr_other_grapheme_extend.c | 2 +-
lib/unictype/pr_other_id_continue.c | 2 +-
lib/unictype/pr_other_id_start.c | 2 +-
lib/unictype/pr_other_lowercase.c | 2 +-
lib/unictype/pr_other_math.c | 2 +-
lib/unictype/pr_other_uppercase.c | 2 +-
lib/unictype/pr_paired_punctuation.c | 2 +-
lib/unictype/pr_paragraph_separator.c | 2 +-
lib/unictype/pr_pattern_syntax.c | 2 +-
lib/unictype/pr_pattern_white_space.c | 2 +-
lib/unictype/pr_private_use.c | 2 +-
lib/unictype/pr_punctuation.c | 2 +-
lib/unictype/pr_quotation_mark.c | 2 +-
lib/unictype/pr_radical.c | 2 +-
lib/unictype/pr_sentence_terminal.c | 2 +-
lib/unictype/pr_soft_dotted.c | 2 +-
lib/unictype/pr_space.c | 2 +-
lib/unictype/pr_terminal_punctuation.c | 2 +-
lib/unictype/pr_test.c | 2 +-
lib/unictype/pr_titlecase.c | 2 +-
lib/unictype/pr_unassigned_code_value.c | 2 +-
lib/unictype/pr_unified_ideograph.c | 2 +-
lib/unictype/pr_uppercase.c | 2 +-
lib/unictype/pr_variation_selector.c | 2 +-
lib/unictype/pr_white_space.c | 2 +-
lib/unictype/pr_xid_continue.c | 2 +-
lib/unictype/pr_xid_start.c | 2 +-
lib/unictype/pr_zero_width.c | 2 +-
lib/unictype/scripts.c | 2 +-
lib/unictype/sy_c_ident.c | 2 +-
lib/unictype/sy_c_whitespace.c | 2 +-
lib/unictype/sy_java_ident.c | 2 +-
lib/unictype/sy_java_whitespace.c | 2 +-
lib/unigbrk.in.h | 2 +-
lib/unigbrk/uc-gbrk-prop.c | 2 +-
lib/unigbrk/uc-is-grapheme-break.c | 2 +-
lib/unilbrk.in.h | 2 +-
lib/unilbrk/lbrkprop1.h | 2 +-
lib/unilbrk/lbrkprop2.h | 2 +-
lib/unilbrk/lbrktables.c | 2 +-
lib/unilbrk/lbrktables.h | 2 +-
lib/unilbrk/u16-possible-linebreaks.c | 2 +-
lib/unilbrk/u16-width-linebreaks.c | 2 +-
lib/unilbrk/u32-possible-linebreaks.c | 2 +-
lib/unilbrk/u32-width-linebreaks.c | 2 +-
lib/unilbrk/u8-possible-linebreaks.c | 2 +-
lib/unilbrk/u8-width-linebreaks.c | 2 +-
lib/unilbrk/ulc-common.c | 2 +-
lib/unilbrk/ulc-common.h | 2 +-
lib/unilbrk/ulc-possible-linebreaks.c | 2 +-
lib/unilbrk/ulc-width-linebreaks.c | 2 +-
lib/uniname.in.h | 2 +-
lib/uniname/uniname.c | 2 +-
lib/uninorm.in.h | 2 +-
lib/uninorm/canonical-decomposition.c | 2 +-
lib/uninorm/compat-decomposition.c | 2 +-
lib/uninorm/composition-table.gperf | 2 +-
lib/uninorm/composition.c | 2 +-
lib/uninorm/decompose-internal.c | 2 +-
lib/uninorm/decompose-internal.h | 2 +-
lib/uninorm/decomposing-form.c | 2 +-
lib/uninorm/decomposition-table.c | 2 +-
lib/uninorm/decomposition-table.h | 2 +-
lib/uninorm/decomposition.c | 2 +-
lib/uninorm/nfc.c | 2 +-
lib/uninorm/nfd.c | 2 +-
lib/uninorm/nfkc.c | 2 +-
lib/uninorm/nfkd.c | 2 +-
lib/uninorm/normalize-internal.h | 2 +-
lib/uninorm/u-normalize-internal.h | 2 +-
lib/uninorm/u-normcmp.h | 2 +-
lib/uninorm/u-normcoll.h | 2 +-
lib/uninorm/u-normxfrm.h | 2 +-
lib/uninorm/u16-normalize.c | 2 +-
lib/uninorm/u16-normcmp.c | 2 +-
lib/uninorm/u16-normcoll.c | 2 +-
lib/uninorm/u16-normxfrm.c | 2 +-
lib/uninorm/u32-normalize.c | 2 +-
lib/uninorm/u32-normcmp.c | 2 +-
lib/uninorm/u32-normcoll.c | 2 +-
lib/uninorm/u32-normxfrm.c | 2 +-
lib/uninorm/u8-normalize.c | 2 +-
lib/uninorm/u8-normcmp.c | 2 +-
lib/uninorm/u8-normcoll.c | 2 +-
lib/uninorm/u8-normxfrm.c | 2 +-
lib/uninorm/uninorm-filter.c | 2 +-
lib/unistd--.h | 2 +-
lib/unistd-safer.h | 2 +-
lib/unistd.in.h | 2 +-
lib/unistdio.in.h | 2 +-
lib/unistdio/u-asnprintf.h | 2 +-
lib/unistdio/u-asprintf.h | 2 +-
lib/unistdio/u-printf-args.c | 2 +-
lib/unistdio/u-printf-args.h | 2 +-
lib/unistdio/u-printf-parse.h | 2 +-
lib/unistdio/u-snprintf.h | 2 +-
lib/unistdio/u-sprintf.h | 2 +-
lib/unistdio/u-vasprintf.h | 2 +-
lib/unistdio/u-vsnprintf.h | 2 +-
lib/unistdio/u-vsprintf.h | 2 +-
lib/unistdio/u16-asnprintf.c | 2 +-
lib/unistdio/u16-asprintf.c | 2 +-
lib/unistdio/u16-printf-parse.c | 2 +-
lib/unistdio/u16-snprintf.c | 2 +-
lib/unistdio/u16-sprintf.c | 2 +-
lib/unistdio/u16-u16-asnprintf.c | 2 +-
lib/unistdio/u16-u16-asprintf.c | 2 +-
lib/unistdio/u16-u16-snprintf.c | 2 +-
lib/unistdio/u16-u16-sprintf.c | 2 +-
lib/unistdio/u16-u16-vasnprintf.c | 2 +-
lib/unistdio/u16-u16-vasprintf.c | 2 +-
lib/unistdio/u16-u16-vsnprintf.c | 2 +-
lib/unistdio/u16-u16-vsprintf.c | 2 +-
lib/unistdio/u16-vasnprintf.c | 2 +-
lib/unistdio/u16-vasprintf.c | 2 +-
lib/unistdio/u16-vsnprintf.c | 2 +-
lib/unistdio/u16-vsprintf.c | 2 +-
lib/unistdio/u32-asnprintf.c | 2 +-
lib/unistdio/u32-asprintf.c | 2 +-
lib/unistdio/u32-printf-parse.c | 2 +-
lib/unistdio/u32-snprintf.c | 2 +-
lib/unistdio/u32-sprintf.c | 2 +-
lib/unistdio/u32-u32-asnprintf.c | 2 +-
lib/unistdio/u32-u32-asprintf.c | 2 +-
lib/unistdio/u32-u32-snprintf.c | 2 +-
lib/unistdio/u32-u32-sprintf.c | 2 +-
lib/unistdio/u32-u32-vasnprintf.c | 2 +-
lib/unistdio/u32-u32-vasprintf.c | 2 +-
lib/unistdio/u32-u32-vsnprintf.c | 2 +-
lib/unistdio/u32-u32-vsprintf.c | 2 +-
lib/unistdio/u32-vasnprintf.c | 2 +-
lib/unistdio/u32-vasprintf.c | 2 +-
lib/unistdio/u32-vsnprintf.c | 2 +-
lib/unistdio/u32-vsprintf.c | 2 +-
lib/unistdio/u8-asnprintf.c | 2 +-
lib/unistdio/u8-asprintf.c | 2 +-
lib/unistdio/u8-printf-parse.c | 2 +-
lib/unistdio/u8-snprintf.c | 2 +-
lib/unistdio/u8-sprintf.c | 2 +-
lib/unistdio/u8-u8-asnprintf.c | 2 +-
lib/unistdio/u8-u8-asprintf.c | 2 +-
lib/unistdio/u8-u8-snprintf.c | 2 +-
lib/unistdio/u8-u8-sprintf.c | 2 +-
lib/unistdio/u8-u8-vasnprintf.c | 2 +-
lib/unistdio/u8-u8-vasprintf.c | 2 +-
lib/unistdio/u8-u8-vsnprintf.c | 2 +-
lib/unistdio/u8-u8-vsprintf.c | 2 +-
lib/unistdio/u8-vasnprintf.c | 2 +-
lib/unistdio/u8-vasprintf.c | 2 +-
lib/unistdio/u8-vsnprintf.c | 2 +-
lib/unistdio/u8-vsprintf.c | 2 +-
lib/unistdio/ulc-asnprintf.c | 2 +-
lib/unistdio/ulc-asprintf.c | 2 +-
lib/unistdio/ulc-fprintf.c | 2 +-
lib/unistdio/ulc-printf-parse.c | 2 +-
lib/unistdio/ulc-snprintf.c | 2 +-
lib/unistdio/ulc-sprintf.c | 2 +-
lib/unistdio/ulc-vasnprintf.c | 2 +-
lib/unistdio/ulc-vasprintf.c | 2 +-
lib/unistdio/ulc-vfprintf.c | 2 +-
lib/unistdio/ulc-vsnprintf.c | 2 +-
lib/unistdio/ulc-vsprintf.c | 2 +-
lib/unistr.in.h | 2 +-
lib/unistr/u-cmp2.h | 2 +-
lib/unistr/u-cpy-alloc.h | 2 +-
lib/unistr/u-cpy.h | 2 +-
lib/unistr/u-endswith.h | 2 +-
lib/unistr/u-move.h | 2 +-
lib/unistr/u-set.h | 2 +-
lib/unistr/u-startswith.h | 2 +-
lib/unistr/u-stpcpy.h | 2 +-
lib/unistr/u-stpncpy.h | 2 +-
lib/unistr/u-strcat.h | 2 +-
lib/unistr/u-strcoll.h | 2 +-
lib/unistr/u-strcpy.h | 2 +-
lib/unistr/u-strcspn.h | 2 +-
lib/unistr/u-strdup.h | 2 +-
lib/unistr/u-strlen.h | 2 +-
lib/unistr/u-strncat.h | 2 +-
lib/unistr/u-strncpy.h | 2 +-
lib/unistr/u-strnlen.h | 2 +-
lib/unistr/u-strpbrk.h | 2 +-
lib/unistr/u-strspn.h | 2 +-
lib/unistr/u-strstr.h | 2 +-
lib/unistr/u-strtok.h | 2 +-
lib/unistr/u16-check.c | 2 +-
lib/unistr/u16-chr.c | 2 +-
lib/unistr/u16-cmp.c | 2 +-
lib/unistr/u16-cmp2.c | 2 +-
lib/unistr/u16-cpy-alloc.c | 2 +-
lib/unistr/u16-cpy.c | 2 +-
lib/unistr/u16-endswith.c | 2 +-
lib/unistr/u16-mblen.c | 2 +-
lib/unistr/u16-mbsnlen.c | 2 +-
lib/unistr/u16-mbtouc-aux.c | 2 +-
lib/unistr/u16-mbtouc-unsafe-aux.c | 2 +-
lib/unistr/u16-mbtouc-unsafe.c | 2 +-
lib/unistr/u16-mbtouc.c | 2 +-
lib/unistr/u16-mbtoucr.c | 2 +-
lib/unistr/u16-move.c | 2 +-
lib/unistr/u16-next.c | 2 +-
lib/unistr/u16-prev.c | 2 +-
lib/unistr/u16-set.c | 2 +-
lib/unistr/u16-startswith.c | 2 +-
lib/unistr/u16-stpcpy.c | 2 +-
lib/unistr/u16-stpncpy.c | 2 +-
lib/unistr/u16-strcat.c | 2 +-
lib/unistr/u16-strchr.c | 2 +-
lib/unistr/u16-strcmp.c | 2 +-
lib/unistr/u16-strcoll.c | 2 +-
lib/unistr/u16-strcpy.c | 2 +-
lib/unistr/u16-strcspn.c | 2 +-
lib/unistr/u16-strdup.c | 2 +-
lib/unistr/u16-strlen.c | 2 +-
lib/unistr/u16-strmblen.c | 2 +-
lib/unistr/u16-strmbtouc.c | 2 +-
lib/unistr/u16-strncat.c | 2 +-
lib/unistr/u16-strncmp.c | 2 +-
lib/unistr/u16-strncpy.c | 2 +-
lib/unistr/u16-strnlen.c | 2 +-
lib/unistr/u16-strpbrk.c | 2 +-
lib/unistr/u16-strrchr.c | 2 +-
lib/unistr/u16-strspn.c | 2 +-
lib/unistr/u16-strstr.c | 2 +-
lib/unistr/u16-strtok.c | 2 +-
lib/unistr/u16-to-u32.c | 2 +-
lib/unistr/u16-to-u8.c | 2 +-
lib/unistr/u16-uctomb-aux.c | 2 +-
lib/unistr/u16-uctomb.c | 2 +-
lib/unistr/u32-check.c | 2 +-
lib/unistr/u32-chr.c | 2 +-
lib/unistr/u32-cmp.c | 2 +-
lib/unistr/u32-cmp2.c | 2 +-
lib/unistr/u32-cpy-alloc.c | 2 +-
lib/unistr/u32-cpy.c | 2 +-
lib/unistr/u32-endswith.c | 2 +-
lib/unistr/u32-mblen.c | 2 +-
lib/unistr/u32-mbsnlen.c | 2 +-
lib/unistr/u32-mbtouc-unsafe.c | 2 +-
lib/unistr/u32-mbtouc.c | 2 +-
lib/unistr/u32-mbtoucr.c | 2 +-
lib/unistr/u32-move.c | 2 +-
lib/unistr/u32-next.c | 2 +-
lib/unistr/u32-prev.c | 2 +-
lib/unistr/u32-set.c | 2 +-
lib/unistr/u32-startswith.c | 2 +-
lib/unistr/u32-stpcpy.c | 2 +-
lib/unistr/u32-stpncpy.c | 2 +-
lib/unistr/u32-strcat.c | 2 +-
lib/unistr/u32-strchr.c | 2 +-
lib/unistr/u32-strcmp.c | 2 +-
lib/unistr/u32-strcoll.c | 2 +-
lib/unistr/u32-strcpy.c | 2 +-
lib/unistr/u32-strcspn.c | 2 +-
lib/unistr/u32-strdup.c | 2 +-
lib/unistr/u32-strlen.c | 2 +-
lib/unistr/u32-strmblen.c | 2 +-
lib/unistr/u32-strmbtouc.c | 2 +-
lib/unistr/u32-strncat.c | 2 +-
lib/unistr/u32-strncmp.c | 2 +-
lib/unistr/u32-strncpy.c | 2 +-
lib/unistr/u32-strnlen.c | 2 +-
lib/unistr/u32-strpbrk.c | 2 +-
lib/unistr/u32-strrchr.c | 2 +-
lib/unistr/u32-strspn.c | 2 +-
lib/unistr/u32-strstr.c | 2 +-
lib/unistr/u32-strtok.c | 2 +-
lib/unistr/u32-to-u16.c | 2 +-
lib/unistr/u32-to-u8.c | 2 +-
lib/unistr/u32-uctomb.c | 2 +-
lib/unistr/u8-check.c | 2 +-
lib/unistr/u8-chr.c | 2 +-
lib/unistr/u8-cmp.c | 2 +-
lib/unistr/u8-cmp2.c | 2 +-
lib/unistr/u8-cpy-alloc.c | 2 +-
lib/unistr/u8-cpy.c | 2 +-
lib/unistr/u8-endswith.c | 2 +-
lib/unistr/u8-mblen.c | 2 +-
lib/unistr/u8-mbsnlen.c | 2 +-
lib/unistr/u8-mbtouc-aux.c | 2 +-
lib/unistr/u8-mbtouc-unsafe-aux.c | 2 +-
lib/unistr/u8-mbtouc-unsafe.c | 2 +-
lib/unistr/u8-mbtouc.c | 2 +-
lib/unistr/u8-mbtoucr.c | 2 +-
lib/unistr/u8-move.c | 2 +-
lib/unistr/u8-next.c | 2 +-
lib/unistr/u8-prev.c | 2 +-
lib/unistr/u8-set.c | 2 +-
lib/unistr/u8-startswith.c | 2 +-
lib/unistr/u8-stpcpy.c | 2 +-
lib/unistr/u8-stpncpy.c | 2 +-
lib/unistr/u8-strcat.c | 2 +-
lib/unistr/u8-strchr.c | 2 +-
lib/unistr/u8-strcmp.c | 2 +-
lib/unistr/u8-strcoll.c | 2 +-
lib/unistr/u8-strcpy.c | 2 +-
lib/unistr/u8-strcspn.c | 2 +-
lib/unistr/u8-strdup.c | 2 +-
lib/unistr/u8-strlen.c | 2 +-
lib/unistr/u8-strmblen.c | 2 +-
lib/unistr/u8-strmbtouc.c | 2 +-
lib/unistr/u8-strncat.c | 2 +-
lib/unistr/u8-strncmp.c | 2 +-
lib/unistr/u8-strncpy.c | 2 +-
lib/unistr/u8-strnlen.c | 2 +-
lib/unistr/u8-strpbrk.c | 2 +-
lib/unistr/u8-strrchr.c | 2 +-
lib/unistr/u8-strspn.c | 2 +-
lib/unistr/u8-strstr.c | 2 +-
lib/unistr/u8-strtok.c | 2 +-
lib/unistr/u8-to-u16.c | 2 +-
lib/unistr/u8-to-u32.c | 2 +-
lib/unistr/u8-uctomb-aux.c | 2 +-
lib/unistr/u8-uctomb.c | 2 +-
lib/unitypes.in.h | 2 +-
lib/uniwbrk.in.h | 2 +-
lib/uniwbrk/u-wordbreaks.h | 2 +-
lib/uniwbrk/u16-wordbreaks.c | 2 +-
lib/uniwbrk/u32-wordbreaks.c | 2 +-
lib/uniwbrk/u8-wordbreaks.c | 2 +-
lib/uniwbrk/ulc-wordbreaks.c | 2 +-
lib/uniwbrk/wbrkprop.h | 2 +-
lib/uniwbrk/wbrktable.c | 2 +-
lib/uniwbrk/wbrktable.h | 2 +-
lib/uniwbrk/wordbreak-property.c | 2 +-
lib/uniwidth.in.h | 2 +-
lib/uniwidth/cjk.h | 2 +-
lib/uniwidth/u16-strwidth.c | 2 +-
lib/uniwidth/u16-width.c | 2 +-
lib/uniwidth/u32-strwidth.c | 2 +-
lib/uniwidth/u32-width.c | 2 +-
lib/uniwidth/u8-strwidth.c | 2 +-
lib/uniwidth/u8-width.c | 2 +-
lib/uniwidth/width.c | 2 +-
lib/unlink.c | 2 +-
lib/unlinkat.c | 2 +-
lib/unlinkdir.c | 2 +-
lib/unlinkdir.h | 2 +-
lib/unlocked-io.h | 2 +-
lib/unlockpt.c | 2 +-
lib/unsetenv.c | 2 +-
lib/userspec.c | 2 +-
lib/usleep.c | 2 +-
lib/utimecmp.c | 2 +-
lib/utimecmp.h | 2 +-
lib/utimens.c | 2 +-
lib/utimensat.c | 2 +-
lib/vasnprintf.c | 2 +-
lib/vasnprintf.h | 2 +-
lib/vasprintf.c | 2 +-
lib/vdprintf.c | 2 +-
lib/verify.h | 2 +-
lib/verror.c | 2 +-
lib/verror.h | 2 +-
lib/version-etc-fsf.c | 2 +-
lib/version-etc.c | 2 +-
lib/version-etc.h | 2 +-
lib/vfprintf.c | 2 +-
lib/vprintf.c | 2 +-
lib/vsnprintf.c | 2 +-
lib/vsprintf.c | 2 +-
lib/w32sock.h | 2 +-
lib/w32spawn.h | 2 +-
lib/wait-process.c | 2 +-
lib/wait-process.h | 2 +-
lib/waitpid.c | 2 +-
lib/wchar.in.h | 2 +-
lib/wcrtomb.c | 2 +-
lib/wcsnrtombs.c | 2 +-
lib/wcsrtombs-state.c | 2 +-
lib/wcsrtombs.c | 2 +-
lib/wctob.c | 2 +-
lib/wctype.in.h | 2 +-
lib/wcwidth.c | 2 +-
lib/write-any-file.c | 2 +-
lib/write.c | 2 +-
lib/xalloc-die.c | 4 ++--
lib/xalloc.h | 4 +---
lib/xasprintf.c | 2 +-
lib/xconcat-filename.c | 2 +-
lib/xfreopen.c | 2 +-
lib/xgetcwd.c | 2 +-
lib/xgetcwd.h | 2 +-
lib/xgetdomainname.c | 2 +-
lib/xgetdomainname.h | 2 +-
lib/xgethostname.c | 2 +-
lib/xmalloc.c | 4 +---
lib/xmalloca.c | 2 +-
lib/xmalloca.h | 2 +-
lib/xmemcoll.c | 2 +-
lib/xmemdup0.c | 2 +-
lib/xmemdup0.h | 2 +-
lib/xnanosleep.c | 2 +-
lib/xprintf.c | 2 +-
lib/xprintf.h | 2 +-
lib/xreadlink.c | 2 +-
lib/xreadlink.h | 2 +-
lib/xreadlinkat.c | 2 +-
lib/xsetenv.c | 2 +-
lib/xsetenv.h | 2 +-
lib/xsize.h | 2 +-
lib/xstriconv.c | 2 +-
lib/xstriconv.h | 2 +-
lib/xstriconveh.c | 2 +-
lib/xstriconveh.h | 2 +-
lib/xstrndup.c | 2 +-
lib/xstrndup.h | 2 +-
lib/xstrtod.c | 2 +-
lib/xstrtod.h | 2 +-
lib/xstrtol-error.c | 2 +-
lib/xstrtol.c | 2 +-
lib/xstrtol.h | 2 +-
lib/xtime.h | 2 +-
lib/xvasprintf.c | 2 +-
lib/xvasprintf.h | 2 +-
lib/yesno.c | 2 +-
lib/yesno.h | 2 +-
m4/00gnulib.m4 | 2 +-
m4/_Exit.m4 | 2 +-
m4/absolute-header.m4 | 2 +-
m4/accept4.m4 | 2 +-
m4/acl.m4 | 2 +-
m4/acosl.m4 | 2 +-
m4/afs.m4 | 2 +-
m4/alloca.m4 | 2 +-
m4/alphasort.m4 | 2 +-
m4/ansi-c++.m4 | 2 +-
m4/arcfour.m4 | 2 +-
m4/arctwo.m4 | 2 +-
m4/argmatch.m4 | 2 +-
m4/argp.m4 | 2 +-
m4/argz.m4 | 2 +-
m4/arpa_inet_h.m4 | 2 +-
m4/asinl.m4 | 2 +-
m4/asm-underscore.m4 | 2 +-
m4/assert.m4 | 2 +-
m4/atanl.m4 | 2 +-
m4/atexit.m4 | 2 +-
m4/atoll.m4 | 2 +-
m4/autobuild.m4 | 3 +--
m4/backupfile.m4 | 2 +-
m4/base64.m4 | 2 +-
m4/bison-i18n.m4 | 2 +-
m4/bison.m4 | 2 +-
m4/btowc.m4 | 2 +-
m4/byteswap.m4 | 2 +-
m4/c-stack.m4 | 3 +--
m4/c-strtod.m4 | 2 +-
m4/calloc.m4 | 2 +-
m4/canon-host.m4 | 2 +-
m4/canonicalize.m4 | 2 +-
m4/ceil-ieee.m4 | 2 +-
m4/ceil.m4 | 2 +-
m4/ceilf-ieee.m4 | 2 +-
m4/ceilf.m4 | 2 +-
m4/ceill-ieee.m4 | 2 +-
m4/ceill.m4 | 2 +-
m4/chdir-long.m4 | 2 +-
m4/chdir-safer.m4 | 2 +-
m4/check-math-lib.m4 | 2 +-
m4/check-version.m4 | 2 +-
m4/chown.m4 | 2 +-
m4/clock_time.m4 | 2 +-
m4/cloexec.m4 | 2 +-
m4/close-stream.m4 | 2 +-
m4/close.m4 | 2 +-
m4/closein.m4 | 2 +-
m4/closeout.m4 | 2 +-
m4/codeset.m4 | 2 +-
m4/cond.m4 | 2 +-
m4/config-h.m4 | 2 +-
m4/configmake.m4 | 2 +-
m4/copy-file.m4 | 2 +-
m4/cosl.m4 | 2 +-
m4/count-one-bits.m4 | 2 +-
m4/crc.m4 | 2 +-
m4/csharp.m4 | 2 +-
m4/csharpcomp.m4 | 2 +-
m4/csharpexec.m4 | 2 +-
m4/ctype.m4 | 2 +-
m4/cycle-check.m4 | 2 +-
m4/d-ino.m4 | 2 +-
m4/d-type.m4 | 2 +-
m4/des.m4 | 2 +-
m4/dirent-safer.m4 | 2 +-
m4/dirent_h.m4 | 2 +-
m4/dirfd.m4 | 2 +-
m4/dirname.m4 | 2 +-
m4/dos.m4 | 2 +-
m4/double-slash-root.m4 | 2 +-
m4/dprintf-posix.m4 | 2 +-
m4/dprintf.m4 | 2 +-
m4/dup2.m4 | 2 +-
m4/dup3.m4 | 2 +-
m4/duplocale.m4 | 2 +-
m4/eaccess.m4 | 2 +-
m4/eealloc.m4 | 2 +-
m4/environ.m4 | 2 +-
m4/errno_h.m4 | 2 +-
m4/error.m4 | 2 +-
m4/euidaccess.m4 | 2 +-
m4/exclude.m4 | 2 +-
m4/execute.m4 | 2 +-
m4/expl.m4 | 2 +-
m4/exponentd.m4 | 2 +-
m4/exponentf.m4 | 2 +-
m4/exponentl.m4 | 2 +-
m4/extensions.m4 | 2 +-
m4/faccessat.m4 | 2 +-
m4/fatal-signal.m4 | 2 +-
m4/fbufmode.m4 | 2 +-
m4/fchdir.m4 | 2 +-
m4/fclose.m4 | 2 +-
m4/fcntl-o.m4 | 2 +-
m4/fcntl-safer.m4 | 2 +-
m4/fcntl.m4 | 2 +-
m4/fcntl_h.m4 | 2 +-
m4/fdopendir.m4 | 2 +-
m4/fflush.m4 | 2 +-
m4/file-type.m4 | 2 +-
m4/fileblocks.m4 | 2 +-
m4/filemode.m4 | 2 +-
m4/filenamecat.m4 | 2 +-
m4/findprog.m4 | 2 +-
m4/flexmember.m4 | 2 +-
m4/float_h.m4 | 2 +-
m4/flock.m4 | 2 +-
m4/floor-ieee.m4 | 2 +-
m4/floor.m4 | 2 +-
m4/floorf-ieee.m4 | 2 +-
m4/floorf.m4 | 2 +-
m4/floorl.m4 | 2 +-
m4/fnmatch.m4 | 2 +-
m4/fopen.m4 | 2 +-
m4/fpending.m4 | 2 +-
m4/fpieee.m4 | 2 +-
m4/fprintf-posix.m4 | 2 +-
m4/fprintftime.m4 | 2 +-
m4/fpurge.m4 | 2 +-
m4/freadable.m4 | 2 +-
m4/freading.m4 | 2 +-
m4/free.m4 | 2 +-
m4/freopen.m4 | 2 +-
m4/frexp.m4 | 2 +-
m4/frexpl.m4 | 2 +-
m4/fseek.m4 | 2 +-
m4/fseeko.m4 | 2 +-
m4/fstypename.m4 | 2 +-
m4/fsusage.m4 | 2 +-
m4/fsync.m4 | 2 +-
m4/ftell.m4 | 2 +-
m4/ftello.m4 | 2 +-
m4/ftruncate.m4 | 2 +-
m4/fts.m4 | 2 +-
m4/func.m4 | 2 +-
m4/futimens.m4 | 2 +-
m4/fwritable.m4 | 2 +-
m4/fwriting.m4 | 2 +-
m4/gc-arcfour.m4 | 2 +-
m4/gc-arctwo.m4 | 2 +-
m4/gc-camellia.m4 | 2 +-
m4/gc-des.m4 | 2 +-
m4/gc-hmac-md5.m4 | 2 +-
m4/gc-hmac-sha1.m4 | 2 +-
m4/gc-md2.m4 | 2 +-
m4/gc-md4.m4 | 2 +-
m4/gc-md5.m4 | 2 +-
m4/gc-pbkdf2-sha1.m4 | 2 +-
m4/gc-random.m4 | 2 +-
m4/gc-rijndael.m4 | 2 +-
m4/gc-sha1.m4 | 2 +-
m4/gc.m4 | 2 +-
m4/getaddrinfo.m4 | 2 +-
m4/getcwd-abort-bug.m4 | 2 +-
m4/getcwd-path-max.m4 | 2 +-
m4/getcwd.m4 | 3 +--
m4/getdelim.m4 | 2 +-
m4/getdomainname.m4 | 2 +-
m4/getdtablesize.m4 | 2 +-
m4/getgroups.m4 | 2 +-
m4/gethostname.m4 | 2 +-
m4/gethrxtime.m4 | 2 +-
m4/getline.m4 | 2 +-
m4/getloadavg.m4 | 2 +-
m4/getlogin.m4 | 2 +-
m4/getlogin_r.m4 | 2 +-
m4/getndelim2.m4 | 2 +-
m4/getnline.m4 | 2 +-
m4/getopt.m4 | 2 +-
m4/getpagesize.m4 | 2 +-
m4/getpass.m4 | 2 +-
m4/getsubopt.m4 | 2 +-
m4/gettext.m4 | 2 +-
m4/gettime.m4 | 2 +-
m4/gettimeofday.m4 | 2 +-
m4/getugroups.m4 | 2 +-
m4/getusershell.m4 | 2 +-
m4/gl_list.m4 | 2 +-
m4/glibc2.m4 | 3 ++-
m4/glibc21.m4 | 3 ++-
m4/glob.m4 | 2 +-
m4/gnu-make.m4 | 2 +-
m4/gnulib-common.m4 | 2 +-
m4/gnulib-tool.m4 | 2 +-
m4/grantpt.m4 | 2 +-
m4/group-member.m4 | 2 +-
m4/hard-locale.m4 | 3 +--
m4/hash.m4 | 2 +-
m4/hmac-md5.m4 | 2 +-
m4/hmac-sha1.m4 | 2 +-
m4/host-cpu-c-abi.m4 | 2 +-
m4/host-os.m4 | 2 +-
m4/hostent.m4 | 2 +-
m4/human.m4 | 3 +--
m4/i-ring.m4 | 2 +-
m4/iconv.m4 | 2 +-
m4/iconv_h.m4 | 2 +-
m4/iconv_open.m4 | 2 +-
m4/idcache.m4 | 2 +-
m4/idpriv.m4 | 2 +-
m4/imaxabs.m4 | 2 +-
m4/imaxdiv.m4 | 2 +-
m4/include_next.m4 | 2 +-
m4/inet_ntop.m4 | 2 +-
m4/inet_pton.m4 | 2 +-
m4/inline.m4 | 2 +-
m4/intdiv0.m4 | 2 +-
m4/intl.m4 | 2 +-
m4/intldir.m4 | 2 +-
m4/intlmacosx.m4 | 2 +-
m4/intmax.m4 | 2 +-
m4/intmax_t.m4 | 2 +-
m4/inttostr.m4 | 2 +-
m4/inttypes-pri.m4 | 2 +-
m4/inttypes.m4 | 2 +-
m4/inttypes_h.m4 | 2 +-
m4/ioctl.m4 | 2 +-
m4/isapipe.m4 | 2 +-
m4/isblank.m4 | 2 +-
m4/isfinite.m4 | 2 +-
m4/isinf.m4 | 2 +-
m4/isnan.m4 | 2 +-
m4/isnand.m4 | 2 +-
m4/isnanf.m4 | 2 +-
m4/isnanl.m4 | 2 +-
m4/javacomp.m4 | 2 +-
m4/javaexec.m4 | 2 +-
m4/jm-winsz1.m4 | 2 +-
m4/jm-winsz2.m4 | 2 +-
m4/langinfo_h.m4 | 2 +-
m4/lchmod.m4 | 2 +-
m4/lchown.m4 | 2 +-
m4/lcmessage.m4 | 2 +-
m4/ld-output-def.m4 | 2 +-
m4/ld-version-script.m4 | 2 +-
m4/ldd.m4 | 2 +-
m4/ldexp.m4 | 2 +-
m4/ldexpl.m4 | 2 +-
m4/lib-ignore.m4 | 2 +-
m4/lib-ld.m4 | 2 +-
m4/lib-link.m4 | 2 +-
m4/lib-prefix.m4 | 2 +-
m4/libsigsegv.m4 | 2 +-
m4/libunistring-base.m4 | 2 +-
m4/libunistring-optional.m4 | 2 +-
m4/libunistring.m4 | 2 +-
m4/link-follow.m4 | 2 +-
m4/link.m4 | 2 +-
m4/linkat.m4 | 2 +-
m4/localcharset.m4 | 2 +-
m4/locale-fr.m4 | 2 +-
m4/locale-ja.m4 | 2 +-
m4/locale-tr.m4 | 2 +-
m4/locale-zh.m4 | 2 +-
m4/locale_h.m4 | 2 +-
m4/localename.m4 | 2 +-
m4/lock.m4 | 2 +-
m4/logb.m4 | 2 +-
m4/logl.m4 | 2 +-
m4/long-options.m4 | 2 +-
m4/longlong.m4 | 2 +-
m4/ls-mntd-fs.m4 | 2 +-
m4/lseek.m4 | 2 +-
m4/lstat.m4 | 2 +-
m4/malloc.m4 | 2 +-
m4/malloca.m4 | 2 +-
m4/manywarnings.m4 | 2 +-
m4/math_h.m4 | 2 +-
m4/mathfunc.m4 | 2 +-
m4/mbchar.m4 | 2 +-
m4/mbfile.m4 | 2 +-
m4/mbiter.m4 | 2 +-
m4/mbrlen.m4 | 2 +-
m4/mbrtowc.m4 | 2 +-
m4/mbsinit.m4 | 2 +-
m4/mbslen.m4 | 2 +-
m4/mbsnrtowcs.m4 | 2 +-
m4/mbsrtowcs.m4 | 2 +-
m4/mbstate_t.m4 | 2 +-
m4/mbswidth.m4 | 2 +-
m4/md2.m4 | 3 +--
m4/md4.m4 | 3 +--
m4/md5.m4 | 3 +--
m4/memcasecmp.m4 | 2 +-
m4/memchr.m4 | 2 +-
m4/memcmp.m4 | 2 +-
m4/memcoll.m4 | 2 +-
m4/memcpy.m4 | 2 +-
m4/memmem.m4 | 3 +--
m4/memmove.m4 | 2 +-
m4/mempcpy.m4 | 2 +-
m4/memrchr.m4 | 2 +-
m4/memset.m4 | 2 +-
m4/memxor.m4 | 2 +-
m4/mgetgroups.m4 | 2 +-
m4/minmax.m4 | 2 +-
m4/minus-zero.m4 | 2 +-
m4/mkancesdirs.m4 | 2 +-
m4/mkdir-p.m4 | 2 +-
m4/mkdir.m4 | 2 +-
m4/mkdtemp.m4 | 2 +-
m4/mkfifo.m4 | 2 +-
m4/mkfifoat.m4 | 2 +-
m4/mknod.m4 | 2 +-
m4/mkostemp.m4 | 2 +-
m4/mkostemps.m4 | 2 +-
m4/mkstemp.m4 | 2 +-
m4/mkstemps.m4 | 2 +-
m4/mktime.m4 | 2 +-
m4/mmap-anon.m4 | 2 +-
m4/mode_t.m4 | 2 +-
m4/modechange.m4 | 2 +-
m4/mountlist.m4 | 2 +-
m4/mpsort.m4 | 2 +-
m4/multiarch.m4 | 2 +-
m4/nanosleep.m4 | 2 +-
m4/netdb_h.m4 | 2 +-
m4/netinet_in_h.m4 | 2 +-
m4/nl_langinfo.m4 | 2 +-
m4/nls.m4 | 2 +-
m4/no-c++.m4 | 2 +-
m4/nocrash.m4 | 2 +-
m4/nproc.m4 | 2 +-
m4/obstack-printf-posix.m4 | 2 +-
m4/obstack-printf.m4 | 2 +-
m4/onceonly.m4 | 2 +-
m4/open.m4 | 2 +-
m4/openat.m4 | 2 +-
m4/openmp.m4 | 2 +-
m4/pagealign_alloc.m4 | 2 +-
m4/parse-datetime.m4 | 2 +-
m4/pathmax.m4 | 2 +-
m4/perl.m4 | 2 +-
m4/perror.m4 | 2 +-
m4/physmem.m4 | 2 +-
m4/pipe.m4 | 2 +-
m4/pipe2.m4 | 2 +-
m4/po.m4 | 2 +-
m4/poll.m4 | 3 +--
m4/poll_h.m4 | 2 +-
m4/popen.m4 | 2 +-
m4/posix-shell.m4 | 2 +-
m4/posix_spawn.m4 | 2 +-
m4/posixtm.m4 | 2 +-
m4/posixver.m4 | 2 +-
m4/pread.m4 | 2 +-
m4/printf-frexp.m4 | 2 +-
m4/printf-frexpl.m4 | 2 +-
m4/printf-posix-rpl.m4 | 2 +-
m4/printf-posix.m4 | 2 +-
m4/printf.m4 | 2 +-
m4/priv-set.m4 | 2 +-
m4/progtest.m4 | 2 +-
m4/pthread.m4 | 2 +-
m4/ptsname.m4 | 2 +-
m4/pty.m4 | 2 +-
m4/pty_h.m4 | 2 +-
m4/putenv.m4 | 2 +-
m4/pwrite.m4 | 2 +-
m4/quote.m4 | 2 +-
m4/quotearg.m4 | 2 +-
m4/random_r.m4 | 2 +-
m4/rawmemchr.m4 | 2 +-
m4/read-file.m4 | 3 +--
m4/readline.m4 | 2 +-
m4/readlink.m4 | 2 +-
m4/readlinkat.m4 | 2 +-
m4/readtokens.m4 | 2 +-
m4/readutmp.m4 | 2 +-
m4/realloc.m4 | 2 +-
m4/regex.m4 | 3 +--
m4/relocatable-lib.m4 | 2 +-
m4/relocatable.m4 | 2 +-
m4/remove.m4 | 2 +-
m4/rename.m4 | 2 +-
m4/renameat.m4 | 2 +-
m4/rijndael.m4 | 2 +-
m4/rmdir-errno.m4 | 2 +-
m4/rmdir.m4 | 2 +-
m4/round-ieee.m4 | 2 +-
m4/round.m4 | 2 +-
m4/roundf-ieee.m4 | 2 +-
m4/roundf.m4 | 2 +-
m4/roundl-ieee.m4 | 2 +-
m4/roundl.m4 | 2 +-
m4/rpmatch.m4 | 2 +-
m4/safe-alloc.m4 | 2 +-
m4/safe-read.m4 | 2 +-
m4/safe-write.m4 | 2 +-
m4/same.m4 | 2 +-
m4/save-cwd.m4 | 2 +-
m4/savedir.m4 | 2 +-
m4/savewd.m4 | 2 +-
m4/scandir.m4 | 2 +-
m4/sched_h.m4 | 2 +-
m4/search_h.m4 | 2 +-
m4/select.m4 | 2 +-
m4/selinux-context-h.m4 | 2 +-
m4/selinux-selinux-h.m4 | 2 +-
m4/servent.m4 | 2 +-
m4/setenv.m4 | 2 +-
m4/settime.m4 | 2 +-
m4/sha1.m4 | 3 +--
m4/sha256.m4 | 2 +-
m4/sha512.m4 | 2 +-
m4/sig2str.m4 | 2 +-
m4/sig_atomic_t.m4 | 2 +-
m4/sigaction.m4 | 2 +-
m4/signal_h.m4 | 2 +-
m4/signalblocking.m4 | 2 +-
m4/signbit.m4 | 2 +-
m4/sigpipe.m4 | 2 +-
m4/sinl.m4 | 2 +-
m4/size_max.m4 | 2 +-
m4/sleep.m4 | 2 +-
m4/snprintf-posix.m4 | 2 +-
m4/snprintf.m4 | 2 +-
m4/socketlib.m4 | 2 +-
m4/sockets.m4 | 2 +-
m4/socklen.m4 | 2 +-
m4/sockpfaf.m4 | 2 +-
m4/spawn-pipe.m4 | 2 +-
m4/spawn_h.m4 | 2 +-
m4/sprintf-posix.m4 | 2 +-
m4/sqrt.m4 | 2 +-
m4/sqrtl.m4 | 2 +-
m4/ssize_t.m4 | 2 +-
m4/st_dm_mode.m4 | 2 +-
m4/stat-macros.m4 | 2 +-
m4/stat-time.m4 | 2 +-
m4/stat.m4 | 2 +-
m4/stdarg.m4 | 2 +-
m4/stdbool.m4 | 2 +-
m4/stddef_h.m4 | 2 +-
m4/stdint.m4 | 2 +-
m4/stdint_h.m4 | 2 +-
m4/stdio-safer.m4 | 2 +-
m4/stdio_h.m4 | 2 +-
m4/stdlib-safer.m4 | 2 +-
m4/stdlib_h.m4 | 2 +-
m4/stpcpy.m4 | 2 +-
m4/stpncpy.m4 | 2 +-
m4/strcase.m4 | 2 +-
m4/strcasestr.m4 | 2 +-
m4/strchrnul.m4 | 2 +-
m4/strcspn.m4 | 2 +-
m4/strdup.m4 | 2 +-
m4/strerror.m4 | 2 +-
m4/strerror_r.m4 | 2 +-
m4/strftime.m4 | 2 +-
m4/string_h.m4 | 2 +-
m4/strings_h.m4 | 2 +-
m4/strncat.m4 | 2 +-
m4/strndup.m4 | 2 +-
m4/strnlen.m4 | 2 +-
m4/strpbrk.m4 | 2 +-
m4/strptime.m4 | 2 +-
m4/strsep.m4 | 3 +--
m4/strsignal.m4 | 2 +-
m4/strstr.m4 | 2 +-
m4/strtod.m4 | 2 +-
m4/strtoimax.m4 | 3 +--
m4/strtok_r.m4 | 2 +-
m4/strtol.m4 | 2 +-
m4/strtoll.m4 | 3 +--
m4/strtoul.m4 | 2 +-
m4/strtoull.m4 | 3 +--
m4/strtoumax.m4 | 3 +--
m4/strverscmp.m4 | 2 +-
m4/symlink.m4 | 2 +-
m4/symlinkat.m4 | 2 +-
m4/sys_file_h.m4 | 2 +-
m4/sys_ioctl_h.m4 | 2 +-
m4/sys_select_h.m4 | 2 +-
m4/sys_socket_h.m4 | 2 +-
m4/sys_stat_h.m4 | 2 +-
m4/sys_time_h.m4 | 2 +-
m4/sys_times_h.m4 | 2 +-
m4/sys_utsname_h.m4 | 2 +-
m4/sys_wait_h.m4 | 2 +-
m4/sysexits.m4 | 2 +-
m4/tanl.m4 | 2 +-
m4/tcgetsid.m4 | 2 +-
m4/tempname.m4 | 2 +-
m4/termios_h.m4 | 2 +-
m4/thread.m4 | 2 +-
m4/threadlib.m4 | 2 +-
m4/time_h.m4 | 2 +-
m4/time_r.m4 | 2 +-
m4/timegm.m4 | 2 +-
m4/times.m4 | 2 +-
m4/timespec.m4 | 2 +-
m4/tls.m4 | 2 +-
m4/tm_gmtoff.m4 | 2 +-
m4/tmpdir.m4 | 2 +-
m4/tmpfile.m4 | 2 +-
m4/trunc-ieee.m4 | 2 +-
m4/trunc.m4 | 2 +-
m4/truncf-ieee.m4 | 2 +-
m4/truncf.m4 | 2 +-
m4/truncl-ieee.m4 | 2 +-
m4/truncl.m4 | 2 +-
m4/tsearch.m4 | 2 +-
m4/ttyname_r.m4 | 2 +-
m4/tzset.m4 | 2 +-
m4/uintmax_t.m4 | 2 +-
m4/ulonglong.m4 | 2 +-
m4/uname.m4 | 2 +-
m4/ungetc.m4 | 2 +-
m4/unicodeio.m4 | 2 +-
m4/unistd-safer.m4 | 2 +-
m4/unistd_h.m4 | 2 +-
m4/unlink-busy.m4 | 2 +-
m4/unlink.m4 | 2 +-
m4/unlinkdir.m4 | 2 +-
m4/unlocked-io.m4 | 2 +-
m4/unlockpt.m4 | 2 +-
m4/uptime.m4 | 2 +-
m4/userspec.m4 | 2 +-
m4/usleep.m4 | 2 +-
m4/utimbuf.m4 | 2 +-
m4/utimecmp.m4 | 2 +-
m4/utimens.m4 | 2 +-
m4/utimensat.m4 | 2 +-
m4/utimes.m4 | 2 +-
m4/va-args.m4 | 2 +-
m4/valgrind-tests.m4 | 2 +-
m4/vararrays.m4 | 2 +-
m4/vasnprintf-posix.m4 | 2 +-
m4/vasnprintf.m4 | 2 +-
m4/vasprintf-posix.m4 | 2 +-
m4/vasprintf.m4 | 2 +-
m4/vdprintf-posix.m4 | 2 +-
m4/vdprintf.m4 | 2 +-
m4/version-etc.m4 | 2 +-
m4/vfprintf-posix.m4 | 2 +-
m4/visibility.m4 | 2 +-
m4/vprintf-posix.m4 | 2 +-
m4/vsnprintf-posix.m4 | 2 +-
m4/vsnprintf.m4 | 2 +-
m4/vsprintf-posix.m4 | 2 +-
m4/wait-process.m4 | 2 +-
m4/waitpid.m4 | 2 +-
m4/warn-on-use.m4 | 2 +-
m4/warnings.m4 | 2 +-
m4/wchar_h.m4 | 2 +-
m4/wchar_t.m4 | 2 +-
m4/wcrtomb.m4 | 2 +-
m4/wcsnrtombs.m4 | 2 +-
m4/wcsrtombs.m4 | 2 +-
m4/wctob.m4 | 2 +-
m4/wctype_h.m4 | 2 +-
m4/wcwidth.m4 | 2 +-
m4/wint_t.m4 | 2 +-
m4/write-any-file.m4 | 2 +-
m4/write.m4 | 2 +-
m4/xalloc.m4 | 3 +--
m4/xgetcwd.m4 | 2 +-
m4/xnanosleep.m4 | 2 +-
m4/xsize.m4 | 2 +-
m4/xstrndup.m4 | 2 +-
m4/xstrtod.m4 | 2 +-
m4/xstrtol.m4 | 2 +-
m4/xvasprintf.m4 | 2 +-
m4/yesno.m4 | 2 +-
m4/yield.m4 | 2 +-
modules/COPYING | 2 +-
modules/README | 2 +-
posix-modules | 2 +-
tests/havelib/Makefile.am | 3 ++-
tests/havelib/rpathlx/configure.ac | 2 +-
tests/havelib/rpathly/configure.ac | 2 +-
tests/havelib/rpathlyx/configure.ac | 2 +-
tests/havelib/rpathlz/configure.ac | 2 +-
tests/havelib/rpathlzyx/configure.ac | 2 +-
tests/havelib/rpathx/configure.ac | 2 +-
tests/havelib/rpathy/configure.ac | 2 +-
tests/havelib/rpathz/configure.ac | 2 +-
tests/init.sh | 2 +-
tests/macros.h | 2 +-
tests/minus-zero.h | 2 +-
tests/nan.h | 2 +-
tests/nap.h | 2 +-
tests/signature.h | 2 +-
tests/test-_Exit.c | 2 +-
tests/test-acos.c | 2 +-
tests/test-acosl.c | 2 +-
tests/test-alignof.c | 2 +-
tests/test-alloca-opt.c | 2 +-
tests/test-arcfour.c | 2 +-
tests/test-arctwo.c | 2 +-
tests/test-areadlink-with-size.c | 2 +-
tests/test-areadlink.c | 2 +-
tests/test-areadlink.h | 2 +-
tests/test-areadlinkat-with-size.c | 2 +-
tests/test-areadlinkat.c | 2 +-
tests/test-argmatch.c | 2 +-
tests/test-argp-2.sh | 2 +-
tests/test-argp-version-etc-1.sh | 2 +-
tests/test-argp-version-etc.c | 2 +-
tests/test-argp.c | 2 +-
tests/test-argv-iter.c | 2 +-
tests/test-arpa_inet-c++.cc | 2 +-
tests/test-arpa_inet.c | 2 +-
tests/test-array-mergesort.c | 2 +-
tests/test-array_list.c | 2 +-
tests/test-array_oset.c | 2 +-
tests/test-asin.c | 2 +-
tests/test-asinl.c | 2 +-
tests/test-astrxfrm.c | 2 +-
tests/test-atan.c | 2 +-
tests/test-atan2.c | 2 +-
tests/test-atanl.c | 2 +-
tests/test-atexit.c | 2 +-
tests/test-avltree_list.c | 2 +-
tests/test-avltree_oset.c | 2 +-
tests/test-avltreehash_list.c | 2 +-
tests/test-base64.c | 2 +-
tests/test-binary-io.c | 2 +-
tests/test-bitrotate.c | 2 +-
tests/test-btowc.c | 2 +-
tests/test-byteswap.c | 2 +-
tests/test-c-ctype.c | 2 +-
tests/test-c-stack.c | 2 +-
tests/test-c-strcasecmp.c | 2 +-
tests/test-c-strcasestr.c | 2 +-
tests/test-c-strncasecmp.c | 2 +-
tests/test-c-strstr.c | 2 +-
tests/test-calloc-gnu.c | 2 +-
tests/test-canonicalize-lgpl.c | 2 +-
tests/test-canonicalize.c | 2 +-
tests/test-carray_list.c | 2 +-
tests/test-cbrt.c | 2 +-
tests/test-ceil-ieee.c | 2 +-
tests/test-ceil1.c | 2 +-
tests/test-ceil2.c | 2 +-
tests/test-ceilf-ieee.c | 2 +-
tests/test-ceilf1.c | 2 +-
tests/test-ceilf2.c | 2 +-
tests/test-ceill-ieee.c | 2 +-
tests/test-ceill.c | 2 +-
tests/test-chown.c | 2 +-
tests/test-chown.h | 2 +-
tests/test-cloexec.c | 2 +-
tests/test-closein.c | 2 +-
tests/test-cond.c | 2 +-
tests/test-copy-acl.c | 2 +-
tests/test-copy-file.c | 2 +-
tests/test-copysign.c | 2 +-
tests/test-cos.c | 2 +-
tests/test-cosh.c | 2 +-
tests/test-cosl.c | 2 +-
tests/test-count-one-bits.c | 2 +-
tests/test-crc.c | 2 +-
tests/test-ctype.c | 2 +-
tests/test-des.c | 2 +-
tests/test-dirent-c++.cc | 2 +-
tests/test-dirent-safer.c | 2 +-
tests/test-dirent.c | 2 +-
tests/test-dirname.c | 2 +-
tests/test-dprintf-posix.c | 2 +-
tests/test-dprintf-posix2.c | 2 +-
tests/test-dup-safer.c | 2 +-
tests/test-dup2.c | 2 +-
tests/test-dup3.c | 2 +-
tests/test-duplocale.c | 2 +-
tests/test-environ.c | 2 +-
tests/test-erf.c | 2 +-
tests/test-erfc.c | 2 +-
tests/test-errno.c | 2 +-
tests/test-exclude.c | 2 +-
tests/test-exclude1.sh | 2 +-
tests/test-exclude2.sh | 2 +-
tests/test-exclude3.sh | 2 +-
tests/test-exclude4.sh | 2 +-
tests/test-exclude5.sh | 2 +-
tests/test-exclude6.sh | 2 +-
tests/test-exclude7.sh | 2 +-
tests/test-exclude8.sh | 2 +-
tests/test-exp.c | 2 +-
tests/test-expl.c | 2 +-
tests/test-fabs.c | 2 +-
tests/test-fbufmode.c | 2 +-
tests/test-fchdir.c | 2 +-
tests/test-fchownat.c | 2 +-
tests/test-fcntl-h-c++.cc | 2 +-
tests/test-fcntl-h.c | 2 +-
tests/test-fcntl-safer.c | 2 +-
tests/test-fcntl.c | 2 +-
tests/test-fdopendir.c | 2 +-
tests/test-fdutimensat.c | 2 +-
tests/test-fflush.c | 2 +-
tests/test-fflush2.c | 2 +-
tests/test-file-has-acl.c | 2 +-
tests/test-filenamecat.c | 2 +-
tests/test-filevercmp.c | 2 +-
tests/test-flock.c | 2 +-
tests/test-floor-ieee.c | 2 +-
tests/test-floor1.c | 2 +-
tests/test-floor2.c | 2 +-
tests/test-floorf-ieee.c | 2 +-
tests/test-floorf1.c | 2 +-
tests/test-floorf2.c | 2 +-
tests/test-floorl-ieee.c | 2 +-
tests/test-floorl.c | 2 +-
tests/test-fmod.c | 2 +-
tests/test-fnmatch.c | 2 +-
tests/test-fopen-safer.c | 2 +-
tests/test-fopen.c | 2 +-
tests/test-fopen.h | 2 +-
tests/test-forkpty.c | 2 +-
tests/test-fpending.c | 2 +-
tests/test-fprintf-posix.c | 2 +-
tests/test-fprintf-posix.h | 2 +-
tests/test-fprintf-posix2.c | 2 +-
tests/test-fprintf-posix3.c | 2 +-
tests/test-fpurge.c | 2 +-
tests/test-freadable.c | 2 +-
tests/test-freadahead.c | 2 +-
tests/test-freading.c | 2 +-
tests/test-freadptr.c | 2 +-
tests/test-freadptr2.c | 2 +-
tests/test-freadseek.c | 2 +-
tests/test-freopen-safer.c | 2 +-
tests/test-freopen.c | 2 +-
tests/test-frexp.c | 2 +-
tests/test-frexpl.c | 2 +-
tests/test-fseek.c | 2 +-
tests/test-fseeko.c | 2 +-
tests/test-fseterr.c | 2 +-
tests/test-fstatat.c | 2 +-
tests/test-fstrcmp.c | 2 +-
tests/test-fsync.c | 2 +-
tests/test-ftell.c | 2 +-
tests/test-ftell3.c | 2 +-
tests/test-ftello.c | 2 +-
tests/test-ftello3.c | 2 +-
tests/test-func.c | 2 +-
tests/test-futimens.c | 2 +-
tests/test-futimens.h | 2 +-
tests/test-fwritable.c | 2 +-
tests/test-fwriting.c | 2 +-
tests/test-gc-arcfour.c | 2 +-
tests/test-gc-arctwo.c | 2 +-
tests/test-gc-des.c | 2 +-
tests/test-gc-hmac-md5.c | 2 +-
tests/test-gc-hmac-sha1.c | 2 +-
tests/test-gc-md2.c | 2 +-
tests/test-gc-md4.c | 2 +-
tests/test-gc-md5.c | 2 +-
tests/test-gc-pbkdf2-sha1.c | 2 +-
tests/test-gc-rijndael.c | 2 +-
tests/test-gc-sha1.c | 2 +-
tests/test-gc.c | 2 +-
tests/test-getaddrinfo.c | 2 +-
tests/test-getcwd.c | 2 +-
tests/test-getdelim.c | 2 +-
tests/test-getdomainname.c | 2 +-
tests/test-getdtablesize.c | 2 +-
tests/test-getgroups.c | 2 +-
tests/test-gethostname.c | 2 +-
tests/test-getline.c | 2 +-
tests/test-getlogin.c | 2 +-
tests/test-getlogin_r.c | 2 +-
tests/test-getndelim2.c | 2 +-
tests/test-getopt.c | 2 +-
tests/test-getopt.h | 2 +-
tests/test-getopt_long.h | 2 +-
tests/test-getpass.c | 2 +-
tests/test-gettimeofday.c | 2 +-
tests/test-glob-c++.cc | 2 +-
tests/test-glob.c | 2 +-
tests/test-hash.c | 2 +-
tests/test-hmac-md5.c | 2 +-
tests/test-hmac-sha1.c | 2 +-
tests/test-hypot.c | 2 +-
tests/test-i-ring.c | 2 +-
tests/test-iconv-h-c++.cc | 2 +-
tests/test-iconv-h.c | 2 +-
tests/test-iconv-utf.c | 2 +-
tests/test-iconv.c | 2 +-
tests/test-iconvme.c | 2 +-
tests/test-idpriv-drop.c | 2 +-
tests/test-idpriv-droptemp.c | 2 +-
tests/test-inet_ntop.c | 2 +-
tests/test-inet_pton.c | 2 +-
tests/test-inttostr.c | 2 +-
tests/test-inttypes.c | 2 +-
tests/test-isblank.c | 2 +-
tests/test-isfinite.c | 2 +-
tests/test-isinf.c | 2 +-
tests/test-isnan.c | 2 +-
tests/test-isnand-nolibm.c | 2 +-
tests/test-isnand.c | 2 +-
tests/test-isnand.h | 2 +-
tests/test-isnanf-nolibm.c | 2 +-
tests/test-isnanf.c | 2 +-
tests/test-isnanf.h | 2 +-
tests/test-isnanl-nolibm.c | 2 +-
tests/test-isnanl.c | 2 +-
tests/test-isnanl.h | 2 +-
tests/test-j0.c | 2 +-
tests/test-j1.c | 2 +-
tests/test-jn.c | 2 +-
tests/test-langinfo-c++.cc | 2 +-
tests/test-langinfo.c | 2 +-
tests/test-lchown.c | 2 +-
tests/test-lchown.h | 2 +-
tests/test-ldexp.c | 2 +-
tests/test-ldexpl.c | 2 +-
tests/test-lgamma.c | 2 +-
tests/test-link.c | 2 +-
tests/test-link.h | 2 +-
tests/test-linkat.c | 2 +-
tests/test-linked_list.c | 2 +-
tests/test-linkedhash_list.c | 2 +-
tests/test-locale-c++.cc | 2 +-
tests/test-locale-c++2.cc | 2 +-
tests/test-locale.c | 2 +-
tests/test-localename.c | 2 +-
tests/test-lock.c | 2 +-
tests/test-log.c | 2 +-
tests/test-log10.c | 2 +-
tests/test-log1p.c | 2 +-
tests/test-logb.c | 2 +-
tests/test-login_tty.c | 2 +-
tests/test-logl.c | 2 +-
tests/test-lseek.c | 2 +-
tests/test-lstat.c | 2 +-
tests/test-lstat.h | 2 +-
tests/test-lutimens.h | 2 +-
tests/test-malloc-gnu.c | 2 +-
tests/test-malloca.c | 2 +-
tests/test-math-c++.cc | 2 +-
tests/test-math-c++2.cc | 2 +-
tests/test-math.c | 2 +-
tests/test-mbmemcasecmp.c | 2 +-
tests/test-mbmemcasecmp.h | 2 +-
tests/test-mbmemcasecoll.c | 2 +-
tests/test-mbrtowc.c | 2 +-
tests/test-mbscasecmp.c | 2 +-
tests/test-mbscasestr1.c | 2 +-
tests/test-mbscasestr2.c | 2 +-
tests/test-mbscasestr3.c | 2 +-
tests/test-mbscasestr4.c | 2 +-
tests/test-mbschr.c | 2 +-
tests/test-mbscspn.c | 2 +-
tests/test-mbsinit.c | 2 +-
tests/test-mbsncasecmp.c | 2 +-
tests/test-mbsnrtowcs.c | 2 +-
tests/test-mbspbrk.c | 2 +-
tests/test-mbspcasecmp.c | 2 +-
tests/test-mbsrchr.c | 2 +-
tests/test-mbsrtowcs.c | 2 +-
tests/test-mbsspn.c | 2 +-
tests/test-mbsstr1.c | 2 +-
tests/test-mbsstr2.c | 2 +-
tests/test-mbsstr3.c | 2 +-
tests/test-md2.c | 2 +-
tests/test-md4.c | 2 +-
tests/test-md5.c | 2 +-
tests/test-memcasecmp.c | 2 +-
tests/test-memchr.c | 2 +-
tests/test-memchr2.c | 2 +-
tests/test-memcmp.c | 2 +-
tests/test-memcoll.c | 2 +-
tests/test-memmem.c | 2 +-
tests/test-memrchr.c | 2 +-
tests/test-mkdir.c | 2 +-
tests/test-mkdir.h | 2 +-
tests/test-mkdirat.c | 2 +-
tests/test-mkfifo.c | 2 +-
tests/test-mkfifo.h | 2 +-
tests/test-mkfifoat.c | 2 +-
tests/test-mknod.c | 2 +-
tests/test-modf.c | 2 +-
tests/test-nanosleep.c | 2 +-
tests/test-net_if.c | 2 +-
tests/test-netdb.c | 2 +-
tests/test-netinet_in.c | 2 +-
tests/test-nextafter.c | 2 +-
tests/test-nl_langinfo.c | 2 +-
tests/test-obstack-printf.c | 2 +-
tests/test-open.c | 2 +-
tests/test-open.h | 2 +-
tests/test-openat-safer.c | 2 +-
tests/test-openat.c | 2 +-
tests/test-openpty.c | 2 +-
tests/test-parse-datetime.c | 2 +-
tests/test-parse-duration.c | 2 +-
tests/test-perror.c | 2 +-
tests/test-pipe-filter-gi1.c | 2 +-
tests/test-pipe-filter-gi2-child.c | 2 +-
tests/test-pipe-filter-gi2-main.c | 2 +-
tests/test-pipe-filter-gi2.sh | 2 +-
tests/test-pipe-filter-ii1.c | 2 +-
tests/test-pipe-filter-ii2-child.c | 2 +-
tests/test-pipe-filter-ii2-main.c | 2 +-
tests/test-pipe-filter-ii2.sh | 2 +-
tests/test-pipe.c | 2 +-
tests/test-pipe2.c | 2 +-
tests/test-poll-h-c++.cc | 2 +-
tests/test-poll-h.c | 2 +-
tests/test-poll.c | 2 +-
tests/test-popen-safer.c | 2 +-
tests/test-popen-safer2.c | 2 +-
tests/test-popen.c | 2 +-
tests/test-popen.h | 2 +-
tests/test-posix_spawn1.c | 2 +-
tests/test-posix_spawn2.c | 2 +-
tests/test-posix_spawn3.c | 2 +-
tests/test-posixtm.c | 2 +-
tests/test-pow.c | 2 +-
tests/test-pread.c | 2 +-
tests/test-printf-frexp.c | 2 +-
tests/test-printf-frexpl.c | 2 +-
tests/test-printf-posix.c | 2 +-
tests/test-printf-posix.h | 2 +-
tests/test-printf-posix2.c | 2 +-
tests/test-priv-set.c | 2 +-
tests/test-ptsname.c | 2 +-
tests/test-pty-c++.cc | 2 +-
tests/test-pwrite.c | 2 +-
tests/test-quotearg-simple.c | 2 +-
tests/test-quotearg.c | 2 +-
tests/test-quotearg.h | 2 +-
tests/test-random_r.c | 2 +-
tests/test-rawmemchr.c | 2 +-
tests/test-rbtree_list.c | 2 +-
tests/test-rbtree_oset.c | 2 +-
tests/test-rbtreehash_list.c | 2 +-
tests/test-read-file.c | 2 +-
tests/test-readlink.c | 2 +-
tests/test-readlink.h | 2 +-
tests/test-readlinkat.c | 2 +-
tests/test-realloc-gnu.c | 2 +-
tests/test-regex-quote.c | 2 +-
tests/test-remainder.c | 2 +-
tests/test-remove.c | 2 +-
tests/test-rename.c | 2 +-
tests/test-rename.h | 2 +-
tests/test-renameat.c | 2 +-
tests/test-rijndael.c | 2 +-
tests/test-rint.c | 2 +-
tests/test-rmdir.c | 2 +-
tests/test-rmdir.h | 2 +-
tests/test-round-ieee.c | 2 +-
tests/test-round1.c | 2 +-
tests/test-round2.c | 2 +-
tests/test-roundf-ieee.c | 2 +-
tests/test-roundf1.c | 2 +-
tests/test-roundl-ieee.c | 2 +-
tests/test-roundl.c | 2 +-
tests/test-safe-alloc.c | 2 +-
tests/test-sameacls.c | 2 +-
tests/test-sched.c | 2 +-
tests/test-search-c++.cc | 2 +-
tests/test-search.c | 2 +-
tests/test-select-fd.c | 2 +-
tests/test-select-stdin.c | 2 +-
tests/test-select.c | 2 +-
tests/test-set-mode-acl.c | 2 +-
tests/test-setenv.c | 2 +-
tests/test-sha1.c | 2 +-
tests/test-sigaction.c | 2 +-
tests/test-signal-c++.cc | 2 +-
tests/test-signal-c++2.cc | 2 +-
tests/test-signal.c | 2 +-
tests/test-signbit.c | 2 +-
tests/test-sigpipe.c | 2 +-
tests/test-sin.c | 2 +-
tests/test-sinh.c | 2 +-
tests/test-sinl.c | 2 +-
tests/test-sleep.c | 2 +-
tests/test-snprintf-posix.c | 2 +-
tests/test-snprintf-posix.h | 2 +-
tests/test-snprintf.c | 2 +-
tests/test-sockets.c | 2 +-
tests/test-spawn-c++.cc | 2 +-
tests/test-spawn-pipe.c | 2 +-
tests/test-spawn.c | 2 +-
tests/test-sprintf-posix.c | 2 +-
tests/test-sprintf-posix.h | 2 +-
tests/test-sqrt.c | 2 +-
tests/test-sqrtl.c | 2 +-
tests/test-stat-time.c | 2 +-
tests/test-stat.c | 2 +-
tests/test-stat.h | 2 +-
tests/test-stdbool.c | 2 +-
tests/test-stddef.c | 2 +-
tests/test-stdint.c | 2 +-
tests/test-stdio-c++.cc | 2 +-
tests/test-stdio-c++2.cc | 2 +-
tests/test-stdio.c | 2 +-
tests/test-stdlib-c++.cc | 2 +-
tests/test-stdlib-c++2.cc | 2 +-
tests/test-stdlib.c | 2 +-
tests/test-stpncpy.c | 2 +-
tests/test-strcasestr.c | 2 +-
tests/test-strchrnul.c | 2 +-
tests/test-strerror.c | 2 +-
tests/test-strerror_r.c | 2 +-
tests/test-striconv.c | 2 +-
tests/test-striconveh.c | 2 +-
tests/test-striconveha.c | 2 +-
tests/test-string-c++.cc | 2 +-
tests/test-string-c++2.cc | 2 +-
tests/test-string.c | 2 +-
tests/test-strings.c | 2 +-
tests/test-strncat.c | 2 +-
tests/test-strnlen.c | 2 +-
tests/test-strsignal.c | 2 +-
tests/test-strstr.c | 2 +-
tests/test-strtod.c | 2 +-
tests/test-strverscmp.c | 2 +-
tests/test-symlink.c | 2 +-
tests/test-symlink.h | 2 +-
tests/test-symlinkat.c | 2 +-
tests/test-sys_file.c | 2 +-
tests/test-sys_ioctl-c++.cc | 2 +-
tests/test-sys_ioctl.c | 2 +-
tests/test-sys_select-c++.cc | 2 +-
tests/test-sys_select.c | 2 +-
tests/test-sys_socket-c++.cc | 2 +-
tests/test-sys_socket.c | 2 +-
tests/test-sys_stat-c++.cc | 2 +-
tests/test-sys_stat.c | 2 +-
tests/test-sys_time-c++.cc | 2 +-
tests/test-sys_time.c | 2 +-
tests/test-sys_times.c | 2 +-
tests/test-sys_utsname.c | 2 +-
tests/test-sys_wait-c++.cc | 2 +-
tests/test-sys_wait.c | 2 +-
tests/test-sys_wait.h | 2 +-
tests/test-sysexits.c | 2 +-
tests/test-tan.c | 2 +-
tests/test-tanh.c | 2 +-
tests/test-tanl.c | 2 +-
tests/test-termios-c++.cc | 2 +-
tests/test-termios.c | 2 +-
tests/test-time-c++.cc | 2 +-
tests/test-time-c++2.cc | 2 +-
tests/test-time.c | 2 +-
tests/test-times.c | 2 +-
tests/test-tls.c | 2 +-
tests/test-trunc-ieee.c | 2 +-
tests/test-trunc1.c | 2 +-
tests/test-trunc2.c | 2 +-
tests/test-truncf-ieee.c | 2 +-
tests/test-truncf1.c | 2 +-
tests/test-truncf2.c | 2 +-
tests/test-truncl-ieee.c | 2 +-
tests/test-truncl.c | 2 +-
tests/test-tsearch.c | 2 +-
tests/test-ttyname_r.c | 2 +-
tests/test-u64.c | 2 +-
tests/test-uname.c | 2 +-
tests/test-unistd-c++.cc | 2 +-
tests/test-unistd.c | 2 +-
tests/test-unlink.c | 2 +-
tests/test-unlink.h | 2 +-
tests/test-unlinkat.c | 2 +-
tests/test-unsetenv.c | 2 +-
tests/test-update-copyright.sh | 2 +-
tests/test-userspec.c | 2 +-
tests/test-usleep.c | 2 +-
tests/test-utimens-common.h | 2 +-
tests/test-utimens.c | 2 +-
tests/test-utimens.h | 2 +-
tests/test-utimensat.c | 2 +-
tests/test-vasnprintf-posix.c | 2 +-
tests/test-vasnprintf-posix2.c | 2 +-
tests/test-vasnprintf-posix3.c | 2 +-
tests/test-vasnprintf.c | 2 +-
tests/test-vasprintf-posix.c | 2 +-
tests/test-vasprintf.c | 2 +-
tests/test-vc-list-files-cvs.sh | 2 +-
tests/test-vc-list-files-git.sh | 2 +-
tests/test-vdprintf-posix.c | 2 +-
tests/test-verify.c | 2 +-
tests/test-version-etc.c | 2 +-
tests/test-version-etc.sh | 2 +-
tests/test-vfprintf-posix.c | 2 +-
tests/test-vprintf-posix.c | 2 +-
tests/test-vsnprintf-posix.c | 2 +-
tests/test-vsnprintf.c | 2 +-
tests/test-vsprintf-posix.c | 2 +-
tests/test-wchar-c++.cc | 2 +-
tests/test-wchar.c | 2 +-
tests/test-wcrtomb.c | 2 +-
tests/test-wcsnrtombs.c | 2 +-
tests/test-wcsrtombs.c | 2 +-
tests/test-wctype-c++.cc | 2 +-
tests/test-wctype.c | 2 +-
tests/test-wcwidth.c | 2 +-
tests/test-xalloc-die.c | 2 +-
tests/test-xalloc-die.sh | 2 +-
tests/test-xfprintf-posix.c | 2 +-
tests/test-xmemdup0.c | 2 +-
tests/test-xprintf-posix.c | 2 +-
tests/test-xstrtol.c | 3 +--
tests/test-xvasprintf.c | 2 +-
tests/test-y0.c | 2 +-
tests/test-y1.c | 2 +-
tests/test-yesno.c | 2 +-
tests/test-yn.c | 2 +-
tests/unicase/test-casecmp.h | 2 +-
tests/unicase/test-cased.c | 2 +-
tests/unicase/test-ignorable.c | 2 +-
tests/unicase/test-is-cased.h | 2 +-
tests/unicase/test-is-casefolded.h | 2 +-
tests/unicase/test-is-lowercase.h | 2 +-
tests/unicase/test-is-titlecase.h | 2 +-
tests/unicase/test-is-uppercase.h | 2 +-
tests/unicase/test-locale-language.c | 2 +-
tests/unicase/test-mapping-part1.h | 2 +-
tests/unicase/test-mapping-part2.h | 2 +-
tests/unicase/test-predicate-part1.h | 2 +-
tests/unicase/test-predicate-part2.h | 2 +-
tests/unicase/test-u16-casecmp.c | 2 +-
tests/unicase/test-u16-casecoll.c | 2 +-
tests/unicase/test-u16-casefold.c | 2 +-
tests/unicase/test-u16-is-cased.c | 2 +-
tests/unicase/test-u16-is-casefolded.c | 2 +-
tests/unicase/test-u16-is-lowercase.c | 2 +-
tests/unicase/test-u16-is-titlecase.c | 2 +-
tests/unicase/test-u16-is-uppercase.c | 2 +-
tests/unicase/test-u16-tolower.c | 2 +-
tests/unicase/test-u16-totitle.c | 2 +-
tests/unicase/test-u16-toupper.c | 2 +-
tests/unicase/test-u32-casecmp.c | 2 +-
tests/unicase/test-u32-casecoll.c | 2 +-
tests/unicase/test-u32-casefold.c | 2 +-
tests/unicase/test-u32-is-cased.c | 2 +-
tests/unicase/test-u32-is-casefolded.c | 2 +-
tests/unicase/test-u32-is-lowercase.c | 2 +-
tests/unicase/test-u32-is-titlecase.c | 2 +-
tests/unicase/test-u32-is-uppercase.c | 2 +-
tests/unicase/test-u32-tolower.c | 2 +-
tests/unicase/test-u32-totitle.c | 2 +-
tests/unicase/test-u32-toupper.c | 2 +-
tests/unicase/test-u8-casecmp.c | 2 +-
tests/unicase/test-u8-casecoll.c | 2 +-
tests/unicase/test-u8-casefold.c | 2 +-
tests/unicase/test-u8-is-cased.c | 2 +-
tests/unicase/test-u8-is-casefolded.c | 2 +-
tests/unicase/test-u8-is-lowercase.c | 2 +-
tests/unicase/test-u8-is-titlecase.c | 2 +-
tests/unicase/test-u8-is-uppercase.c | 2 +-
tests/unicase/test-u8-tolower.c | 2 +-
tests/unicase/test-u8-totitle.c | 2 +-
tests/unicase/test-u8-toupper.c | 2 +-
tests/unicase/test-uc_tolower.c | 2 +-
tests/unicase/test-uc_totitle.c | 2 +-
tests/unicase/test-uc_toupper.c | 2 +-
tests/unicase/test-ulc-casecmp.c | 2 +-
tests/unicase/test-ulc-casecoll.c | 2 +-
tests/uniconv/test-u16-conv-from-enc.c | 2 +-
tests/uniconv/test-u16-conv-to-enc.c | 2 +-
tests/uniconv/test-u16-strconv-from-enc.c | 2 +-
tests/uniconv/test-u16-strconv-to-enc.c | 2 +-
tests/uniconv/test-u32-conv-from-enc.c | 2 +-
tests/uniconv/test-u32-conv-to-enc.c | 2 +-
tests/uniconv/test-u32-strconv-from-enc.c | 2 +-
tests/uniconv/test-u32-strconv-to-enc.c | 2 +-
tests/uniconv/test-u8-conv-from-enc.c | 2 +-
tests/uniconv/test-u8-conv-to-enc.c | 2 +-
tests/uniconv/test-u8-strconv-from-enc.c | 2 +-
tests/uniconv/test-u8-strconv-to-enc.c | 2 +-
tests/unigbrk/test-uc-is-grapheme-break.c | 2 +-
tests/unilbrk/test-u16-possible-linebreaks.c | 2 +-
tests/unilbrk/test-u16-width-linebreaks.c | 2 +-
tests/unilbrk/test-u32-possible-linebreaks.c | 2 +-
tests/unilbrk/test-u32-width-linebreaks.c | 2 +-
tests/unilbrk/test-u8-possible-linebreaks.c | 2 +-
tests/unilbrk/test-u8-width-linebreaks.c | 2 +-
tests/unilbrk/test-ulc-possible-linebreaks.c | 2 +-
tests/unilbrk/test-ulc-width-linebreaks.c | 2 +-
tests/uniname/test-uninames.c | 2 +-
tests/uninorm/test-canonical-decomposition.c | 2 +-
tests/uninorm/test-compat-decomposition.c | 2 +-
tests/uninorm/test-composition.c | 2 +-
tests/uninorm/test-decomposing-form.c | 2 +-
tests/uninorm/test-decomposition.c | 2 +-
tests/uninorm/test-nfc.c | 2 +-
tests/uninorm/test-nfd.c | 2 +-
tests/uninorm/test-nfkc.c | 2 +-
tests/uninorm/test-nfkd.c | 2 +-
tests/uninorm/test-u16-nfc.c | 2 +-
tests/uninorm/test-u16-nfd.c | 2 +-
tests/uninorm/test-u16-nfkc.c | 2 +-
tests/uninorm/test-u16-nfkd.c | 2 +-
tests/uninorm/test-u16-normcmp.c | 2 +-
tests/uninorm/test-u16-normcmp.h | 2 +-
tests/uninorm/test-u16-normcoll.c | 2 +-
tests/uninorm/test-u32-nfc-big.c | 2 +-
tests/uninorm/test-u32-nfc.c | 2 +-
tests/uninorm/test-u32-nfd-big.c | 2 +-
tests/uninorm/test-u32-nfd.c | 2 +-
tests/uninorm/test-u32-nfkc-big.c | 2 +-
tests/uninorm/test-u32-nfkc.c | 2 +-
tests/uninorm/test-u32-nfkd-big.c | 2 +-
tests/uninorm/test-u32-nfkd.c | 2 +-
tests/uninorm/test-u32-normalize-big.c | 2 +-
tests/uninorm/test-u32-normalize-big.h | 2 +-
tests/uninorm/test-u32-normcmp.c | 2 +-
tests/uninorm/test-u32-normcmp.h | 2 +-
tests/uninorm/test-u32-normcoll.c | 2 +-
tests/uninorm/test-u8-nfc.c | 2 +-
tests/uninorm/test-u8-nfd.c | 2 +-
tests/uninorm/test-u8-nfkc.c | 2 +-
tests/uninorm/test-u8-nfkd.c | 2 +-
tests/uninorm/test-u8-normcmp.c | 2 +-
tests/uninorm/test-u8-normcmp.h | 2 +-
tests/uninorm/test-u8-normcoll.c | 2 +-
tests/uninorm/test-uninorm-filter-nfc.c | 2 +-
tests/unistdio/test-u16-asnprintf1.c | 2 +-
tests/unistdio/test-u16-asnprintf1.h | 2 +-
tests/unistdio/test-u16-printf1.h | 2 +-
tests/unistdio/test-u16-vasnprintf1.c | 2 +-
tests/unistdio/test-u16-vasnprintf2.c | 2 +-
tests/unistdio/test-u16-vasnprintf3.c | 2 +-
tests/unistdio/test-u16-vasprintf1.c | 2 +-
tests/unistdio/test-u16-vsnprintf1.c | 2 +-
tests/unistdio/test-u16-vsprintf1.c | 2 +-
tests/unistdio/test-u32-asnprintf1.c | 2 +-
tests/unistdio/test-u32-asnprintf1.h | 2 +-
tests/unistdio/test-u32-printf1.h | 2 +-
tests/unistdio/test-u32-vasnprintf1.c | 2 +-
tests/unistdio/test-u32-vasnprintf2.c | 2 +-
tests/unistdio/test-u32-vasnprintf3.c | 2 +-
tests/unistdio/test-u32-vasprintf1.c | 2 +-
tests/unistdio/test-u32-vsnprintf1.c | 2 +-
tests/unistdio/test-u32-vsprintf1.c | 2 +-
tests/unistdio/test-u8-asnprintf1.c | 2 +-
tests/unistdio/test-u8-asnprintf1.h | 2 +-
tests/unistdio/test-u8-printf1.h | 2 +-
tests/unistdio/test-u8-vasnprintf1.c | 2 +-
tests/unistdio/test-u8-vasnprintf2.c | 2 +-
tests/unistdio/test-u8-vasnprintf3.c | 2 +-
tests/unistdio/test-u8-vasprintf1.c | 2 +-
tests/unistdio/test-u8-vsnprintf1.c | 2 +-
tests/unistdio/test-u8-vsprintf1.c | 2 +-
tests/unistdio/test-ulc-asnprintf1.c | 2 +-
tests/unistdio/test-ulc-asnprintf1.h | 2 +-
tests/unistdio/test-ulc-printf1.h | 2 +-
tests/unistdio/test-ulc-vasnprintf1.c | 2 +-
tests/unistdio/test-ulc-vasnprintf2.c | 2 +-
tests/unistdio/test-ulc-vasnprintf3.c | 2 +-
tests/unistdio/test-ulc-vasprintf1.c | 2 +-
tests/unistdio/test-ulc-vsnprintf1.c | 2 +-
tests/unistdio/test-ulc-vsprintf1.c | 2 +-
tests/unistr/test-chr.h | 2 +-
tests/unistr/test-cmp.h | 2 +-
tests/unistr/test-cmp2.h | 2 +-
tests/unistr/test-cpy-alloc.h | 2 +-
tests/unistr/test-cpy.h | 2 +-
tests/unistr/test-move.h | 2 +-
tests/unistr/test-set.h | 2 +-
tests/unistr/test-stpcpy.h | 2 +-
tests/unistr/test-stpncpy.h | 2 +-
tests/unistr/test-strcat.h | 2 +-
tests/unistr/test-strchr.h | 2 +-
tests/unistr/test-strcmp.h | 2 +-
tests/unistr/test-strcpy.h | 2 +-
tests/unistr/test-strdup.h | 2 +-
tests/unistr/test-strncat.h | 2 +-
tests/unistr/test-strncmp.h | 2 +-
tests/unistr/test-strncpy.h | 2 +-
tests/unistr/test-strnlen.h | 2 +-
tests/unistr/test-u16-check.c | 2 +-
tests/unistr/test-u16-chr.c | 2 +-
tests/unistr/test-u16-cmp.c | 2 +-
tests/unistr/test-u16-cmp2.c | 2 +-
tests/unistr/test-u16-cpy-alloc.c | 2 +-
tests/unistr/test-u16-cpy.c | 2 +-
tests/unistr/test-u16-mblen.c | 2 +-
tests/unistr/test-u16-mbsnlen.c | 2 +-
tests/unistr/test-u16-mbtouc-unsafe.c | 2 +-
tests/unistr/test-u16-mbtouc.c | 2 +-
tests/unistr/test-u16-mbtouc.h | 2 +-
tests/unistr/test-u16-mbtoucr.c | 2 +-
tests/unistr/test-u16-move.c | 2 +-
tests/unistr/test-u16-next.c | 2 +-
tests/unistr/test-u16-prev.c | 2 +-
tests/unistr/test-u16-set.c | 2 +-
tests/unistr/test-u16-stpcpy.c | 2 +-
tests/unistr/test-u16-stpncpy.c | 2 +-
tests/unistr/test-u16-strcat.c | 2 +-
tests/unistr/test-u16-strchr.c | 2 +-
tests/unistr/test-u16-strcmp.c | 2 +-
tests/unistr/test-u16-strcmp.h | 2 +-
tests/unistr/test-u16-strcoll.c | 2 +-
tests/unistr/test-u16-strcpy.c | 2 +-
tests/unistr/test-u16-strdup.c | 2 +-
tests/unistr/test-u16-strlen.c | 2 +-
tests/unistr/test-u16-strmblen.c | 2 +-
tests/unistr/test-u16-strmbtouc.c | 2 +-
tests/unistr/test-u16-strncat.c | 2 +-
tests/unistr/test-u16-strncmp.c | 2 +-
tests/unistr/test-u16-strncpy.c | 2 +-
tests/unistr/test-u16-strnlen.c | 2 +-
tests/unistr/test-u16-to-u32.c | 2 +-
tests/unistr/test-u16-to-u8.c | 2 +-
tests/unistr/test-u16-uctomb.c | 2 +-
tests/unistr/test-u32-check.c | 2 +-
tests/unistr/test-u32-chr.c | 2 +-
tests/unistr/test-u32-cmp.c | 2 +-
tests/unistr/test-u32-cmp2.c | 2 +-
tests/unistr/test-u32-cpy-alloc.c | 2 +-
tests/unistr/test-u32-cpy.c | 2 +-
tests/unistr/test-u32-mblen.c | 2 +-
tests/unistr/test-u32-mbsnlen.c | 2 +-
tests/unistr/test-u32-mbtouc-unsafe.c | 2 +-
tests/unistr/test-u32-mbtouc.c | 2 +-
tests/unistr/test-u32-mbtouc.h | 2 +-
tests/unistr/test-u32-mbtoucr.c | 2 +-
tests/unistr/test-u32-move.c | 2 +-
tests/unistr/test-u32-next.c | 2 +-
tests/unistr/test-u32-prev.c | 2 +-
tests/unistr/test-u32-set.c | 2 +-
tests/unistr/test-u32-stpcpy.c | 2 +-
tests/unistr/test-u32-stpncpy.c | 2 +-
tests/unistr/test-u32-strcat.c | 2 +-
tests/unistr/test-u32-strchr.c | 2 +-
tests/unistr/test-u32-strcmp.c | 2 +-
tests/unistr/test-u32-strcmp.h | 2 +-
tests/unistr/test-u32-strcoll.c | 2 +-
tests/unistr/test-u32-strcpy.c | 2 +-
tests/unistr/test-u32-strdup.c | 2 +-
tests/unistr/test-u32-strlen.c | 2 +-
tests/unistr/test-u32-strmblen.c | 2 +-
tests/unistr/test-u32-strmbtouc.c | 2 +-
tests/unistr/test-u32-strncat.c | 2 +-
tests/unistr/test-u32-strncmp.c | 2 +-
tests/unistr/test-u32-strncpy.c | 2 +-
tests/unistr/test-u32-strnlen.c | 2 +-
tests/unistr/test-u32-to-u16.c | 2 +-
tests/unistr/test-u32-to-u8.c | 2 +-
tests/unistr/test-u32-uctomb.c | 2 +-
tests/unistr/test-u8-check.c | 2 +-
tests/unistr/test-u8-chr.c | 2 +-
tests/unistr/test-u8-cmp.c | 2 +-
tests/unistr/test-u8-cmp2.c | 2 +-
tests/unistr/test-u8-cpy-alloc.c | 2 +-
tests/unistr/test-u8-cpy.c | 2 +-
tests/unistr/test-u8-mblen.c | 2 +-
tests/unistr/test-u8-mbsnlen.c | 2 +-
tests/unistr/test-u8-mbtouc-unsafe.c | 2 +-
tests/unistr/test-u8-mbtouc.c | 2 +-
tests/unistr/test-u8-mbtouc.h | 2 +-
tests/unistr/test-u8-mbtoucr.c | 2 +-
tests/unistr/test-u8-move.c | 2 +-
tests/unistr/test-u8-next.c | 2 +-
tests/unistr/test-u8-prev.c | 2 +-
tests/unistr/test-u8-set.c | 2 +-
tests/unistr/test-u8-stpcpy.c | 2 +-
tests/unistr/test-u8-stpncpy.c | 2 +-
tests/unistr/test-u8-strcat.c | 2 +-
tests/unistr/test-u8-strchr.c | 2 +-
tests/unistr/test-u8-strcmp.c | 2 +-
tests/unistr/test-u8-strcmp.h | 2 +-
tests/unistr/test-u8-strcoll.c | 2 +-
tests/unistr/test-u8-strcpy.c | 2 +-
tests/unistr/test-u8-strdup.c | 2 +-
tests/unistr/test-u8-strlen.c | 2 +-
tests/unistr/test-u8-strmblen.c | 2 +-
tests/unistr/test-u8-strmbtouc.c | 2 +-
tests/unistr/test-u8-strncat.c | 2 +-
tests/unistr/test-u8-strncmp.c | 2 +-
tests/unistr/test-u8-strncpy.c | 2 +-
tests/unistr/test-u8-strnlen.c | 2 +-
tests/unistr/test-u8-to-u16.c | 2 +-
tests/unistr/test-u8-to-u32.c | 2 +-
tests/unistr/test-u8-uctomb.c | 2 +-
tests/uniwbrk/test-u16-wordbreaks.c | 2 +-
tests/uniwbrk/test-u32-wordbreaks.c | 2 +-
tests/uniwbrk/test-u8-wordbreaks.c | 2 +-
tests/uniwbrk/test-ulc-wordbreaks.c | 2 +-
tests/uniwidth/test-u16-strwidth.c | 2 +-
tests/uniwidth/test-u16-width.c | 2 +-
tests/uniwidth/test-u32-strwidth.c | 2 +-
tests/uniwidth/test-u32-width.c | 2 +-
tests/uniwidth/test-u8-strwidth.c | 2 +-
tests/uniwidth/test-u8-width.c | 2 +-
tests/uniwidth/test-uc_width.c | 2 +-
tests/uniwidth/test-uc_width2.c | 2 +-
tests/zerosize-ptr.h | 2 +-
top/GNUmakefile | 2 +-
top/maint.mk | 2 +-
users.txt | 2 +-
2916 files changed, 2949 insertions(+), 3010 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 12e5075..46df8e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -73293,7 +73293,7 @@
coding: utf-8
End:
- Copyright (C) 1997-2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2011 Free Software Foundation, Inc.
Copying and distribution of this file, with or without
modification, are permitted provided the copyright notice
diff --git a/MODULES.html.sh b/MODULES.html.sh
index aee5c24..e49ccef 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2002-2010 Free Software Foundation, Inc.
+# Copyright (C) 2002-2011 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/README b/README
index a00e241..0d8ac6d 100644
--- a/README
+++ b/README
@@ -317,8 +317,7 @@ branches to help promote this.
-----
-Copyright 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-Foundation, Inc.
+Copyright 2001, 2003-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 7f9ec86..4886926 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -9,7 +9,7 @@ my $VERSION = '2010-05-03 20:17'; # UTC
# If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually.
-# Copyright (C) 2002-2010 Free Software Foundation, Inc.
+# Copyright (C) 2002-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/arg-nonnull.h b/build-aux/arg-nonnull.h
index 3179fdd..b6c46e8 100644
--- a/build-aux/arg-nonnull.h
+++ b/build-aux/arg-nonnull.h
@@ -1,5 +1,5 @@
/* A C macro for declaring that specific arguments must not be NULL.
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index dcd4773..ecf2517 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2010-11-20.03; # UTC
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2010 Free Software Foundation, Inc.
+# Copyright (C) 2003-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/bootstrap.conf b/build-aux/bootstrap.conf
index 2bb60e2..9aceec7 100644
--- a/build-aux/bootstrap.conf
+++ b/build-aux/bootstrap.conf
@@ -1,6 +1,6 @@
# Bootstrap configuration.
-# Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/c++defs.h b/build-aux/c++defs.h
index b2ef31a..67c3f65 100644
--- a/build-aux/c++defs.h
+++ b/build-aux/c++defs.h
@@ -1,5 +1,5 @@
/* C++ compatible function declaration macros.
- Copyright (C) 2010 Free Software Foundation, Inc.
+ Copyright (C) 2010-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
diff --git a/build-aux/config.libpath b/build-aux/config.libpath
index a6a190b..7a167ed 100755
--- a/build-aux/config.libpath
+++ b/build-aux/config.libpath
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable at run time.
#
-# Copyright 1996-2010 Free Software Foundation, Inc.
+# Copyright 1996-2011 Free Software Foundation, Inc.
# Taken from GNU libtool, 2003
# Originally by Gordon Matzigkeit <address@hidden>, 1996
#
diff --git a/build-aux/config.rpath b/build-aux/config.rpath
index 17298f2..1a980c8 100755
--- a/build-aux/config.rpath
+++ b/build-aux/config.rpath
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
-# Copyright 1996-2010 Free Software Foundation, Inc.
+# Copyright 1996-2011 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <address@hidden>, 1996
#
diff --git a/build-aux/csharpcomp.sh.in b/build-aux/csharpcomp.sh.in
index 08d2303..8d5bd87 100644
--- a/build-aux/csharpcomp.sh.in
+++ b/build-aux/csharpcomp.sh.in
@@ -1,7 +1,7 @@
#!/bin/sh
# Compile a C# program.
-# Copyright (C) 2003-2006, 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <address@hidden>, 2003.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/csharpexec.sh.in b/build-aux/csharpexec.sh.in
index f432725..673df08 100644
--- a/build-aux/csharpexec.sh.in
+++ b/build-aux/csharpexec.sh.in
@@ -1,7 +1,7 @@
#!/bin/sh
# Execute a C# program.
-# Copyright (C) 2003, 2005, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <address@hidden>, 2003.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/do-release-commit-and-tag
b/build-aux/do-release-commit-and-tag
index c02d82d..ca89bdc 100755
--- a/build-aux/do-release-commit-and-tag
+++ b/build-aux/do-release-commit-and-tag
@@ -7,7 +7,7 @@ VERSION=2010-06-07.07 # UTC
# Note: this is a bash script (could be zsh or dash)
-# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
index 795a98b..c278f6a 100755
--- a/build-aux/git-version-gen
+++ b/build-aux/git-version-gen
@@ -2,7 +2,7 @@
# Print a version string.
scriptversion=2010-10-13.20; # UTC
-# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog
index 7660af5..4559704 100755
--- a/build-aux/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
@@ -9,7 +9,7 @@ my $VERSION = '2009-10-30 13:46'; # UTC
# If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually.
-# Copyright (C) 2008-2010 Free Software Foundation, Inc.
+# Copyright (C) 2008-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/gnu-web-doc-update b/build-aux/gnu-web-doc-update
index e834dcf..f6d0ee1 100755
--- a/build-aux/gnu-web-doc-update
+++ b/build-aux/gnu-web-doc-update
@@ -9,7 +9,7 @@
VERSION=2009-07-21.16; # UTC
-# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/install-reloc b/build-aux/install-reloc
index b5223a9..4ca4bed 100755
--- a/build-aux/install-reloc
+++ b/build-aux/install-reloc
@@ -1,6 +1,6 @@
#!/bin/sh
# install-reloc - install a program including a relocating wrapper
-# Copyright (C) 2003, 2005-2007, 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <address@hidden>, 2003.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/javacomp.sh.in b/build-aux/javacomp.sh.in
index 303a271..313b341 100644
--- a/build-aux/javacomp.sh.in
+++ b/build-aux/javacomp.sh.in
@@ -1,7 +1,7 @@
#!/bin/sh
# Compile a Java program.
-# Copyright (C) 2001-2002, 2006, 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <address@hidden>, 2001.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/javaexec.sh.in b/build-aux/javaexec.sh.in
index 87c4a42..e273e42 100644
--- a/build-aux/javaexec.sh.in
+++ b/build-aux/javaexec.sh.in
@@ -1,7 +1,7 @@
#!/bin/sh
# Execute a Java program.
-# Copyright (C) 2001, 2006, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <address@hidden>, 2001.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/ldd.sh.in b/build-aux/ldd.sh.in
index e0e31f7..c2abc2a 100644
--- a/build-aux/ldd.sh.in
+++ b/build-aux/ldd.sh.in
@@ -1,7 +1,7 @@
#!/bin/sh
# Determine the dynamically linked dependencies of a program.
-# Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <address@hidden>, 2006.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/link-warning.h b/build-aux/link-warning.h
index 27abfd9..84708ff 100644
--- a/build-aux/link-warning.h
+++ b/build-aux/link-warning.h
@@ -1,5 +1,5 @@
/* A C macro for emitting link time warnings.
- Copyright (C) 1995, 1997, 2000, 2002-2003, 2007, 2009-2010 Free Software
+ Copyright (C) 1995, 1997, 2000, 2002-2003, 2007, 2009-2011 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
diff --git a/build-aux/mktempd b/build-aux/mktempd
index bb3de30..7a09a4b 100755
--- a/build-aux/mktempd
+++ b/build-aux/mktempd
@@ -1,7 +1,7 @@
#!/bin/sh
# Create a temporary directory, much like mktemp -d does.
-# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/move-if-change b/build-aux/move-if-change
index 9215c89..a891ca5 100755
--- a/build-aux/move-if-change
+++ b/build-aux/move-if-change
@@ -8,7 +8,7 @@ VERSION='2007-09-28 23:10'; # UTC
# If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually.
-# Copyright (C) 2002-2007, 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/ncftpput-ftp b/build-aux/ncftpput-ftp
index 263c9c3..356f258 100755
--- a/build-aux/ncftpput-ftp
+++ b/build-aux/ncftpput-ftp
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2008-2011 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
index 1a4cdd1..c7cf3d0 100644
--- a/build-aux/pmccabe2html
+++ b/build-aux/pmccabe2html
@@ -1,6 +1,6 @@
# pmccabe2html - AWK script to convert pmccabe output to html -*- awk -*-
-# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
- [PATCH 1/2] maint: new rule to update copyright year ranges,
Jim Meyering <=
- Re: [PATCH 1/2] maint: new rule to update copyright year ranges, Bruno Haible, 2011/01/01
- Re: [PATCH 1/2] maint: new rule to update copyright year ranges, Jim Meyering, 2011/01/01
- Re: [PATCH 1/2] maint: new rule to update copyright year ranges, Karl Berry, 2011/01/01
- Re: [PATCH 1/2] maint: new rule to update copyright year ranges, Ralf Wildenhues, 2011/01/02
- Re: [PATCH 1/2] maint: new rule to update copyright year ranges, Karl Berry, 2011/01/02
- Re: [PATCH 1/2] maint: new rule to update copyright year ranges, Eric Blake, 2011/01/04
- Re: [PATCH 1/2] maint: new rule to update copyright year ranges, Karl Berry, 2011/01/04
- [PATCH] doc: regenerate INSTALL, Eric Blake, 2011/01/04