summaryrefslogtreecommitdiff
path: root/xdiff/xdiffi.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-19Merge branch 'en/xdiff-cleanup-3'Junio C Hamano1-1/+1
2026-04-30xdiff: use unambiguous types in xdl_bogo_sqrt()Ezekiel Newren1-1/+1
2026-03-24Merge branch 'yc/histogram-hunk-shift-fix'Junio C Hamano1-2/+45
2026-03-03xdiff: re-diff shifted change groups when using histogram algorithmYee Cheng Chin1-2/+45
2025-11-18xdiff: rename rindex -> reference_indexEzekiel Newren1-3/+3
2025-11-18xdiff: make xdfile_t.nrec a size_t instead of longEzekiel Newren1-4/+4
2025-11-18xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hashEzekiel Newren1-3/+3
2025-11-18xdiff: use size_t for xrecord_t.sizeEzekiel Newren1-4/+3
2025-11-18xdiff: make xrecord_t.ptr a uint8_t instead of charEzekiel Newren1-4/+4
2025-10-03xdiff: change type of xdfile_t.changed from char to boolEzekiel Newren1-7/+7
2025-09-30xdiff: rename rchg -> changed in xdfile_tEzekiel Newren1-15/+15
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren1-12/+12
2025-09-30xdiff: delete redundant array xdfile_t.haEzekiel Newren1-10/+14
2025-09-30xdiff: delete struct diffdata_tEzekiel Newren1-24/+8
2025-03-28xdiff: avoid using the comma operator unnecessarilyJohannes Schindelin1-4/+8
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xdiffi.cDavid Aguilar1-2/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2022-12-13xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King1-1/+1
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King1-1/+1
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King1-1/+1
2022-07-08xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood1-1/+1
2022-02-16xdiff: fix a memory leakPhillip Wood1-16/+17
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King1-9/+9
2021-11-18xdiff: simplify comparisonPhillip Wood1-4/+1
2021-06-08xdiff: use BUG(...), not xdl_bug(...)Ævar Arnfjörð Bjarmason1-14/+8
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień1-2/+45
2019-10-09xdiffi: fix typos and touch up commentsJohannes Schindelin1-44/+55
2018-08-17Merge branch 'sb/indent-heuristic-optim'Junio C Hamano1-1/+11
2018-08-01xdiff: reduce indent heuristic overheadStefan Beller1-1/+11
2018-07-17xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller1-17/+0
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+2
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano1-33/+0
2016-09-27xdiff: rename "struct group" to "struct xdlgroup"Jeff King1-7/+7
2016-09-19diff: improve positioning of add/delete blocks in diffsMichael Haggerty1-0/+325
2016-08-23xdl_change_compact(): introduce the concept of a change groupMichael Haggerty1-88/+201
2016-08-23recs_match(): take two xrecord_t pointers as argumentsMichael Haggerty1-7/+7
2016-08-23is_blank_line(): take a single xrecord_t as argumentMichael Haggerty1-4/+4
2016-08-23xdl_change_compact(): only use heuristic if group can't be matchedMichael Haggerty1-19/+19
2016-08-23xdl_change_compact(): fix compaction heuristic to adjust ixoMichael Haggerty1-0/+1
2016-04-19xdiff: implement empty line chunk heuristicStefan Beller1-0/+26
2016-04-18xdiff: add recs_match helper functionJacob Keller1-4/+10
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse1-1/+28
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2012-05-09xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe1-5/+1
2012-05-09xdiff: add hunk_func()René Scharfe1-0/+17
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano1-2/+2
2011-07-12teach --histogram to diffTay Ray Chuan1-0/+3
2009-07-22refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit1-1/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1
2009-03-15Fix various dead stores found by the clang static analyzerBenjamin Kramer1-3/+2