#
a834edfc |
| 18-Feb-2024 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
sdiff: Fix --expand-tabs and --tabsize.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D43941
|
Revision tags: release/14.0.0 |
|
#
b2c76c41 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
85bb63bd |
| 08-Apr-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
When passingthrough from sdiff to diff the -H/--speed-large-files options rename it to the long version as GNU diff only support the long version of the option not the short version
|
#
a3906ca5 |
| 17-Feb-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r313644 through r313895.
|
#
42ced266 |
| 12-Feb-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Remove useless .Pp after the .Sh macro and remove empty line
Reported by: make manlint MFC after: 2 days
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
1ddda798 |
| 07-May-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Revert r299218 VISUAL is actually a perfecly valid env to specify an editor
|
#
041db576 |
| 07-May-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Only use EDITOR as a variable to specify which text editor to use
|
#
13b5b548 |
| 30-Apr-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
import sdiff(1) from GSoC 2012
Import sdiff(1) from the diff version written by Raymond Lai, improved during GSoC 2012 by Jesse Hagewood.
Compared to the version done in during that summer of code:
import sdiff(1) from GSoC 2012
Import sdiff(1) from the diff version written by Raymond Lai, improved during GSoC 2012 by Jesse Hagewood.
Compared to the version done in during that summer of code: - Remove the zlib frontend: zsdiff - Compatible output (column size and separators) with GNU sdiff
Compared to GNU sdiff in ports: - The only difference is padding using spaces vs tabs
Compared to OpenBSD and NetBSD import: - Implement missing options (including long options) from GNU sdiff - Improved support for the edition mode (signal handling) - Output visually compatible with GNU sdiff: size of columns
While here import regression tests from NetBSD adapted to fit the output as expected by GNU sdiff
Reviewed by: emaste (in part) Obtained from: OpenBSD, NetBSD, GSoC 2012 Relnotes: yes Differential Revision: https://reviews.freebsd.org/D5981 Differential Revision: https://reviews.freebsd.org/D6032 (diff with NetBSD version) Differential Revision: https://reviews.freebsd.org/D6033 (diff with OpenBSD version)
show more ...
|