summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/sdiff.c
AgeCommit message (Expand)Author
2024-07-29sdiff: Fix usage message.Dag-Erling Smørgrav
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 .c patternWarner Losh
2017-12-06Rename variables confusing gcc 4.2.1Baptiste Daroussin
2017-12-06Fix -Wincompatible-pointer-types-discards-qualifiers warningsBaptiste Daroussin
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
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-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-05sdiff: remove non finish/function codeBaptiste Daroussin
2016-07-30Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin
2016-05-10sdiff(1): Fix potential NULL deref in cleanup pathConrad Meyer
2016-05-07Replace fparseln(3) with getline(3)Baptiste Daroussin
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