From 932ec637a6d19bc923259b809754ee5a3b3ddc10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sat, 23 Jun 2018 21:52:12 -0700 Subject: [PATCH] maint: update gnulib to latest * gnulib: Update to latest. * .gitignore: Add new entries. * bootstrap.conf: Enable wchar-single, which will enable more efficient replacements of wcwidth and mbrtowc, as we indicate that the charset will no change between invocations of these functions. --- .gitignore | 5 +++++ bootstrap.conf | 1 + gnulib | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a74a9f1dc..39bde1129 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,10 @@ /lib/.dirstamp /lib/.gitignore /lib/alloca.h +/lib/arg-nonnull.h /lib/arpa/inet.h +/lib/byteswap.h +/lib/c++defs.h /lib/charset.alias /lib/config.h /lib/config.hin @@ -104,7 +107,9 @@ /lib/unitypes.h /lib/uniwidth /lib/uniwidth.h +/lib/unused-parameter.h /lib/utime.h +/lib/warn-on-use.h /lib/wchar.h /lib/wctype.h /m4/.cvsignore diff --git a/bootstrap.conf b/bootstrap.conf index 23b83ab31..4da4f9415 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -270,6 +270,7 @@ gnulib_modules=" verify verror version-etc-fsf + wchar-single wcswidth wcwidth winsz-ioctl diff --git a/gnulib b/gnulib index 72333a9c6..0b4e1419c 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 72333a9c6955aa7ca938dbb5295b78e906c89f07 +Subproject commit 0b4e1419cd2fa7ce70c936f161db6d4c1825a798 -- 2.11.4.GIT