summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Connect new directories and update dependencies.Bryan Drewery2016-06-031-0/+18
* sdiff(1): Fix potential NULL deref in cleanup pathConrad Meyer2016-05-101-1/+2
* Only one program is build in usr.bin/sdiff use the right includeBaptiste Daroussin2016-05-071-1/+1
* Revert r299218 VISUAL is actually a perfecly valid env to specify an editorBaptiste Daroussin2016-05-072-3/+20
* Only use EDITOR as a variable to specify which text editor to useBaptiste Daroussin2016-05-072-20/+3
* Directly call the editor if needed instead of spawning /bin/shBaptiste Daroussin2016-05-071-8/+4
* Replace fparseln(3) with getline(3)Baptiste Daroussin2016-05-072-9/+11
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-5/+2
* 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-2935-0/+3356