aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff
Commit message (Expand)AuthorAgeFilesLines
* diff: restyle loop a bitKyle Evans2022-12-141-3/+6
* diff: fix side-by-side output with tabbed inputKyle Evans2022-12-145-8/+35
* diff: Don't (ab)use sprintf() as a kind of strcat().John Baldwin2022-11-161-18/+21
* diff: Don't treat null characters like carriage returns in readhash().John Baldwin2022-11-161-0/+2
* diff: Fix a use after free as well as a memory leak in change().John Baldwin2022-10-031-11/+11
* diff: tests: loosen up requirements for report_identicalKyle Evans2022-04-191-4/+2
* diff: Re-add void argument to usageTom Jones2022-03-101-1/+1
* diff: add support for --help and --versionTom Jones2022-03-102-5/+35
* diff: set cflag when passed to diffTom Jones2022-03-091-0/+1
* Fix indentation in usr.bin/diff/pr.cDimitry Andric2022-03-041-13/+12
* Revert "Temporarily skip usr.bin.diff.diff_test.functionname in CI"Li-Wen Hsu2022-03-011-4/+0
* diff: Use start of change when searching for functionTom Jones2022-03-011-2/+2
* Temporarily skip usr.bin.diff.diff_test.functionname in CILi-Wen Hsu2022-02-211-0/+4
* diff: fix failed compare when ignoring file caseTom Jones2022-02-182-9/+31
* Remove surplus check for which diff is being testedTom Jones2022-02-181-2/+0
* diff: add --no-dereference flagTom Jones2022-02-184-19/+116
* diff: Detect Objective-C methodsTom Jones2022-02-1811-4/+182
* diff: consider two files with same inodes as identicalMariusz Zaborski2021-10-071-0/+4
* diff: link with libm for sqrt()Piotr Pawel Stefaniak2021-09-161-0/+1
* diff: implement option -F (--show-function-line)Piotr Pawel Stefaniak2021-09-154-25/+62
* diff(1): Add --color supportCameron Katri2021-09-154-3/+118
* diff: decrease indent levelPiotr Pawel Stefaniak2021-09-151-22/+21
* diff: avoid applying offsets to null pointerPiotr Pawel Stefaniak2021-09-151-3/+6
* diff: replace isqrt() with sqrt()Piotr Pawel Stefaniak2021-09-151-21/+2
* diff: move functions around and reduce their visibilityPiotr Pawel Stefaniak2021-09-154-39/+39
* diff: convert boolean flag variables to boolPiotr Pawel Stefaniak2021-09-152-15/+16
* diff: improve code stylePiotr Pawel Stefaniak2021-09-153-150/+123
* diff: read whole files to determine if they are ASCII textPiotr Pawel Stefaniak2021-08-232-23/+50
* diff: don't output carriage returns that were stripped on inputPiotr Pawel Stefaniak2021-08-234-2/+29
* usr.bin/diff: fix UBSan error in readhashAlex Richardson2021-07-061-1/+1
* diff tests: Require root for report_identicalMark Johnston2021-06-211-0/+1
* diff: Use unprivileged_user with report_identical testOlivier Cochard2021-02-031-1/+6
* Revert "diff: eliminate a useless lseek"Baptiste Daroussin2021-02-021-0/+1
* diff: eleminitate useless macrosBaptiste Daroussin2021-01-271-57/+56
* diff: simplify the hash functionsBaptiste Daroussin2021-01-271-50/+27
* diff: fix typo in a commentBaptiste Daroussin2021-01-271-1/+1
* diff: remove stalled entries in headersBaptiste Daroussin2021-01-271-3/+0
* diff: eliminate space at end of lineBaptiste Daroussin2021-01-271-33/+33
* diff: eliminate a useless lseekBaptiste Daroussin2021-01-271-1/+0
* diff: add a test case about the non regular file supportBaptiste Daroussin2021-01-271-0/+15
* diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones2021-01-253-0/+8
* diff: add a test case for failed -s optionBaptiste Daroussin2021-01-251-0/+11
* diff: honour flags with -qEd Maste2021-01-092-1/+13
* 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