summaryrefslogtreecommitdiff
path: root/xdiff/xpatience.c
Commit message (Expand)AuthorAgeFilesLines
* xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King2022-08-201-16/+7
* xdiff: introduce XDL_CALLOC_ARRAY()Phillip Wood2022-07-081-2/+1
* xdiff: introduce xdl_callocPhillip Wood2022-07-081-3/+1
* xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood2022-07-081-2/+2
* xdiff: handle allocation failure in patience diffPhillip Wood2022-02-161-5/+12
* xdiff: fix a memory leakPhillip Wood2022-02-161-4/+0
* Merge branch 'pw/patience-diff-clean-up'Junio C Hamano2021-05-141-11/+3
|\
| * patience diff: remove unused variablePhillip Wood2021-05-051-3/+0
| * patience diff: remove unnecessary string comparisonsPhillip Wood2021-05-051-8/+3
* | merge-base, xdiff: zero out xpparam_t structuresMichał Kępień2020-10-201-0/+2
|/
* xdiff: remove duplicate headers from xpatience.cCarlo Marcelo Arenas Belón2019-07-281-2/+0
* diff: support anchoring line(s)jt/diff-anchored-patienceJonathan Tan2017-11-281-5/+37
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+2
* cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-101-1/+1
* diff: fix a double off-by-one with --ignore-space-at-eoljs/ignore-space-at-eolJohannes Schindelin2016-07-111-1/+1
* xdiff: PATIENCE/HISTOGRAM are not independent option bitsjc/diff-algo-cleanupJunio C Hamano2012-02-191-1/+1
* xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan2011-07-071-25/+2
* Implement the patience diff algorithmJohannes Schindelin2009-01-071-0/+381