From f0a010f5d81c837d55bf37b75f4c65757cde2fc2 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sat, 21 Feb 2009 15:15:11 +0000 Subject: [PATCH] Update gnulib version. To: address@hidden * import-gnulib.config (gnulib_version): Update from d4b129b8e5f8a8d1198020fd6fc79310d305936c to df70a4bf4a1e84171918db09b639ae1a14c2a9b2. This pulls in the following relevant changes: fts: correct internal computation of nlinks (optimization-related) fts: move a function definition "up" (no semantic change) fts: arrange not to stat non-directories in more cases fts: add #if guards so that the fts_lgpl module still builds fts: avoid used-uninitialized error due to recent change regex: avoid compilation failure with upcoming gcc-4.4 regex: fix glibc bug 697 regex: fix glibc bug 9697 Other changes may also be relevant; for details please check gnulib/ChangeLog. --- ChangeLog | 15 +++++++++++++++ import-gnulib.config | 2 +- 2 files changed, 16 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17d9eb4..79a4b66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ 2009-02-21 James Youngman Update gnulib version. + * import-gnulib.config (gnulib_version): Update from + d4b129b8e5f8a8d1198020fd6fc79310d305936c to + df70a4bf4a1e84171918db09b639ae1a14c2a9b2. This pulls in the + following relevant changes: + fts: correct internal computation of nlinks (optimization-related) + fts: move a function definition "up" (no semantic change) + fts: arrange not to stat non-directories in more cases + fts: add #if guards so that the fts_lgpl module still builds + fts: avoid used-uninitialized error due to recent change + regex: avoid compilation failure with upcoming gcc-4.4 + regex: fix glibc bug 697 + regex: fix glibc bug 9697 + Other changes may also be relevant; for details please check gnulib/ChangeLog. + + Improvements to import-gnulib.config, import-gnulib.sh. * import-gnulib.config (gpl3_update_files): No longer need to update the licenses of build-aux/mdate-sh, build-aux/texinfo.tex or build-aux/ylwrap as they are already GPLv3+. diff --git a/import-gnulib.config b/import-gnulib.config index 6ea1d2d..8e07ee9 100644 --- a/import-gnulib.config +++ b/import-gnulib.config @@ -1,7 +1,7 @@ # findutils gnulib.config -*- sh -*- # What version of gnulib to use? -gnulib_version="d4b129b8e5f8a8d1198020fd6fc79310d305936c" +gnulib_version="df70a4bf4a1e84171918db09b639ae1a14c2a9b2" destdir="gnulib" # Random extra gnulib files needed for findutils. -- 1.5.6.5