pkgsrc/textproc/grep
adam 6b8157e331 release 3.1:
** Improvements

  grep '[0-9]' is now just as fast as grep '[[:digit:]]' when run
  in a multi-byte locale.  Before, it was several times slower.

** Changes in behavior

  Context no longer excludes selected lines omitted because of -m.
  For example, 'grep "^" -m1 -A1' now outputs the first two input
  lines, not just the first line.  This fixes a glitch that has been
  present since -m was added in grep 2.5.

  The following changes affect only MS-Windows platforms.  First, the
  --binary (-U) option now governs whether binary I/O is used, instead
  of a heuristic that was sometimes incorrect.  Second, the
  --unix-byte-offsets (-u) option now has no effect on MS-Windows too.
2017-08-18 21:51:40 +00:00
..
patches Use absolute paths in /usr/pkg/bin/g*grep, so they can be used even if 2017-03-30 08:52:54 +00:00
DESCR
distinfo release 3.1: 2017-08-18 21:51:40 +00:00
Makefile release 3.1: 2017-08-18 21:51:40 +00:00
PLIST