| 66f780ae | 07-Jun-2018 |
Kyle Evans <[email protected]> |
bsdgrep(1): Don't initialize fts_flags twice
Admittedly, this is a clang-scan complaint... but it wasn't wrong. fts_flags is initialized by all cases in the switch(), which should be fairly obvious.
bsdgrep(1): Don't initialize fts_flags twice
Admittedly, this is a clang-scan complaint... but it wasn't wrong. fts_flags is initialized by all cases in the switch(), which should be fairly obvious. Annotate this anyways.
show more ...
|
| 9fdb4cfa | 25-Apr-2018 |
Baptiste Daroussin <[email protected]> |
zgrep: small improvements
* Use slightly more efficient method to determine the name of the program called [1] * Use nicer form to loop over arguments [1] * add special support for --version along w
zgrep: small improvements
* Use slightly more efficient method to determine the name of the program called [1] * Use nicer form to loop over arguments [1] * add special support for --version along with -V previously added by kevans
Reported by: jilles@ [1]
show more ...
|
| bd509bdb | 25-Apr-2018 |
Kyle Evans <[email protected]> |
bsdgrep(1): Sneak in some man page updates
- The --exclude{,-dir} and --include{,-dir} directives now match GNU behavior of being processed in order and latest matching directive wins
- --label w
bsdgrep(1): Sneak in some man page updates
- The --exclude{,-dir} and --include{,-dir} directives now match GNU behavior of being processed in order and latest matching directive wins
- --label was previously not really documented, and -L and -l did not indicate that --label applied to them
- The flags listed as being extensions to POSIX spec were not updated with the removal of compression-related flags
MFC after: 1 week
show more ...
|
| 4a5b4207 | 25-Apr-2018 |
Baptiste Daroussin <[email protected]> |
Remove compression support from bsdgrep
Compression support is now handled by an external script, remove it from the bsdgrep(1) utility. This removes the support for -Z -J -X and -M
Note: that it m
Remove compression support from bsdgrep
Compression support is now handled by an external script, remove it from the bsdgrep(1) utility. This removes the support for -Z -J -X and -M
Note: that it matches the changes in newer GNU grep
Reviewed by: kevans Approved by: kevans MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D15197
show more ...
|