pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/grep
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 21 18:04:59 UTC 2012
Modified Files:
pkgsrc/textproc/grep: Makefile distinfo
Log Message:
Changes 2.14:
** Bug fixes
grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte locale,
even though there was no match, and the command generated no output.
E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would mistakenly print
"(standard input)". Related, seq 9 | LC_ALL=en_US.utf8 grep -in '^$'
would print "2:4:6:8:10:12:14:16" and exit 0. Now it prints nothing
and exits with status of 1. [bug introduced in grep-2.6]
'grep' no longer falsely reports text files as being binary on file
systems that compress contents or that store tiny contents in metadata.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/grep/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/grep/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index