Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | textproc/libdiff: respect PREFIX | Baptiste Daroussin | 2021-08-03 | 1 | -0/+1 |
| | | | | | PR: 257430 Submitted by: John Marshall <john@jmarshall.id.au> | ||||
* | One more small cleanup, forgotten yesterday. | Mathieu Arnold | 2021-04-07 | 1 | -1/+0 |
| | | | | Reported by: lwhsu | ||||
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | |||||
* | Fix wrong license information it is MIT not ISCL | Baptiste Daroussin | 2020-03-24 | 1 | -1/+1 |
| | | | | | PR: 243506 Submitted by: John Hein <jcfyecrayz@liamekaens.com> | ||||
* | libdiff is a C library generating the shortest edit script, longest common | Baptiste Daroussin | 2018-09-22 | 3 | -0/+26 |
subsequence, and edit distance between arbitrary sequences of bytes. It derives from Tatsuhiko Kubo's onp and dtl. WWW: https://github.com/kristapsdz/libdiff |