aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/diffreg.c
Commit message (Expand)AuthorAgeFilesLines
* diff: Fix integer overflow.Dag-Erling Smørgrav2024-07-291-21/+24
* diff: honour -B flag with -qEd Maste2024-05-181-1/+2
* diff: Integrate libdiff from OpenBSD GoT.Dag-Erling Smørgrav2024-03-271-4/+37
* diff: Fix --expand-tabs and --side-by-side.Dag-Erling Smørgrav2024-02-261-48/+65
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+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-141-8/+6
* 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: Use start of change when searching for functionTom Jones2022-03-011-2/+2
* diff: Detect Objective-C methodsTom Jones2022-02-181-1/+2
* diff: consider two files with same inodes as identicalMariusz Zaborski2021-10-071-0/+4
* diff: implement option -F (--show-function-line)Piotr Pawel Stefaniak2021-09-151-3/+11
* diff(1): Add --color supportCameron Katri2021-09-151-1/+20
* 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-151-17/+0
* diff: improve code stylePiotr Pawel Stefaniak2021-09-151-140/+111
* diff: read whole files to determine if they are ASCII textPiotr Pawel Stefaniak2021-08-231-23/+36
* diff: don't output carriage returns that were stripped on inputPiotr Pawel Stefaniak2021-08-231-1/+10
* usr.bin/diff: fix UBSan error in readhashAlex Richardson2021-07-061-1/+1
* 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: eliminate space at end of lineBaptiste Daroussin2021-01-271-33/+33
* diff: eliminate a useless lseekBaptiste Daroussin2021-01-271-1/+0
* diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones2021-01-251-0/+5
* diff: honour flags with -qEd Maste2021-01-091-1/+3
* diff: always properly kill pr(1)Baptiste Daroussin2020-09-011-3/+3
* diff: implement -y (--side-by-side) along with -W and --suppress-common-linesBaptiste Daroussin2020-02-071-32/+159
* 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-141-5/+5
* 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-191-0/+26
* Improve --strip-trailing-cr handling:Xin LI2018-07-271-5/+8
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* Isolate the pr(1) related code in its own source filesBaptiste Daroussin2018-06-091-80/+6
* 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
* Don't emit "diff: diff <options> arguments" when diffing files ifEnji Cooper2017-07-171-1/+1
* Fix the following warning from gcc 4.2 in usr.bin/diff:Dimitry Andric2017-04-241-6/+7