16 Commits

Author SHA1 Message Date
8e1ffd8186 maint: update gnulib to latest
Run 'make update-gnulib-to-latest'.  Let's use this latest version
for the imminent 4.8.0 release.

* bootstrap: Sync from gnulib/build-aux/bootstrap.
* gnulib: Update to latest.
2021-01-09 13:41:46 +01:00
1ca94cd43b maint: update gnulib to latest
Run 'make update-gnulib-to-latest', mainly to update the copyright
year numbers with:

  > maint: run 'make update-copyright'

* bootstrap: Sync from gnulib/build-aux/bootstrap.
* gnulib: Update to latest.
* tests/init.sh: Sync from 'gnulib/tests/init.sh'.
2021-01-02 01:46:55 +01:00
abec46d204 maint: update gnulib to latest, to avoid FTS crash on XFS
Run 'make update-gnulib-to-latest', mainly to pull in a fix for FTS
to avoid a crash when traversing a heavily changed XFS file system:

> fts: remove NOSTAT_LEAF_OPTIMIZATION

* NEWS (Bug fixes): Mention the fix.
* gnulib: Update to latest.
* bootstrap: Sync from gnulib/build-aux/bootstrap.

Discussed at:
<https://lists.gnu.org/r/bug-gnulib/2020-04/msg00068.html>
2020-04-19 09:17:29 +02:00
d2d6c7abfe maint: update gnulib to latest
Run 'make update-gnulib-to-latest', mainly to update the copyright
year numbers with:

  > maint: update copyright notices

* bootstrap: Sync from gnulib/build-aux/bootstrap.
* gnulib: Update to latest.
* tests/init.sh: Sync from 'gnulib/tests/init.sh'.
2020-01-01 17:42:40 +01:00
c53c52827c maint: update gnulib to latest
Run 'make update-gnulib-to-latest', mainly to update the copyright
year numbers with:

> maint: Run 'make update-copyright'

* bootstrap: Sync from gnulib/build-aux/bootstrap.
* gnulib: Update to latest.
2019-01-04 22:57:53 +01:00
9b6fe18848 maint: update gnulib to latest
Run 'make update-gnulib-to-latest'.

* bootstrap: Sync from gnulib/build-aux/bootstrap.
* gnulib: Update to latest.
* configure.ac (AC_PREREQ): Change from very old 2.59 to current 2.69
to avoid gnulib-tool complaining about "minimum supported autoconf
version is 2.63".
2018-11-02 23:05:54 +01:00
84e8644d06 maint: update gnulib to latest
* COPYING: Merge fom gnulib/doc/COPYINGv3.
* bootstrap: Merge from gnulib/build-aux/bootstrap.
* gnulib: Update, mainly to avoid the following warnings from GCC-8.1.1:
  cc1: warning: -Wabi won't warn about anything [-Wabi]
  cc1: note: -Wabi warns about differences from the most up-to-date ABI,\
       which is also used by default
  cc1: note: use e.g. -Wabi=11 to warn about changes from GCC 7
2018-07-26 08:03:17 +02:00
ccf25d6233 maint: update gnulib to latest
* gnulib: Do the above, mainly for:
  > fts: treat CIFS like NFS
  > fts: fix bug in find across filesystems
* bootstrap: Update from gnulib/build-aux/bootstrap.

This fixes a bug reported for Fedora which had already newer gnulib
than what was upstream - here - in 4.6.0:
  https://bugzilla.redhat.com/show_bug.cgi?id=1558249
Reported by Kamil Dudka for gnulib in:
  https://lists.gnu.org/r/bug-gnulib/2018-04/msg00015.html
2018-06-23 23:45:09 +02:00
b94be7a071 maint: update gnulib to latest
* gnulib: Do the above.
* bootstrap: Update from gnulib/build-aux/bootstrap.
2018-03-14 20:56:00 +01:00
b755fd9252 maint: update gnulib to latest
* bootstrap: Merge from gnulib/build-aux/bootstrap.
2018-01-01 19:26:48 +01:00
8c40dd213b maint: update gnulib to latest
* gnulib: Update - mainly for the recent year2038 changes.
* bootstrap: Update from gnulib/build-aux/bootstrap.
2017-11-13 18:40:29 +01:00
64f5f93900 gnulib: update to latest
* bootstrap: Merge from gnulib/build-aux/.
* bootstrap.conf: Likewise.
2017-10-22 20:56:44 +02:00
6faf2f529d gnulib: update to latest
* gnulib: Do the above.
* bootstrap: Update from gnulib.
* doc/find.texi: s/time stamp/timestamp/ to adhere to new syntax-check
rule from gnulib.
2017-02-06 22:25:01 +01:00
155c9d1c22 Update gnulib submodule to latest
Fixes an FTS bug ignoring readdir() errors which also affected find(1).
See http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=6835fc458f

* gnulib: Update to latest.
* bootstrap: Likewise.
* NEWS: Specifically mention the fts readdir() fix.
2016-07-03 18:54:26 +02:00
James Youngman
265753b4af maint: update copyright years.
* lib/regexprops.c (copying): Update the text so that the
copyright years (and the line breaks) match the
result of "make update-copyright".
* doc/regexprops.texi: Tweak copyright years to match the
result of "make update-copyright".
* All other files: update copyright years if the file has
a copyright statement.
* .x-update-copyright: new file, a list of files to exclude
from automated copyright updates.
2016-01-03 23:27:34 +00:00
Assaf Gordon
3752a0a46e build: use gnulib's 'bootstrap' script
* bootstrap: import gnulib's bootstrap script as-is
* bootstrap.conf: mimick as close as possible the settings from
'import-gnulib.{sh,config}'
2015-05-10 16:34:28 +01:00