summaryrefslogtreecommitdiff
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: honour -B flag with -qEd Maste2024-06-072-1/+12
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-235-10/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-232-4/+0
* diff: Don't (ab)use sprintf() as a kind of strcat().John Baldwin2023-01-241-18/+21
* diff: Don't treat null characters like carriage returns in readhash().John Baldwin2023-01-241-0/+2
* diff: Fix a use after free as well as a memory leak in change().John Baldwin2022-11-111-11/+11
* diff: tests: loosen up requirements for report_identicalKyle Evans2022-04-211-3/+2
* Fix indentation in usr.bin/diff/pr.cDimitry Andric2022-03-121-13/+12
* diff: read whole files to determine if they are ASCII textPiotr Pawel Stefaniak2021-09-252-23/+50
* diff: don't output carriage returns that were stripped on inputPiotr Pawel Stefaniak2021-09-254-2/+29
* diff: Use unprivileged_user with report_identical testOlivier Cochard2021-08-221-1/+6
* usr.bin/diff: fix UBSan error in readhashAlex Richardson2021-08-051-1/+1
* diff: eleminitate useless macrosBaptiste Daroussin2021-05-051-57/+56
* diff: simplify the hash functionsBaptiste Daroussin2021-05-051-50/+27
* diff: fix typo in a commentBaptiste Daroussin2021-05-051-1/+1
* diff: remove stalled entries in headersBaptiste Daroussin2021-05-051-3/+0
* diff: eliminate space at end of lineBaptiste Daroussin2021-05-051-33/+33
* diff: add a test case about the non regular file supportBaptiste Daroussin2021-05-051-0/+15
* diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones2021-02-013-0/+8
* diff: add a test case for failed -s optionBaptiste Daroussin2021-02-011-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
* 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