summaryrefslogtreecommitdiff
path: root/usr.bin/diff
AgeCommit message (Expand)Author
2025-06-23libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav
2025-06-20diff: Fix gcc build.Dag-Erling Smørgrav
2025-06-20diff: Whitespace nits.Dag-Erling Smørgrav
2025-06-20diff: Detect loops when diffing directories.Dag-Erling Smørgrav
2025-06-06diff: minor fixes to manual pagePau Amma
2024-12-23diff: Fix device case.Dag-Erling Smørgrav
2024-10-02libdiff: Implement diff coloring.Dag-Erling Smørgrav
2024-07-29diff: Fix integer overflow.Dag-Erling Smørgrav
2024-07-29diff: Fix usage message and documentation.Dag-Erling Smørgrav
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-30diff: Document the --no-dereference option.Dag-Erling Smørgrav
2024-05-20diff: Nits in tests.Dag-Erling Smørgrav
2024-05-20diff: Warn if the atomizer detected truncation.Dag-Erling Smørgrav
2024-05-17diff: honour -B flag with -qEd Maste
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-03-19diff: Improve history section.Dag-Erling Smørgrav
2024-03-15diff(1) add FreeBSD HISTORYDavid E. O'Brien
2024-02-26diff: Bump manual page date.Dag-Erling Smørgrav
2024-02-26diff: Fix --expand-tabs and --side-by-side.Dag-Erling Smørgrav
2023-12-26diff(1): fix a typoPin-Yi Kuo
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 nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h 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-04-18diff: tests: loosen up requirements for report_identicalKyle Evans
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-03-04Fix indentation in usr.bin/diff/pr.cDimitry Andric
2022-03-02Revert "Temporarily skip usr.bin.diff.diff_test.functionname in CI"Li-Wen Hsu
2022-03-01diff: Use start of change when searching for functionTom Jones
2022-02-21Temporarily skip usr.bin.diff.diff_test.functionname in CILi-Wen Hsu
2022-02-18diff: fix failed compare when ignoring file caseTom Jones
2022-02-18Remove surplus check for which diff is being testedTom Jones
2022-02-18diff: add --no-dereference flagTom Jones
2022-02-18diff: Detect Objective-C methodsTom Jones
2021-10-07diff: consider two files with same inodes as identicalMariusz Zaborski
2021-09-16diff: link with libm for sqrt()Piotr Pawel Stefaniak
2021-09-16diff: implement option -F (--show-function-line)Piotr Pawel Stefaniak