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
/
usr.bin
/
grep
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make bsdgrep behave as gnugrep and as documented: -m should only stop
eadler
2012-12-20
1
-2
/
+1
*
- Match GNU behavior of exit code
gabor
2011-12-07
1
-3
/
+2
*
- Call warnx() instead of errx() if a directory is not readable when using
gabor
2011-11-28
1
-1
/
+3
*
- Fix behavior of --null to match GNU grep
gabor
2011-11-28
1
-5
/
+5
*
- Fix counting of match limit (-m)
gabor
2011-10-12
1
-1
/
+1
*
Update BSD grep to the latest development version. It has some code
gabor
2011-10-05
1
-75
/
+69
*
- Fix exclusion of directories from a recursive search
gabor
2011-08-17
1
-14
/
+5
*
- Use REG_NOSUB to bypass submatch counting when not necessary. This may
gabor
2011-06-12
1
-1
/
+3
*
- Fix -w behavior
gabor
2011-06-12
1
-13
/
+12
*
- Adjust a comment to actual behaviour
gabor
2011-04-07
1
-0
/
+2
*
- Simplify the fixed string pattern preprocessing code
gabor
2011-04-07
1
-5
/
+7
*
UTFize my name.
des
2010-08-19
1
-1
/
+1
*
- Refactor file reading code to use pure syscalls and an internal buffer
gabor
2010-08-18
1
-2
/
+2
*
- Revert strlcpy() changes to memcpy() because it's more efficient and
gabor
2010-08-15
1
-26
/
+17
*
- Some minor changes to the messages to increase usefulness of error msgs
gabor
2010-07-29
1
-1
/
+1
*
- Use the traditional behaviour for filename and directory name inclusion
gabor
2010-07-29
1
-16
/
+57
*
- Fix -l and -L by really surpressing output and just showing filenames
gabor
2010-07-25
1
-1
/
+1
*
- Fix --color behaviour to only output color sequences if stdout is a tty
gabor
2010-07-25
1
-4
/
+5
*
Fix crashes when using grep -R:
delphij
2010-07-23
1
-9
/
+14
*
Add BSD grep to the base system and make it our default grep.
gabor
2010-07-22
1
-0
/
+464