sdiff: Fix usage message.The `--ignore-all-space` option was incorrectly documented as`--ignore-all-spaces`.MFC after: 3 daysSponsored by: Klara, Inc.Reviewed by: 0mp, markjDifferential Revis
sdiff: Fix usage message.The `--ignore-all-space` option was incorrectly documented as`--ignore-all-spaces`.MFC after: 3 daysSponsored by: Klara, Inc.Reviewed by: 0mp, markjDifferential Revision: https://reviews.freebsd.org/D46161(cherry picked from commit ca75b7dac886de66fc06fd31facfa2c561f7567e)
show more ...
sdiff: Misc cleanup.MFC after: 1 weekSponsored by: Klara, Inc.Reviewed by: markjDifferential Revision: https://reviews.freebsd.org/D43943(cherry picked from commit 3cc86989bfbe27c91b5db592c2af
sdiff: Misc cleanup.MFC after: 1 weekSponsored by: Klara, Inc.Reviewed by: markjDifferential Revision: https://reviews.freebsd.org/D43943(cherry picked from commit 3cc86989bfbe27c91b5db592c2af33fef153e230)sdiff: Fix --expand-tabs and --tabsize.MFC after: 1 weekSponsored by: Klara, Inc.Reviewed by: markjDifferential Revision: https://reviews.freebsd.org/D43941(cherry picked from commit a834edfccd14a8c0f152a3b0078469af8e05f3fd)sdiff: Fix binary case.MFC after: 1 weekSponsored by: Klara, Inc.Reviewed by: markjDifferential Revision: https://reviews.freebsd.org/D43942(cherry picked from commit ad7bef8b890768e68a48bbfa6b92ebf635068504)
Remove $FreeBSD$: one-line nroff patternRemove /^\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
Update/fix Makefile.depend for userland
sdiff(1) can now be built defaults warning level
Rename variables confusing gcc 4.2.1While there is no reason it shadows div(3) gcc 4.2.1 complains about itMFC after: 1 week
Fix -Wincompatible-pointer-types-discards-qualifiers warningsMFC after: 1 week
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.
Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-ch
Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after: 1 weeks
Remove a useless loop over the long options before passing through someoptions to diff(1)
When passingthrough from sdiff to diff the -H/--speed-large-filesoptions rename it to the long version as GNU diff only support the longversion of the option not the short version
Rename tests from <foo> to <foo>_test to match the FreeBSD test suitenaming schemeusr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_testto avoid collisions with the renamed FreeBSD t
Rename tests from <foo> to <foo>_test to match the FreeBSD test suitenaming schemeusr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_testto avoid collisions with the renamed FreeBSD test.MFC after: 1 weekSponsored by: Dell EMC Isilon
Remove useless .Pp after the .Sh macro and remove empty lineReported by: make manlintMFC after: 2 days
Remove extra entries from the option enumMFC after: 3 days
Make sdiff --left-column work as expectedMFC after: 3 days
Fix typos in sdiff(1) message and improve display
Move cleanup() into the edit.c file which is the only users of that functionRemove common.{c,h}
Turn editit into a static function
Remove the common.h include which is actually not used in sdiff.c
Remove reference of z(s)diff which was dropped before importing
sdiff: improve errx stringerrx() appends a newline so \n is superfluous. Also switch to lower casewith no period for consistency with other errx strings.
12