aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/sdiff.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra entries from the option enumBaptiste Daroussin2016-12-301-19/+0
* Make sdiff --left-column work as expectedBaptiste Daroussin2016-12-301-2/+1
* Fix typos in sdiff(1) message and improve displayBaptiste Daroussin2016-10-151-18/+19
* Remove the common.h include which is actually not used in sdiff.cBaptiste Daroussin2016-10-151-1/+0
* Remove reference of z(s)diff which was dropped before importingBaptiste Daroussin2016-09-181-2/+2
* sdiff: improve errx stringEd Maste2016-09-151-1/+1
* sdiff: remove non finish/function codeBaptiste Daroussin2016-08-051-38/+27
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
* sdiff(1): Fix potential NULL deref in cleanup pathConrad Meyer2016-05-101-1/+2
* Replace fparseln(3) with getline(3)Baptiste Daroussin2016-05-071-8/+11
* fgetc returns an int not a char.Bjoern A. Zeeb2016-05-021-2/+1
* When checking for binary file, check if ch is not EOF only ch actually gotBaptiste Daroussin2016-04-301-1/+3
* import sdiff(1) from GSoC 2012Baptiste Daroussin2016-04-291-0/+1184