summaryrefslogtreecommitdiff
path: root/xdiff/xpatience.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-12diff --anchored: avoid checking unmatched linesPhillip Wood1-12/+6
2025-12-09Merge branch 'yc/xdiff-patience-optim'Junio C Hamano1-1/+4
2025-11-27xdiff: optimize patience diff's LCS searchYee Cheng Chin1-1/+4
2025-11-18xdiff: make xdfile_t.nrec a size_t instead of longEzekiel Newren1-1/+1
2025-11-18xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hashEzekiel Newren1-5/+5
2025-11-18xdiff: make xrecord_t.ptr a uint8_t instead of charEzekiel Newren1-1/+1
2025-10-03xdiff: change type of xdfile_t.changed from char to boolEzekiel Newren1-4/+4
2025-09-30xdiff: rename rchg -> changed in xdfile_tEzekiel Newren1-4/+4
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren1-5/+5
2025-03-03xdiff: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xpatience.cDavid Aguilar1-3/+1
2025-02-12xdiff: move sign comparison warning guard into each fileDavid Aguilar1-0/+3
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King1-16/+7
2022-07-08xdiff: introduce XDL_CALLOC_ARRAY()Phillip Wood1-2/+1
2022-07-08xdiff: introduce xdl_callocPhillip Wood1-3/+1
2022-07-08xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood1-2/+2
2022-02-16xdiff: handle allocation failure in patience diffPhillip Wood1-5/+12
2022-02-16xdiff: fix a memory leakPhillip Wood1-4/+0
2021-05-14Merge branch 'pw/patience-diff-clean-up'Junio C Hamano1-11/+3
2021-05-05patience diff: remove unused variablePhillip Wood1-3/+0
2021-05-05patience diff: remove unnecessary string comparisonsPhillip Wood1-8/+3
2020-10-20merge-base, xdiff: zero out xpparam_t structuresMichał Kępień1-0/+2
2019-07-28xdiff: remove duplicate headers from xpatience.cCarlo Marcelo Arenas Belón1-2/+0
2017-11-28diff: support anchoring line(s)Jonathan Tan1-5/+37
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+2
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee1-1/+1
2016-07-11diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin1-1/+1
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano1-1/+1
2011-07-07xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan1-25/+2
2009-01-07Implement the patience diff algorithmJohannes Schindelin1-0/+381