index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
grep
Commit message (
Expand
)
Author
Age
Files
Lines
*
META_MODE: Remove DEP_MACHINE from Makefile.depend files.
bdrewery
2015-09-25
1
-2
/
+0
*
META_MODE: Remove DEP_RELDIR from Makefile.depend files.
bdrewery
2015-09-25
1
-2
/
+0
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+23
|
\
|
*
Merge sync of head
sjg
2015-05-27
4
-2107
/
+3
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
1
-0
/
+1
|
|
\
|
*
\
Merge from head
sjg
2014-05-08
1
-1
/
+1
|
|
\
\
|
*
\
\
Merge from head
sjg
2013-09-05
3
-14
/
+18
|
|
\
\
\
|
*
\
\
\
Sync with HEAD.
obrien
2013-02-08
1
-2
/
+6
|
|
\
\
\
\
|
*
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+22
*
|
|
|
|
|
Add a ${CP} alias for copying files in the build.
will
2015-01-16
1
-1
/
+1
*
|
|
|
|
|
Remove GNU texinfo from base along with all info pages.
bapt
2015-01-02
4
-2102
/
+0
*
|
|
|
|
|
Convert to LIBADD
bapt
2014-11-25
1
-4
/
+2
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Add gnugrep.1 to CLEANFILES.
gjb
2014-08-26
1
-0
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Part of r245761 makes "grep -D skip" broken for pipes, i.e.
ache
2013-08-08
1
-5
/
+7
*
|
|
Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this
jkim
2013-06-06
1
-2
/
+1
*
|
|
Connect libgnuregex 2.17 to the build.
jkim
2013-06-05
1
-1
/
+2
*
|
|
Don't look for headers outside of the source or object directories. In
marcel
2013-05-21
1
-1
/
+1
*
|
|
grep: change some int types.
pfg
2013-05-20
3
-9
/
+11
|
|
/
|
/
|
*
|
Make "-D skip" option work with FIFO by opening file in non-blocking mode.
davidxu
2013-01-22
1
-2
/
+6
|
/
*
Build and install a BSD licensed grep.
obrien
2011-05-25
1
-0
/
+15
*
For files not named on the command line, only the basename is compared
obrien
2009-01-30
1
-2
/
+5
*
Add the -P option back, but with a note that it is not supported on FreeBSD.
trhodes
2006-10-11
1
-0
/
+6
*
grep -P xxx file.txt
trhodes
2006-10-10
1
-5
/
+0
*
Correctly locate the character preceeding the matched string in -w
tjr
2006-02-19
1
-5
/
+35
*
Fix a markup nit.
ru
2005-12-18
1
-0
/
+1
*
Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700).
tjr
2005-10-25
1
-2
/
+2
*
Document [:blank:].
stefanf
2005-10-23
1
-0
/
+1
*
Remove redundant string length check from the previous commit.
jkim
2005-10-21
1
-2
/
+2
*
Fix a longstanding buglet in bz-prefixed grep(1).
jkim
2005-10-20
1
-5
/
+5
*
Pass the RE_ICASE flag to re_set_syntax() as appropriate to fix
tjr
2005-05-31
1
-3
/
+3
*
Add a note explaining what local modifications have been made to GNU grep,
tjr
2005-05-14
1
-0
/
+37
*
Fixed -w handling for EGexecute.
tjr
2005-05-14
1
-4
/
+83
*
Automatically disable DFA when processing multibyte input. GREP_USE_DFA
tjr
2005-05-14
1
-3
/
+28
*
Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi for
tjr
2005-05-14
1
-131
/
+525
*
Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",
tjr
2005-05-14
1
-27
/
+0
*
Fix background colour problems with --color output (RH bug #138913).
tjr
2005-05-14
1
-0
/
+1
*
Fixed a bug in the fgrep patch, exposed by the dfa-optional patch
tjr
2005-05-14
1
-27
/
+22
*
Fix dfa multibyte character class matching when -i is used (RH bug #123363).
tjr
2005-05-14
1
-0
/
+2
*
Remove mb-caching hack.
tjr
2005-05-14
6
-188
/
+74
*
Fix regression in output with -R compared to previous version.
obrien
2005-02-13
1
-1
/
+1
*
The correct name of the long option is --line-buffered,
keramida
2004-11-09
1
-2
/
+3
*
Change version string to distinguish our modified version of GNU grep
tjr
2004-08-12
1
-1
/
+1
*
Fix bug causing `[' to be wrongly included in character class expressions
tjr
2004-07-04
1
-1
/
+1
*
Make grep run much (~10x) faster in multibyte locales by caching the wide
tjr
2004-07-04
6
-74
/
+188
*
Avoid accessing accessing memory past the end of mb_properties in the
tjr
2004-07-04
1
-1
/
+2
*
Improve case-insensitive matching in multibyte locales.
tjr
2004-07-04
3
-28
/
+109
*
Fix failure of fgrep to report some matches (Red Hat bug #116909).
tjr
2004-07-04
1
-57
/
+52
*
Use hard_locale() to check whether collating order is "hard" regardless
tjr
2004-07-04
1
-2
/
+0
*
Ignore ENABLE_NLS when deciding whether we can use setlocale().
tjr
2004-07-04
1
-2
/
+4
[next]