aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep/regex/tre-fastmatch.c
Commit message (Expand)AuthorAgeFilesLines
* bsdgrep: annihilate our in-tree TRE, previously disabled by defaultKyle Evans2018-05-041-1070/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* bsdgrep: use safer sizeof() constructEd Maste2017-05-261-2/+2
* bsdgrep: fix escape map building for multibyte stringsEd Maste2017-05-021-6/+33
* bsdgrep: correct test sense from r317700Ed Maste2017-05-021-1/+1
* bsdgrep: use calloc where appropriate in grep's tre-fastmatchEd Maste2017-05-021-3/+3
* bsdgrep(1): Fix errors with invalid expressionsConrad Meyer2017-04-041-2/+2
* bsdgrep(1): Rip out "xmalloc" bitsConrad Meyer2017-04-041-27/+26
* Fix a segfault in bsdgrep when parsing the invalid extended regexps "?"Dimitry Andric2016-08-021-1/+1
* bsdgrep: Work-around for segmentation fault.Pedro F. Giffuni2014-09-251-1/+1
* Various style(9) fixes and typos in grep, sort and patch.Pedro F. Giffuni2014-04-211-1/+1
* grep -i does not work for simple patterns and single byte locales, likeAndrey A. Chernov2013-07-301-2/+2
* Revert r246917, as it is causing incorrect behaviour as reported onMark Johnston2013-03-121-1/+1
* Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is aMark Johnston2013-02-171-1/+1
* Fix a segfault when bsdgrep -i is given an empty pattern string.Mark Johnston2013-01-051-1/+1
* - Use getprogname() instead of __prognameGabor Kovesdan2011-10-111-3/+3
* Fix build on i386 and arm.Xin LI2011-10-061-1/+1
* Update BSD grep to the latest development version. It has some codeGabor Kovesdan2011-10-051-0/+1042