[LFS Trac] #5702: grep-3.12

"LFS Trac" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <[email protected]>
#5702: grep-3.12
-------------------------+----------------------
 Reporter:  Bruce Dubbs  |      Owner:  lfs-book
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  12.4
Component:  Book         |    Version:  git
 Severity:  normal       |   Keywords:
-------------------------+----------------------
 New minor version.

 NEWS

 * Noteworthy changes in release 3.12 (2025-04-10) [stable]

 ** Bug fixes

   Searching a directory with at least 100,000 entries no longer fails
   with "Operation not supported" and exit status 2. Now, this prints 1
   and no diagnostic, as expected:
 {{{
     $ mkdir t && cd t && seq 100000|xargs touch && grep -r x .; echo $?
     1
 }}}
   [bug introduced in grep 3.11]

   - -mN where 1 < N no longer mistakenly lseeks to end of input merely
   because standard output is /dev/null.

 ** Changes in behavior

   The --unix-byte-offsets (-u) option is gone. In grep-3.7 (2021-08-14)
   it became a warning-only no-op. Before then, it was a Windows-only no-
 op.

   On Windows platforms and on AIX in 32-bit mode, grep in some cases
   now supports Unicode characters outside the Basic Multilingual Plane.
-- 
Ticket URL: <https://wiki.linuxfromscratch.org/lfs/ticket/5702>
LFS Trac <https://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.