aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/diff.c
Commit message (Expand)AuthorAgeFilesLines
* diff: Fix usage message and documentation.Dag-Erling Smørgrav2024-07-291-1/+1
* diff: Document the --no-dereference option.Dag-Erling Smørgrav2024-06-301-1/+0
* diff: Sort headers.Dag-Erling Smørgrav2024-05-031-2/+2
* diff: use getline() instead of fgetln()Martin Tournoij2024-04-191-7/+10
* diff: Integrate libdiff from OpenBSD GoT.Dag-Erling Smørgrav2024-03-271-8/+42
* diff: Fix --expand-tabs and --side-by-side.Dag-Erling Smørgrav2024-02-261-8/+4
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* diff: Re-add void argument to usageTom Jones2022-03-101-1/+1
* diff: add support for --help and --versionTom Jones2022-03-101-4/+21
* diff: set cflag when passed to diffTom Jones2022-03-091-0/+1
* diff: add --no-dereference flagTom Jones2022-02-181-1/+7
* diff: implement option -F (--show-function-line)Piotr Pawel Stefaniak2021-09-151-20/+39
* diff(1): Add --color supportCameron Katri2021-09-151-1/+54
* diff: move functions around and reduce their visibilityPiotr Pawel Stefaniak2021-09-151-20/+30
* diff: convert boolean flag variables to boolPiotr Pawel Stefaniak2021-09-151-12/+11
* diff: improve code stylePiotr Pawel Stefaniak2021-09-151-8/+10
* diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones2021-01-251-0/+2
* diff: don't force the format to 'context' with -p immediatelyKyle Evans2020-10-271-11/+2
* diff: restore compatibility with GNU diff regarding -N optionBaptiste Daroussin2020-06-011-4/+25
* Restore compatibility with GNU diff regarding --labelBaptiste Daroussin2020-06-011-0/+3
* diff(1): don't reject specifying the same format multiple timesKyle Evans2020-04-281-10/+21
* diff(1): reject conflicting formatting optionsKyle Evans2020-04-201-2/+33
* diff: fix segfault with --tabsize and no/malformed argumentKyle Evans2020-02-131-1/+1
* diff: implement -y (--side-by-side) along with -W and --suppress-common-linesBaptiste Daroussin2020-02-071-5/+28
* When system calls indicate an error they return -1, not some arbitraryBaptiste Daroussin2020-01-141-3/+3
* diff(1): Implement -B/--ignore-blank-linesKyle Evans2018-08-191-5/+9
* Add -H as an alias for --speed-large-file to match GNU diff.John Baldwin2017-06-021-5/+5
* Implement a basic --changed-group-formatBaptiste Daroussin2017-04-201-0/+7
* Clean up headers declarationBaptiste Daroussin2017-04-151-2/+0
* add a stub --speed-large-files for compatibility with GNU diffBaptiste Daroussin2017-04-081-0/+4
* Use strndup(3) instead of malloc + memcpyBaptiste Daroussin2017-03-221-3/+2
* Implement a stub --horizon-lines=NUM for compatibility with GNU diff3Baptiste Daroussin2017-03-121-0/+4
* Import diff from OpenBSD and remove GNU diffBaptiste Daroussin2017-03-111-0/+454