Commit graph

4 commits

Author SHA1 Message Date
cheusov
e6d01a0320 Update to 0.6.1
Option -v now works correctly with multiple -e.
  Thanks to darkness@ for the report!

  Fix infinite loop when regular expression matches an emoty string.
2016-07-03 16:37:56 +00:00
cheusov
61277a458e Use ${FAKEHOMEDIR} as maven build root directory 2016-06-27 21:40:13 +00:00
joerg
f72dfbac2c Needs pod2man. 2016-06-19 16:51:02 +00:00
cheusov
40005602d2 jrep -- renamed jgrep
jrep is a command-line grep-like utility written in Java.
Features:
  -- Java regular expressions
     (https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html)
  -- Support for RE2J
     (https://github.com/google/re2)
  -- POSIX options (excluding -E and -G)
     (http://pubs.opengroup.org/onlinepubs/009604499/utilities/grep.html)
  -- most GNU grep(1) options
     (https://www.gnu.org/software/grep/)
  -- Extensions over GNU grep(1):
     options -O, -2 and -8
2016-05-29 07:06:35 +00:00