Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0 |
|
#
e898a3af |
| 04-Jan-2023 |
Kyle Evans <kevans@FreeBSD.org> |
grep: properly switch EOL indicator with -z
-z is supposed to use only the NUL byte as EOL, but we were inadvertently using both newline and NUL due to REG_NEWLINE in cflags.
The odds of anyone rel
grep: properly switch EOL indicator with -z
-z is supposed to use only the NUL byte as EOL, but we were inadvertently using both newline and NUL due to REG_NEWLINE in cflags.
The odds of anyone relying on this bsdgrep-specific bug are quite low, so let's just fix it. At least one port in the wild has been reported to expect the intended behavior.
Reported by: Hill Ma <maahiuzeon@gmail.com> Triaged by: the self-proclaimed peanut gallery on Discord
show more ...
|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
d1c965f1 |
| 22-Dec-2020 |
Kyle Evans <kevans@FreeBSD.org> |
grep: tests: stop testing for a nonexistent version of grep
Differential Revision: https://reviews.freebsd.org/D27732
|
#
281412ce |
| 09-Dec-2020 |
Kyle Evans <kevans@FreeBSD.org> |
grep: tests: stop expecting a failure of gnuext w/ bsdgrep
libregex now supports these and we no longer offer to not link against libregex.
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0 |
|
#
f993ed2f |
| 09-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351732 through r352104.
|
#
aef64c62 |
| 03-Sep-2019 |
Kyle Evans <kevans@FreeBSD.org> |
bsdgrep(1): add some basic tests for some GNU Extension support
These will be expanded later as I come up with good test cases; for now, these seem to be enough to trigger bugs in base gnugrep and e
bsdgrep(1): add some basic tests for some GNU Extension support
These will be expanded later as I come up with good test cases; for now, these seem to be enough to trigger bugs in base gnugrep and expose missing features in bsdgrep.
show more ...
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
f0fb94ab |
| 09-May-2018 |
Kyle Evans <kevans@FreeBSD.org> |
Standardize SPDX tag on files I've added
|
#
4b3c64f7 |
| 09-May-2018 |
Kyle Evans <kevans@FreeBSD.org> |
Remove "All Rights Reserved" on files that I hold sole copyright on
See r333391 for more detail; in summary: it holds no weight and may be removed.
|
#
8433795d |
| 03-Dec-2017 |
Kyle Evans <kevans@FreeBSD.org> |
grep test: Fix copyright notice
The copyright notice was erroneously introduced as one from the NetBSD foundation due to it being copied from a file in the NetBSD test suite, but this file itself is
grep test: Fix copyright notice
The copyright notice was erroneously introduced as one from the NetBSD foundation due to it being copied from a file in the NetBSD test suite, but this file itself is not derived from or supplied with the NetBSD test suite.
MFC after: 3 days
show more ...
|
Revision tags: release/10.4.0 |
|
#
531c2d7a |
| 24-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r320180
|
#
bca9d05f |
| 23-Jul-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r319973 through 321382.
|
Revision tags: release/11.1.0 |
|
#
d2043ca3 |
| 14-Jul-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r320573 through r320970.
|
#
26e1c38f |
| 06-Jul-2017 |
Kyle Evans <kevans@FreeBSD.org> |
Update copyright e-mail address to @FreeBSD.org address
Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D11508
|
#
a773cead |
| 30-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r318964 through r319164.
|
#
80c5ef10 |
| 28-May-2017 |
Enji Cooper <ngie@FreeBSD.org> |
:rgrep : use atf-check to check the exit code/save the output of grep -r instead of calling grep -r without it, and saving the output to a file
This ensures that any errors thrown via grep -r are ca
:rgrep : use atf-check to check the exit code/save the output of grep -r instead of calling grep -r without it, and saving the output to a file
This ensures that any errors thrown via grep -r are caught, not lost, and uses existing atf-sh idioms for saving files.
Tested with: bsdgrep, gnu grep (base, ports) Sponsored by: Dell EMC Isilon
show more ...
|
#
af3f3602 |
| 27-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r317281 through r317502.
|
#
22c00e3b |
| 22-Apr-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Only expect :grep_r_implied to pass with bsdgrep(1)
The test fails with gnu grep from base and ports.
Sponsored by: Dell EMC Isilon
|
#
554491ff |
| 20-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r316992 through r317215.
|
#
a461896a |
| 17-Apr-2017 |
Ed Maste <emaste@FreeBSD.org> |
bsdgrep: for -r, use the working directory if none specified
This is more sensible than the previous behaviour of grepping stdin, and matches newer GNU grep behaviour.
PR: 216307 Submitted by: Kyl
bsdgrep: for -r, use the working directory if none specified
This is more sensible than the previous behaviour of grepping stdin, and matches newer GNU grep behaviour.
PR: 216307 Submitted by: Kyle Evans <kevans91 at ksu.edu> Reviewed by: cem, emaste, ngie Relnotes: Yes Differential Revision: https://reviews.freebsd.org/
show more ...
|