aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff3
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* diff3: document and test -TPiotr Pawel Stefaniak2021-09-254-2/+27
* diff3: implement --strip-trailing-crPiotr Pawel Stefaniak2021-09-255-1/+21
* diff3.1: update manual page to match codePiotr Pawel Stefaniak2021-09-251-6/+27
* diff3: improve stylePiotr Pawel Stefaniak2021-09-251-17/+19
* diff3: sync with upstreamPiotr Pawel Stefaniak2021-09-251-6/+15
* Replace homemade getline(3) by actual getline(3)Baptiste Daroussin2019-12-171-17/+5
* Use strtoimax.Baptiste Daroussin2019-12-171-16/+6
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-3/+3
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Update the diff3 manpage to reflect the fact the version in freebsd doesBaptiste Daroussin2017-05-251-21/+1
* For now comment tests for arguments which are not in par with GNU diff3 yetBaptiste Daroussin2017-05-251-5/+5
* Remove the MAX_CHECK macro, it was initially used to test if a file was aBaptiste Daroussin2017-05-251-2/+0
* Import working progress BSD diff3Baptiste Daroussin2017-05-2517-0/+1171