grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.1-15-g6ada8b0


From: Jim Meyering
Subject: grep branch, master, updated. v3.1-15-g6ada8b0
Date: Sun, 26 Nov 2017 21:55:31 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  6ada8b0a1b3f408ebf76e0cf7f7bb61019a70fdc (commit)
      from  d069525b20e65ef86fb680ba830db634487f111e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=6ada8b0a1b3f408ebf76e0cf7f7bb61019a70fdc


commit 6ada8b0a1b3f408ebf76e0cf7f7bb61019a70fdc
Author: Stephan T. Lavavej <address@hidden>
Date:   Sun Nov 26 16:12:17 2017 -0800

    grep: fix directory recursion on MS-Windows
    
    gnulib recently gained a module, windows-stat-inodes, that fixes
    directory recursion on MS-Windows. No changes to grep's C sources are
    required; grep simply needs to request the module during configuration.
    
    When grep requests this module, its configure script will gain the
    behavior that was implemented in windows-stat-inodes.m4. This detects
    mingw and sets WINDOWS_STAT_INODES=1. All other platforms are
    unaffected, setting WINDOWS_STAT_INODES=0 (which is what's happening
    in the absence of this patch).
    
    * bootstrap.conf (gnulib_modules): Add windows-stat-inodes.
    * NEWS (Bug fixes): Mention it.
    Thanks to Pär Björklund who diagnosed the problem as involving inodes,
    and thanks to Václav Haisman who provided the bootstrap.conf patch.

diff --git a/NEWS b/NEWS
index 9ed78fb..51a1529 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,12 @@ GNU grep NEWS                                    -*- outline 
-*-
   when a file is listed, instead of when a line is selected.  This
   resembles what git-grep does.
 
+** Bug fixes
+
+  The --recursive (-r) option no longer fails on MS-Windows.
+  [bug introduced in grep 2.11]
+
+
 * Noteworthy changes in release 3.1 (2017-07-02) [stable]
 
 ** Improvements
diff --git a/bootstrap.conf b/bootstrap.conf
index 1c50974..73f1573 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -93,6 +93,7 @@ wchar
 wcrtomb
 wctob
 wctype-h
+windows-stat-inodes
 xalloc
 xbinary-io
 xstrtoimax

-----------------------------------------------------------------------

Summary of changes:
 NEWS           | 6 ++++++
 bootstrap.conf | 1 +
 2 files changed, 7 insertions(+)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]