summaryrefslogtreecommitdiff
path: root/usr.bin/diff
Commit message (Expand)AuthorAgeFilesLines
* diff: don't force the format to 'context' with -p immediatelyKyle Evans2020-10-271-11/+2
* diff: always properly kill pr(1)Baptiste Daroussin2020-09-011-3/+3
* diff: fix side_by_side after r363679Kyle Evans2020-07-301-2/+2
* diff(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-191-3/+45
* Document long version of -b optionBaptiste Daroussin2020-06-011-2/+2
* diff: restore compatibility with GNU diff regarding -N optionBaptiste Daroussin2020-06-012-4/+36
* Restore compatibility with GNU diff regarding --labelBaptiste Daroussin2020-06-012-0/+16
* diff(1): don't reject specifying the same format multiple timesKyle Evans2020-04-282-11/+29
* diff(1): reject conflicting formatting optionsKyle Evans2020-04-203-4/+52
* diff: fix segfault with --tabsize and no/malformed argumentKyle Evans2020-02-133-8/+20
* diff.1: Fix style & document -y as extension to POSIXMateusz Piotrowski2020-02-121-13/+13
* Fix most of the style warningsBaptiste Daroussin2020-02-071-12/+11
* Update diff(1) TODO removing what has been implementedBaptiste Daroussin2020-02-071-8/+0
* diff: implement -y (--side-by-side) along with -W and --suppress-common-linesBaptiste Daroussin2020-02-075-44/+229
* Do not skip line-by-line comparison if -q and -I are specified.Mark Johnston2020-01-141-1/+1
* When system calls indicate an error they return -1, not some arbitraryBaptiste Daroussin2020-01-142-8/+8
* asprintf returns -1, not an arbitrary value < 0. Also upon error theBaptiste Daroussin2020-01-141-2/+2
* mkstemp returns -1Baptiste Daroussin2020-01-141-2/+2
* Optimize diff -q.Mark Johnston2020-01-131-0/+5
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-4/+2
* diff(1): Refactor -B a little bitKyle Evans2018-08-191-31/+23
* diff(1): Implement -B/--ignore-blank-linesKyle Evans2018-08-1910-12/+72
* Improve --strip-trailing-cr handling:Xin LI2018-07-272-5/+19
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* Fix memory leakBaptiste Daroussin2018-06-121-0/+1
* Correctly test return value of pipe(2)Baptiste Daroussin2018-06-121-1/+2
* diff: Import fixes from OpenBSDBaptiste Daroussin2018-06-091-6/+6
* Isolate the pr(1) related code in its own source filesBaptiste Daroussin2018-06-094-81/+169
* Replace homemade equivalent of tolower(3) by towlower(3)Baptiste Daroussin2017-12-131-60/+15
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* 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
* Use more flexible expression for replacing t_diff inEnji Cooper2017-07-191-1/+1
* Add tests that exercise -q, like -rq and add tests that test -q like -NrqEnji Cooper2017-07-171-2/+15
* Fix exit status with -rq when there is a file in one directory but not another,Enji Cooper2017-07-171-2/+6
* Add some tests for brief (--brief/-q) formatEnji Cooper2017-07-171-0/+19
* Don't emit "diff: diff <options> arguments" when diffing files ifEnji Cooper2017-07-171-1/+1
* Add some testcases for `diff --side-by-side` supportEnji Cooper2017-06-121-0/+22
* Add -H as an alias for --speed-large-file to match GNU diff.John Baldwin2017-06-021-5/+5
* Fix the following warning from gcc 4.2 in usr.bin/diff:Dimitry Andric2017-04-241-6/+7
* Cross reference pr(1) which diff might call with -l optionBaptiste Daroussin2017-04-201-0/+1
* Update the TODO list to reflect what has been changedBaptiste Daroussin2017-04-201-3/+3
* Document all long optionsBaptiste Daroussin2017-04-201-25/+37
* Implement a basic --changed-group-formatBaptiste Daroussin2017-04-207-8/+101
* Add a regression test for diff -DBaptiste Daroussin2017-04-203-1/+37
* Clean up headers declarationBaptiste Daroussin2017-04-153-6/+1
* add a stub --speed-large-files for compatibility with GNU diffBaptiste Daroussin2017-04-082-1/+10
* diff: Show nanoseconds in -u/-c header line.Jilles Tjoelker2017-03-264-15/+23
* diff: Fix mtime of file1 in -u/-c header line.Jilles Tjoelker2017-03-264-4/+22