summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff
AgeCommit message (Expand)Author
2025-07-26Replace last few remaining MAN[1-8] with MANDag-Erling Smørgrav
2024-07-29sdiff: Fix usage message.Dag-Erling Smørgrav
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-18sdiff: Fix binary case.Dag-Erling Smørgrav
2024-02-18sdiff: Fix --expand-tabs and --tabsize.Dag-Erling Smørgrav
2024-02-18sdiff: Misc cleanup.Dag-Erling Smørgrav
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2017-12-06sdiff(1) can now be built defaults warning levelBaptiste Daroussin
2017-12-06Rename variables confusing gcc 4.2.1Baptiste Daroussin
2017-12-06Fix -Wincompatible-pointer-types-discards-qualifiers warningsBaptiste Daroussin
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-04-08Remove a useless loop over the long options before passing through someBaptiste Daroussin
2017-04-08When passingthrough from sdiff to diff the -H/--speed-large-filesBaptiste Daroussin
2017-03-23Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper
2017-02-11Remove useless .Pp after the .Sh macro and remove empty lineBaptiste Daroussin
2016-12-30Remove extra entries from the option enumBaptiste Daroussin
2016-12-30Make sdiff --left-column work as expectedBaptiste Daroussin
2016-10-15Fix typos in sdiff(1) message and improve displayBaptiste Daroussin
2016-10-15Move cleanup() into the edit.c file which is the only users of that functionBaptiste Daroussin
2016-10-15Turn editit into a static functionBaptiste Daroussin
2016-10-15Remove the common.h include which is actually not used in sdiff.cBaptiste Daroussin
2016-09-18Remove reference of z(s)diff which was dropped before importingBaptiste Daroussin
2016-09-15sdiff: improve errx stringEd Maste
2016-08-31DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery
2016-08-05sdiff: remove non finish/function codeBaptiste Daroussin
2016-07-30Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin
2016-06-03DIRDEPS_BUILD: Connect new directories and update dependencies.Bryan Drewery
2016-05-10sdiff(1): Fix potential NULL deref in cleanup pathConrad Meyer
2016-05-07Only one program is build in usr.bin/sdiff use the right includeBaptiste Daroussin
2016-05-07Revert r299218 VISUAL is actually a perfecly valid env to specify an editorBaptiste Daroussin
2016-05-07Only use EDITOR as a variable to specify which text editor to useBaptiste Daroussin
2016-05-07Directly call the editor if needed instead of spawning /bin/shBaptiste Daroussin
2016-05-07Replace fparseln(3) with getline(3)Baptiste Daroussin
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-05-02fgetc returns an int not a char.Bjoern A. Zeeb
2016-04-30When checking for binary file, check if ch is not EOF only ch actually gotBaptiste Daroussin
2016-04-29import sdiff(1) from GSoC 2012Baptiste Daroussin