summaryrefslogtreecommitdiff
path: root/gnulib-local/lib
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2016-06-11 13:13:21 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2016-06-11 13:13:21 +0000
commit500500ec9b7b0d0cef90b48c9b4ddc8866b5f19c (patch)
tree1d7b3e6fab5c199fdbbaab53ee9532de6a4c8cf7 /gnulib-local/lib
parent6eb5949dd99d174393465069c2fd0bab32deddcc (diff)
downloadgettext-tarball-500500ec9b7b0d0cef90b48c9b4ddc8866b5f19c.tar.gz
Diffstat (limited to 'gnulib-local/lib')
-rw-r--r--gnulib-local/lib/addext.c4
-rw-r--r--gnulib-local/lib/alloca.in.h2
-rw-r--r--gnulib-local/lib/backupfile.c2
-rw-r--r--gnulib-local/lib/backupfile.h2
-rw-r--r--gnulib-local/lib/basename.c2
-rw-r--r--gnulib-local/lib/basename.h2
-rw-r--r--gnulib-local/lib/closeout.c2
-rw-r--r--gnulib-local/lib/closeout.h2
-rw-r--r--gnulib-local/lib/error-progname.c2
-rw-r--r--gnulib-local/lib/error-progname.h2
-rw-r--r--gnulib-local/lib/fd-ostream.oo.c2
-rw-r--r--gnulib-local/lib/fd-ostream.oo.h2
-rw-r--r--gnulib-local/lib/file-ostream.oo.c2
-rw-r--r--gnulib-local/lib/file-ostream.oo.h2
-rw-r--r--gnulib-local/lib/gettext.h12
-rw-r--r--gnulib-local/lib/glib/gstrfuncs.c2
-rw-r--r--gnulib-local/lib/hash.c3
-rw-r--r--gnulib-local/lib/hash.h2
-rw-r--r--gnulib-local/lib/html-ostream.oo.c2
-rw-r--r--gnulib-local/lib/html-ostream.oo.h2
-rw-r--r--gnulib-local/lib/html-styled-ostream.oo.c2
-rw-r--r--gnulib-local/lib/html-styled-ostream.oo.h2
-rw-r--r--gnulib-local/lib/iconv-ostream.oo.c2
-rw-r--r--gnulib-local/lib/iconv-ostream.oo.h2
-rw-r--r--gnulib-local/lib/memory-ostream.oo.c2
-rw-r--r--gnulib-local/lib/memory-ostream.oo.h2
-rw-r--r--gnulib-local/lib/moo.h2
-rw-r--r--gnulib-local/lib/ostream.oo.c2
-rw-r--r--gnulib-local/lib/ostream.oo.h2
-rw-r--r--gnulib-local/lib/regcomp.c.diff22
-rw-r--r--gnulib-local/lib/styled-ostream.oo.c2
-rw-r--r--gnulib-local/lib/styled-ostream.oo.h2
-rw-r--r--gnulib-local/lib/term-ostream.oo.c2
-rw-r--r--gnulib-local/lib/term-ostream.oo.h2
-rw-r--r--gnulib-local/lib/term-styled-ostream.oo.c2
-rw-r--r--gnulib-local/lib/term-styled-ostream.oo.h2
-rw-r--r--gnulib-local/lib/termcap.h2
-rw-r--r--gnulib-local/lib/terminfo.h2
-rw-r--r--gnulib-local/lib/tparm.c2
-rw-r--r--gnulib-local/lib/tputs.c2
-rw-r--r--gnulib-local/lib/xalloc.h2
-rw-r--r--gnulib-local/lib/xerror.c2
-rw-r--r--gnulib-local/lib/xerror.h2
-rw-r--r--gnulib-local/lib/xgetcwd.c2
-rw-r--r--gnulib-local/lib/xgetcwd.h2
-rw-r--r--gnulib-local/lib/xmalloc.c4
-rw-r--r--gnulib-local/lib/xstrdup.c2
47 files changed, 77 insertions, 52 deletions
diff --git a/gnulib-local/lib/addext.c b/gnulib-local/lib/addext.c
index bea586f..9cc64c0 100644
--- a/gnulib-local/lib/addext.c
+++ b/gnulib-local/lib/addext.c
@@ -1,6 +1,6 @@
/* addext.c -- add an extension to a file name
- Copyright (C) 1990, 1997-1999, 2001-2003, 2005-2006, 2015 Free
- Software Foundation, Inc.
+ Copyright (C) 1990, 1997-1999, 2001-2003, 2005-2006, 2015-2016 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/gnulib-local/lib/alloca.in.h b/gnulib-local/lib/alloca.in.h
index b334262..8603e79 100644
--- a/gnulib-local/lib/alloca.in.h
+++ b/gnulib-local/lib/alloca.in.h
@@ -1,5 +1,5 @@
/* Memory allocation on the stack.
- Copyright (C) 1995, 1999, 2001-2007, 2015 Free Software Foundation,
+ Copyright (C) 1995, 1999, 2001-2007, 2015-2016 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/backupfile.c b/gnulib-local/lib/backupfile.c
index 5ec0228..7d9313f 100644
--- a/gnulib-local/lib/backupfile.c
+++ b/gnulib-local/lib/backupfile.c
@@ -1,5 +1,5 @@
/* backupfile.c -- make Emacs style backup file names
- Copyright (C) 1990-2003, 2005-2006, 2012, 2015 Free Software
+ Copyright (C) 1990-2003, 2005-2006, 2012, 2015-2016 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/backupfile.h b/gnulib-local/lib/backupfile.h
index 91c37fa..279c2fb 100644
--- a/gnulib-local/lib/backupfile.h
+++ b/gnulib-local/lib/backupfile.h
@@ -1,5 +1,5 @@
/* backupfile.h -- declarations for making Emacs style backup file names
- Copyright (C) 1990-1992, 1997-1999, 2001-2003, 2015 Free Software
+ Copyright (C) 1990-1992, 1997-1999, 2001-2003, 2015-2016 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/basename.c b/gnulib-local/lib/basename.c
index 56421aa..3518ade 100644
--- a/gnulib-local/lib/basename.c
+++ b/gnulib-local/lib/basename.c
@@ -1,5 +1,5 @@
/* Return the name-within-directory of a file name.
- Copyright (C) 1996-2002, 2004, 2006, 2010, 2012, 2015 Free Software
+ Copyright (C) 1996-2002, 2004, 2006, 2010, 2012, 2015-2016 Free Software
Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
diff --git a/gnulib-local/lib/basename.h b/gnulib-local/lib/basename.h
index 489cc67..2d7f0ad 100644
--- a/gnulib-local/lib/basename.h
+++ b/gnulib-local/lib/basename.h
@@ -1,5 +1,5 @@
/* Pathname hacking.
- Copyright (C) 2001-2003, 2010, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2010, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/closeout.c b/gnulib-local/lib/closeout.c
index a790176..8bba65b 100644
--- a/gnulib-local/lib/closeout.c
+++ b/gnulib-local/lib/closeout.c
@@ -1,5 +1,5 @@
/* closeout.c - close standard output and standard error
- Copyright (C) 1998-2007, 2012, 2015 Free Software Foundation, Inc.
+ Copyright (C) 1998-2007, 2012, 2015-2016 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/gnulib-local/lib/closeout.h b/gnulib-local/lib/closeout.h
index 896e22f..284d1e7 100644
--- a/gnulib-local/lib/closeout.h
+++ b/gnulib-local/lib/closeout.h
@@ -1,5 +1,5 @@
/* Close standard output and standard error.
- Copyright (C) 1998-2003, 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 1998-2003, 2006, 2015-2016 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/gnulib-local/lib/error-progname.c b/gnulib-local/lib/error-progname.c
index 525d11f..ba2702a 100644
--- a/gnulib-local/lib/error-progname.c
+++ b/gnulib-local/lib/error-progname.c
@@ -1,5 +1,5 @@
/* Use of program name in error-reporting functions.
- Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/error-progname.h b/gnulib-local/lib/error-progname.h
index f16107a..5b89b71 100644
--- a/gnulib-local/lib/error-progname.h
+++ b/gnulib-local/lib/error-progname.h
@@ -1,5 +1,5 @@
/* Use of program name in error-reporting functions.
- Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/fd-ostream.oo.c b/gnulib-local/lib/fd-ostream.oo.c
index 64b9597..b4e1e50 100644
--- a/gnulib-local/lib/fd-ostream.oo.c
+++ b/gnulib-local/lib/fd-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream referring to a file descriptor.
- Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/fd-ostream.oo.h b/gnulib-local/lib/fd-ostream.oo.h
index 155b627..6415401 100644
--- a/gnulib-local/lib/fd-ostream.oo.h
+++ b/gnulib-local/lib/fd-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream referring to a file descriptor.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/file-ostream.oo.c b/gnulib-local/lib/file-ostream.oo.c
index a500825..0b19942 100644
--- a/gnulib-local/lib/file-ostream.oo.c
+++ b/gnulib-local/lib/file-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream referring to an stdio FILE.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/file-ostream.oo.h b/gnulib-local/lib/file-ostream.oo.h
index 395cef7..8b4fd8b 100644
--- a/gnulib-local/lib/file-ostream.oo.h
+++ b/gnulib-local/lib/file-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream referring to an stdio FILE.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/gettext.h b/gnulib-local/lib/gettext.h
index 7d96228..3d4233c 100644
--- a/gnulib-local/lib/gettext.h
+++ b/gnulib-local/lib/gettext.h
@@ -1,6 +1,6 @@
/* Convenience header for conditional use of GNU <libintl.h>.
- Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2011, 2015 Free
- Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2016 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 by
@@ -225,15 +225,17 @@ dcpgettext_expr (const char *domain,
if (msg_ctxt_id != NULL)
#endif
{
+ int found_translation;
memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1);
msg_ctxt_id[msgctxt_len - 1] = '\004';
memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len);
translation = dcgettext (domain, msg_ctxt_id, category);
+ found_translation = (translation != msg_ctxt_id);
#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
if (msg_ctxt_id != buf)
free (msg_ctxt_id);
#endif
- if (translation != msg_ctxt_id)
+ if (found_translation)
return translation;
}
return msgid;
@@ -271,15 +273,17 @@ dcnpgettext_expr (const char *domain,
if (msg_ctxt_id != NULL)
#endif
{
+ int found_translation;
memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1);
msg_ctxt_id[msgctxt_len - 1] = '\004';
memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len);
translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
+ found_translation = !(translation == msg_ctxt_id || translation == msgid_plural);
#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
if (msg_ctxt_id != buf)
free (msg_ctxt_id);
#endif
- if (!(translation == msg_ctxt_id || translation == msgid_plural))
+ if (found_translation)
return translation;
}
return (n == 1 ? msgid : msgid_plural);
diff --git a/gnulib-local/lib/glib/gstrfuncs.c b/gnulib-local/lib/glib/gstrfuncs.c
index 8796226..ce692fd 100644
--- a/gnulib-local/lib/glib/gstrfuncs.c
+++ b/gnulib-local/lib/glib/gstrfuncs.c
@@ -621,7 +621,7 @@ g_parse_long_long (const gchar *nptr,
/* this code is based on on the strtol(3) code from GNU libc released under
* the GNU Lesser General Public License.
*
- * Copyright (C) 1991-1992, 1994-2000, 1901-1902, 2015 Free Software
+ * Copyright (C) 1991-1992, 1994-2000, 1901-1902, 2015-2016 Free Software
* Foundation, Inc.
*/
#define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \
diff --git a/gnulib-local/lib/hash.c b/gnulib-local/lib/hash.c
index 89fa5ec..4202f79 100644
--- a/gnulib-local/lib/hash.c
+++ b/gnulib-local/lib/hash.c
@@ -1,6 +1,5 @@
/* hash - implement simple hashing table with string based keys.
- Copyright (C) 1994-1995, 2000-2006, 2015 Free Software Foundation,
- Inc.
+ Copyright (C) 1994-1995, 2000-2006, 2015-2016 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, October 1994.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/hash.h b/gnulib-local/lib/hash.h
index 0cf972f..f826baf 100644
--- a/gnulib-local/lib/hash.h
+++ b/gnulib-local/lib/hash.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 2000-2003, 2005-2006, 2015 Free Software
+/* Copyright (C) 1995, 2000-2003, 2005-2006, 2015-2016 Free Software
* Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/html-ostream.oo.c b/gnulib-local/lib/html-ostream.oo.c
index afa84d3..be4fd40 100644
--- a/gnulib-local/lib/html-ostream.oo.c
+++ b/gnulib-local/lib/html-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream that produces HTML output.
- Copyright (C) 2006-2009, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/html-ostream.oo.h b/gnulib-local/lib/html-ostream.oo.h
index 87c6f3d..d044a78 100644
--- a/gnulib-local/lib/html-ostream.oo.h
+++ b/gnulib-local/lib/html-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream that produces HTML output.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/html-styled-ostream.oo.c b/gnulib-local/lib/html-styled-ostream.oo.c
index ef187dd..7722347 100644
--- a/gnulib-local/lib/html-styled-ostream.oo.c
+++ b/gnulib-local/lib/html-styled-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream for CSS styled text, producing HTML output.
- Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/html-styled-ostream.oo.h b/gnulib-local/lib/html-styled-ostream.oo.h
index d66bb2e..02e7c72 100644
--- a/gnulib-local/lib/html-styled-ostream.oo.h
+++ b/gnulib-local/lib/html-styled-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream for CSS styled text, producing HTML output.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/iconv-ostream.oo.c b/gnulib-local/lib/iconv-ostream.oo.c
index a7314fa..8048aec 100644
--- a/gnulib-local/lib/iconv-ostream.oo.c
+++ b/gnulib-local/lib/iconv-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream that converts the output to another encoding.
- Copyright (C) 2006-2007, 2010, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007, 2010, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/iconv-ostream.oo.h b/gnulib-local/lib/iconv-ostream.oo.h
index 961ad06..d09ec32 100644
--- a/gnulib-local/lib/iconv-ostream.oo.h
+++ b/gnulib-local/lib/iconv-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream that converts the output to another encoding.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/memory-ostream.oo.c b/gnulib-local/lib/memory-ostream.oo.c
index 2468ed5..db08085 100644
--- a/gnulib-local/lib/memory-ostream.oo.c
+++ b/gnulib-local/lib/memory-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream that accumulates the output in memory.
- Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/memory-ostream.oo.h b/gnulib-local/lib/memory-ostream.oo.h
index ae9ef15..125fbb1 100644
--- a/gnulib-local/lib/memory-ostream.oo.h
+++ b/gnulib-local/lib/memory-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream that accumulates the output in memory.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/moo.h b/gnulib-local/lib/moo.h
index f11a2b8..68838b0 100644
--- a/gnulib-local/lib/moo.h
+++ b/gnulib-local/lib/moo.h
@@ -1,5 +1,5 @@
/* Minimal object-oriented facilities for C.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/ostream.oo.c b/gnulib-local/lib/ostream.oo.c
index 3c178fa..443b03c 100644
--- a/gnulib-local/lib/ostream.oo.c
+++ b/gnulib-local/lib/ostream.oo.c
@@ -1,5 +1,5 @@
/* Abstract output stream data type.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/ostream.oo.h b/gnulib-local/lib/ostream.oo.h
index 87199df..d0882b9 100644
--- a/gnulib-local/lib/ostream.oo.h
+++ b/gnulib-local/lib/ostream.oo.h
@@ -1,5 +1,5 @@
/* Abstract output stream data type.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/regcomp.c.diff b/gnulib-local/lib/regcomp.c.diff
new file mode 100644
index 0000000..a6ef920
--- /dev/null
+++ b/gnulib-local/lib/regcomp.c.diff
@@ -0,0 +1,22 @@
+diff --git a/regcomp.c b/regcomp.c
+index 6de9b72..1f24938 100644
+--- a/regcomp.c
++++ b/regcomp.c
+@@ -464,7 +464,7 @@ re_compile_fastmap_iter (regex_t *bufp, const re_dfastate_t *init_state,
+ the return codes and their meanings.) */
+
+ int
+-regcomp (regex_t *__restrict preg, const char *__restrict pattern, int cflags)
++regcomp (regex_t *_Restrict_ preg, const char *_Restrict_ pattern, int cflags)
+ {
+ reg_errcode_t ret;
+ reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
+@@ -523,7 +523,7 @@ weak_alias (__regcomp, regcomp)
+ from either regcomp or regexec. We don't use PREG here. */
+
+ size_t
+-regerror (int errcode, const regex_t *__restrict preg, char *__restrict errbuf,
++regerror (int errcode, const regex_t *_Restrict_ preg, char *_Restrict_ errbuf,
+ size_t errbuf_size)
+ {
+ const char *msg;
diff --git a/gnulib-local/lib/styled-ostream.oo.c b/gnulib-local/lib/styled-ostream.oo.c
index 03ecbc0..f8522c7 100644
--- a/gnulib-local/lib/styled-ostream.oo.c
+++ b/gnulib-local/lib/styled-ostream.oo.c
@@ -1,5 +1,5 @@
/* Abstract output stream for CSS styled text.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/styled-ostream.oo.h b/gnulib-local/lib/styled-ostream.oo.h
index 4e9c8d0..b3c8980 100644
--- a/gnulib-local/lib/styled-ostream.oo.h
+++ b/gnulib-local/lib/styled-ostream.oo.h
@@ -1,5 +1,5 @@
/* Abstract output stream for CSS styled text.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/term-ostream.oo.c b/gnulib-local/lib/term-ostream.oo.c
index 243619a..165fc33 100644
--- a/gnulib-local/lib/term-ostream.oo.c
+++ b/gnulib-local/lib/term-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream for attributed text, producing ANSI escape sequences.
- Copyright (C) 2006-2008, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2008, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/term-ostream.oo.h b/gnulib-local/lib/term-ostream.oo.h
index 8883b8f..e3e1498 100644
--- a/gnulib-local/lib/term-ostream.oo.h
+++ b/gnulib-local/lib/term-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream for attributed text, producing ANSI escape sequences.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/term-styled-ostream.oo.c b/gnulib-local/lib/term-styled-ostream.oo.c
index 658574b..81a4074 100644
--- a/gnulib-local/lib/term-styled-ostream.oo.c
+++ b/gnulib-local/lib/term-styled-ostream.oo.c
@@ -1,5 +1,5 @@
/* Output stream for CSS styled text, producing ANSI escape sequences.
- Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/term-styled-ostream.oo.h b/gnulib-local/lib/term-styled-ostream.oo.h
index 05335ce..f9f84fd 100644
--- a/gnulib-local/lib/term-styled-ostream.oo.h
+++ b/gnulib-local/lib/term-styled-ostream.oo.h
@@ -1,5 +1,5 @@
/* Output stream for CSS styled text, producing ANSI escape sequences.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/termcap.h b/gnulib-local/lib/termcap.h
index 944c63d..14abfd6 100644
--- a/gnulib-local/lib/termcap.h
+++ b/gnulib-local/lib/termcap.h
@@ -1,5 +1,5 @@
/* Information about terminal capabilities.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/terminfo.h b/gnulib-local/lib/terminfo.h
index 6e412f0..da973fd 100644
--- a/gnulib-local/lib/terminfo.h
+++ b/gnulib-local/lib/terminfo.h
@@ -1,5 +1,5 @@
/* Information about terminal capabilities.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/tparm.c b/gnulib-local/lib/tparm.c
index 817a691..66f09ea 100644
--- a/gnulib-local/lib/tparm.c
+++ b/gnulib-local/lib/tparm.c
@@ -1,5 +1,5 @@
/* Substitution of parameters in strings from terminal descriptions.
- Copyright (C) 2006, 2012, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2012, 2015-2016 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 by
diff --git a/gnulib-local/lib/tputs.c b/gnulib-local/lib/tputs.c
index 03c07f3..0653f3a 100644
--- a/gnulib-local/lib/tputs.c
+++ b/gnulib-local/lib/tputs.c
@@ -1,5 +1,5 @@
/* Output of string from terminal descriptions.
- Copyright (C) 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2015-2016 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 by
diff --git a/gnulib-local/lib/xalloc.h b/gnulib-local/lib/xalloc.h
index b261994..f4a329e 100644
--- a/gnulib-local/lib/xalloc.h
+++ b/gnulib-local/lib/xalloc.h
@@ -1,5 +1,5 @@
/* malloc with out of memory checking.
- Copyright (C) 2001-2004, 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2001-2004, 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/xerror.c b/gnulib-local/lib/xerror.c
index 705b553..3c1e799 100644
--- a/gnulib-local/lib/xerror.c
+++ b/gnulib-local/lib/xerror.c
@@ -1,5 +1,5 @@
/* Multiline error-reporting functions.
- Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/xerror.h b/gnulib-local/lib/xerror.h
index fc8b163..d702c3a 100644
--- a/gnulib-local/lib/xerror.h
+++ b/gnulib-local/lib/xerror.h
@@ -1,5 +1,5 @@
/* Multiline error-reporting functions.
- Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2006, 2015-2016 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/xgetcwd.c b/gnulib-local/lib/xgetcwd.c
index d939c63..53c21ab 100644
--- a/gnulib-local/lib/xgetcwd.c
+++ b/gnulib-local/lib/xgetcwd.c
@@ -1,5 +1,5 @@
/* xgetcwd.c -- return current directory with unlimited length
- Copyright (C) 1992, 1996, 2000, 2003, 2005-2006, 2011, 2015 Free
+ Copyright (C) 1992, 1996, 2000, 2003, 2005-2006, 2011, 2015-2016 Free
Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/gnulib-local/lib/xgetcwd.h b/gnulib-local/lib/xgetcwd.h
index 8c7e988..c3617ac 100644
--- a/gnulib-local/lib/xgetcwd.h
+++ b/gnulib-local/lib/xgetcwd.h
@@ -1,5 +1,5 @@
/* xgetcwd -- return current directory with unlimited length
- Copyright (C) 1995, 2001-2002, 2015 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2001-2002, 2015-2016 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/gnulib-local/lib/xmalloc.c b/gnulib-local/lib/xmalloc.c
index 43dcb94..9d435a5 100644
--- a/gnulib-local/lib/xmalloc.c
+++ b/gnulib-local/lib/xmalloc.c
@@ -1,6 +1,6 @@
/* xmalloc.c -- malloc with out of memory checking
- Copyright (C) 1990-1996, 2000-2003, 2005-2007, 2012, 2015 Free
- Software Foundation, Inc.
+ Copyright (C) 1990-1996, 2000-2003, 2005-2007, 2012, 2015-2016 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/gnulib-local/lib/xstrdup.c b/gnulib-local/lib/xstrdup.c
index 7aa09dc..c7fbe14 100644
--- a/gnulib-local/lib/xstrdup.c
+++ b/gnulib-local/lib/xstrdup.c
@@ -1,5 +1,5 @@
/* xstrdup.c -- copy a string with out of memory checking
- Copyright (C) 1990, 1996, 2000-2003, 2005-2006, 2015 Free Software
+ Copyright (C) 1990, 1996, 2000-2003, 2005-2006, 2015-2016 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify