aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff
Commit message (Expand)AuthorAgeFilesLines
* diff: Fix integer overflow.Dag-Erling Smørgrav2024-08-011-21/+24
* diff: Fix usage message and documentation.Dag-Erling Smørgrav2024-08-012-4/+4
* diff: Document the --no-dereference option.Dag-Erling Smørgrav2024-07-042-2/+9
* diff: honour -B flag with -qEd Maste2024-05-242-1/+12
* diff: Fix --expand-tabs and --side-by-side.Dag-Erling Smørgrav2024-03-113-57/+79
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* diff: Fully comment out the jackpot variable.John Baldwin2023-06-201-3/+3
* 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