aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/diffreg.c
Commit message (Expand)AuthorAgeFilesLines
* diff: Fix integer overflow.Dag-Erling Smørgrav2024-08-011-21/+24
* diff: honour -B flag with -qEd Maste2024-06-071-1/+2
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+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: read whole files to determine if they are ASCII textPiotr Pawel Stefaniak2021-09-251-23/+36
* diff: don't output carriage returns that were stripped on inputPiotr Pawel Stefaniak2021-09-251-1/+10
* 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: eliminate space at end of lineBaptiste Daroussin2021-05-051-33/+33
* diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones2021-02-011-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
* Implement a basic --changed-group-formatBaptiste Daroussin2017-04-201-6/+36
* Clean up headers declarationBaptiste Daroussin2017-04-151-0/+1
* diff: Show nanoseconds in -u/-c header line.Jilles Tjoelker2017-03-261-13/+3
* diff: Fix mtime of file1 in -u/-c header line.Jilles Tjoelker2017-03-261-3/+3
* Use MIN macros from sys/param.hBaptiste Daroussin2017-03-221-1/+1
* Use MAX and MIN macros from sys/param.hBaptiste Daroussin2017-03-221-12/+9
* Cache tzdata when running under capsicumBaptiste Daroussin2017-03-201-0/+1
* Do not die if cap_rights_limit reports ENOSYSBaptiste Daroussin2017-03-131-2/+4
* Readd codes that creates a tmp file for diffing stdout or devicesBaptiste Daroussin2017-03-121-2/+48
* Fix building with recent gccBaptiste Daroussin2017-03-121-3/+5
* Import diff from OpenBSD and remove GNU diffBaptiste Daroussin2017-03-111-0/+1603