summaryrefslogtreecommitdiff
path: root/usr.bin/diff/diff.c
AgeCommit message (Expand)Author
2024-07-29diff: Fix usage message and documentation.Dag-Erling Smørgrav
2024-06-30diff: Document the --no-dereference option.Dag-Erling Smørgrav
2024-05-03diff: Sort headers.Dag-Erling Smørgrav
2024-04-19diff: use getline() instead of fgetln()Martin Tournoij
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-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-03-10diff: Re-add void argument to usageTom Jones
2022-03-10diff: add support for --help and --versionTom Jones
2022-03-09diff: set cflag when passed to diffTom Jones
2022-02-18diff: add --no-dereference flagTom Jones
2021-09-16diff: implement option -F (--show-function-line)Piotr Pawel Stefaniak
2021-09-16diff(1): Add --color supportCameron Katri
2021-09-16diff: move functions around and reduce their visibilityPiotr Pawel Stefaniak
2021-09-16diff: convert boolean flag variables to boolPiotr Pawel Stefaniak
2021-09-16diff: improve code stylePiotr Pawel Stefaniak
2021-01-25diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones
2020-10-27diff: don't force the format to 'context' with -p immediatelyKyle Evans
2020-06-01diff: restore compatibility with GNU diff regarding -N optionBaptiste Daroussin
2020-06-01Restore compatibility with GNU diff regarding --labelBaptiste Daroussin
2020-04-28diff(1): don't reject specifying the same format multiple timesKyle Evans
2020-04-20diff(1): reject conflicting formatting optionsKyle Evans
2020-02-13diff: fix segfault with --tabsize and no/malformed argumentKyle Evans
2020-02-07diff: implement -y (--side-by-side) along with -W and --suppress-common-linesBaptiste Daroussin
2020-01-14When system calls indicate an error they return -1, not some arbitraryBaptiste Daroussin
2018-08-19diff(1): Implement -B/--ignore-blank-linesKyle Evans
2017-06-02Add -H as an alias for --speed-large-file to match GNU diff.John Baldwin
2017-04-20Implement a basic --changed-group-formatBaptiste Daroussin
2017-04-15Clean up headers declarationBaptiste Daroussin
2017-04-08add a stub --speed-large-files for compatibility with GNU diffBaptiste Daroussin
2017-03-22Use strndup(3) instead of malloc + memcpyBaptiste Daroussin
2017-03-12Implement a stub --horizon-lines=NUM for compatibility with GNU diff3Baptiste Daroussin
2017-03-11Import diff from OpenBSD and remove GNU diffBaptiste Daroussin