pkgsrc/textproc/grep/distinfo
adam b0990acd9b 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.
2012-08-21 18:04:58 +00:00

5 lines
233 B
Text

$NetBSD: distinfo,v 1.11 2012/08/21 18:04:58 adam Exp $
SHA1 (grep-2.14.tar.xz) = fb6ea404a0ef915334ca6212c7b517432ffe193e
RMD160 (grep-2.14.tar.xz) = 4157376c36ebb7b5da83687f241745ca6df9058b
Size (grep-2.14.tar.xz) = 1195640 bytes