aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff
Commit message (Expand)AuthorAgeFilesLines
* diff: Nits in tests.Dag-Erling Smørgrav3 days1-1/+0
* diff: Warn if the atomizer detected truncation.Dag-Erling Smørgrav3 days1-0/+4
* diff: honour -B flag with -qEd Maste6 days2-1/+13
* diff: Sort headers.Dag-Erling Smørgrav2024-05-033-6/+10
* diff: use getline() instead of fgetln()Martin Tournoij2024-04-191-7/+10
* diff: Integrate libdiff from OpenBSD GoT.Dag-Erling Smørgrav2024-03-2710-22/+482
* diff: Improve history section.Dag-Erling Smørgrav2024-03-191-6/+8
* diff(1) add FreeBSD HISTORYDavid E. O'Brien2024-03-151-0/+9
* diff: Bump manual page date.Dag-Erling Smørgrav2024-02-261-1/+1
* diff: Fix --expand-tabs and --side-by-side.Dag-Erling Smørgrav2024-02-263-56/+78
* diff(1): fix a typoPin-Yi Kuo2023-12-261-1/+1
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* 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