History log of /freebsd-current/usr.bin/sdiff/sdiff.1
Revision Date Author Comments
# 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


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 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


# 42ced266 11-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


# 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 29-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:
- 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)