aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sdiff
Commit message (Expand)AuthorAgeFilesLines
* sdiff(1) can now be built defaults warning levelBaptiste Daroussin2017-12-061-1/+0
* Rename variables confusing gcc 4.2.1Baptiste Daroussin2017-12-061-6/+6
* Fix -Wincompatible-pointer-types-discards-qualifiers warningsBaptiste Daroussin2017-12-061-4/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Remove a useless loop over the long options before passing through someBaptiste Daroussin2017-04-081-2/+0
* When passingthrough from sdiff to diff the -H/--speed-large-filesBaptiste Daroussin2017-04-082-4/+6
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-232-1/+1
* Remove useless .Pp after the .Sh macro and remove empty lineBaptiste Daroussin2017-02-111-2/+0
* 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
* Move cleanup() into the edit.c file which is the only users of that functionBaptiste Daroussin2016-10-154-35/+10
* Turn editit into a static functionBaptiste Daroussin2016-10-151-3/+1
* 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
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-311-0/+11
* sdiff: remove non finish/function codeBaptiste Daroussin2016-08-051-38/+27
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
* 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