aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff3/diff3.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* diff3: Use ranges for new and old diffedits in ed scriptsTom Jones2022-08-021-5/+9
* diff3: Use ranges for the old and new diffedits in A scriptsTom Jones2022-08-021-18/+23
* diff3: Simplify startmark calculation in AscriptTom Jones2022-08-021-2/+3
* diff3: Use variables for old and new in A scriptsTom Jones2022-08-011-17/+19
* diff3: Replace literal marker with variableTom Jones2022-08-011-5/+6
* diff3: Fix indentationTom Jones2022-08-011-1/+1
* diff3: make the eflag logic easier to followTom Jones2022-07-051-13/+20
* diff3: Add help and version optionsTom Jones2022-05-251-3/+16
* diff3: Copy line into debug informationTom Jones2022-05-251-1/+1
* diff3: Don't perform a bitwise OR when comparing diffsTom Jones2022-05-251-1/+1
* diff3: Add support for -mTom Jones2022-04-191-1/+84
* diff3: Add support for -ATom Jones2022-04-191-5/+118
* diff3: seperate old and new markers from file markersTom Jones2022-04-191-5/+8
* diff3: Clean up printing of ranges for edscript outputTom Jones2022-04-191-35/+37
* diff3: allow diff3 ed scripts to generate deletionsTom Jones2022-04-151-8/+14
* diff3: implement --strip-trailing-crPiotr Pawel Stefaniak2021-08-231-1/+8
* diff3: improve stylePiotr Pawel Stefaniak2021-08-231-17/+19
* diff3: sync with upstreamPiotr Pawel Stefaniak2021-08-231-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
* 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-251-0/+787