aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/diffreg.c
Commit message (Expand)AuthorAgeFilesLines
* 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