summaryrefslogtreecommitdiff
path: root/usr.bin/diff/diffreg.c
AgeCommit message (Expand)Author
2024-07-29diff: Fix integer overflow.Dag-Erling Smørgrav
2024-05-17diff: honour -B flag with -qEd Maste
2024-03-27diff: Integrate libdiff from OpenBSD GoT.Dag-Erling Smørgrav
2024-02-26diff: Fix --expand-tabs and --side-by-side.Dag-Erling Smørgrav
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-20diff: Fully comment out the jackpot variable.John Baldwin
2022-12-13diff: restyle loop a bitKyle Evans
2022-12-13diff: fix side-by-side output with tabbed inputKyle Evans
2022-11-15diff: Don't (ab)use sprintf() as a kind of strcat().John Baldwin
2022-11-15diff: Don't treat null characters like carriage returns in readhash().John Baldwin
2022-10-03diff: Fix a use after free as well as a memory leak in change().John Baldwin
2022-03-01diff: Use start of change when searching for functionTom Jones
2022-02-18diff: Detect Objective-C methodsTom Jones
2021-10-07diff: consider two files with same inodes as identicalMariusz Zaborski
2021-09-16diff: implement option -F (--show-function-line)Piotr Pawel Stefaniak
2021-09-16diff(1): Add --color supportCameron Katri
2021-09-16diff: decrease indent levelPiotr Pawel Stefaniak
2021-09-16diff: avoid applying offsets to null pointerPiotr Pawel Stefaniak
2021-09-16diff: replace isqrt() with sqrt()Piotr Pawel Stefaniak
2021-09-16diff: move functions around and reduce their visibilityPiotr Pawel Stefaniak
2021-09-16diff: improve code stylePiotr Pawel Stefaniak
2021-08-23diff: read whole files to determine if they are ASCII textPiotr Pawel Stefaniak
2021-08-23diff: don't output carriage returns that were stripped on inputPiotr Pawel Stefaniak
2021-07-06usr.bin/diff: fix UBSan error in readhashAlex Richardson
2021-02-02Revert "diff: eliminate a useless lseek"Baptiste Daroussin
2021-01-27diff: eleminitate useless macrosBaptiste Daroussin
2021-01-27diff: simplify the hash functionsBaptiste Daroussin
2021-01-27diff: fix typo in a commentBaptiste Daroussin
2021-01-27diff: eliminate space at end of lineBaptiste Daroussin
2021-01-27diff: eliminate a useless lseekBaptiste Daroussin
2021-01-25diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones
2021-01-09diff: honour flags with -qEd Maste
2020-09-01diff: always properly kill pr(1)Baptiste Daroussin
2020-02-07diff: implement -y (--side-by-side) along with -W and --suppress-common-linesBaptiste Daroussin
2020-01-14Do not skip line-by-line comparison if -q and -I are specified.Mark Johnston
2020-01-14When system calls indicate an error they return -1, not some arbitraryBaptiste Daroussin
2020-01-14mkstemp returns -1Baptiste Daroussin
2020-01-13Optimize diff -q.Mark Johnston
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski
2018-08-19diff(1): Refactor -B a little bitKyle Evans
2018-08-19diff(1): Implement -B/--ignore-blank-linesKyle Evans
2018-07-27Improve --strip-trailing-cr handling:Xin LI
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-06-09Isolate the pr(1) related code in its own source filesBaptiste Daroussin
2017-12-13Replace homemade equivalent of tolower(3) by towlower(3)Baptiste Daroussin
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-07-17Don't emit "diff: diff <options> arguments" when diffing files ifEnji Cooper
2017-04-24Fix the following warning from gcc 4.2 in usr.bin/diff:Dimitry Andric