History log of /freebsd-9.3-release/usr.bin/grep/regex/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


265161 30-Apr-2014 pfg

MFC r264581, r264744 (partial):

Various style(9) fixes and typos in printf and grep.

#define should be followed by a tab.


253888 02-Aug-2013 ache

MFC r253810

grep -i does not work for simple patterns and single byte locales, like
LANG=ru_RU.KOI8-R grep -i <some single KOI8-R letter>
Fix it.

Approved by: re (delphij,kib)


248215 12-Mar-2013 markj

MFC r248214:
Revert r246917, as it is causing incorrect behaviour as reported on
freebsd-current.

Approved by: emaste (co-mentor)


247294 26-Feb-2013 markj

MFC r246917:
Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is a
valid index into the input buffer.

Approved by: rstone (co-mentor)


246920 17-Feb-2013 markj

MFC r245075:
Fix a segfault when bsdgrep -i is given an empty pattern string.

Approved by: emaste (co-mentor)


226573 20-Oct-2011 gabor

MFC r226432, r226273:
- Use getprogname() instead of __progname
- Allow disabling bzip2 support with WITHOUT_BZIP2
- Fix handling patterns that start with a dot
- Remove superfluous semicolon
- Fix counting of match limit (-m)

Approved by: re (kib), delphij (mentor, implicit)


226261 11-Oct-2011 gabor

MFC 226035, 226047:

Update BSD grep to the latest development version. It has some code
backported that was written for the TRE integration project in Google
Summer of Code 2011. This is a temporary solution until the whole
regex library is not replaced so that BSD grep development can continue
and the backported code gets some review and testing. This change only
improves scalability slightly, there is no big performance boost yet
but several minor bugs have been found and fixed.

Approved by: re (kib), delphij (mentor, implicit)
Sposored by: Google Summer of Code 2011


226035 05-Oct-2011 gabor

Update BSD grep to the latest development version. It has some code
backported that was written for the TRE integration project in Google
Summer of Code 2011. This is a temporary solution until the whole
regex library is not replaced so that BSD grep development can continue
and the backported code gets some review and testing. This change only
improves scalability slightly, there is no big performance boost yet
but several minor bugs have been found and fixed.

Approved by: delphij (mentor)
Sposored by: Google Summer of Code 2011
MFC after: 1 week