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