aboutsummaryrefslogtreecommitdiffstats
path: root/xdiff/xutils.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-14Merge branch 'en/xdiff-cleanup'Junio C Hamano1-8/+8
2025-09-30xdiff: rename rchg -> changed in xdfile_tEzekiel Newren1-2/+2
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren1-6/+6
2025-08-18xdiff: optimize xdl_hash_record_verbatimAlexander Monakov1-4/+55
2025-07-28xdiff: refactor xdl_hash_record()Phillip Wood1-5/+2
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xutils.cDavid Aguilar1-4/+2
2025-02-12xdiff: move sign comparison warning guard into each fileDavid Aguilar1-0/+2
2022-07-08xdiff: introduce XDL_ALLOC_GROW()Phillip Wood1-0/+17
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2019-07-28xdiff: drop system includes in xutils.cCarlo Marcelo Arenas Belón1-4/+0
2018-11-02xdiff: provide a separate emit callback for hunksJeff King1-4/+17
2017-11-27Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano1-2/+36
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+2
2017-11-08diff: --ignore-cr-at-eolJunio C Hamano1-2/+36
2016-12-06xdiff: drop XDL_FAST_HASHJeff King1-106/+0
2016-07-11diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin1-2/+4
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse1-0/+13
2012-05-25Merge branch 'rs/xdiff-fast-hash-fix'Junio C Hamano1-15/+15
2012-05-23xdiff: import new 32-bit version of count_masked_bytes()René Scharfe1-13/+5
2012-05-23xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe1-1/+7
2012-05-22xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe1-3/+5
2012-05-09xdiff: remove unused functionsRené Scharfe1-43/+0
2012-05-01xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast1-29/+23
2012-04-09xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast1-0/+112
2011-08-03xdiff: do away with xdl_mmfile_next()Tay Ray Chuan1-13/+1
2011-07-12xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan1-6/+2
2011-07-07xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan1-0/+31
2010-10-06xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder1-9/+9
2010-07-05xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid1-1/+3
2009-08-23xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano1-31/+49
2009-08-23xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano1-2/+4
2009-01-19Fix combined use of whitespace ignore options to diffKeith Cascio1-2/+4
2007-11-15Remove unreachable statementsGuido Ostkamp1-2/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-03-19xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin1-2/+20
2007-02-13teach diff machinery about --ignore-space-at-eolJohannes Schindelin1-0/+24
2006-12-04diff -b: ignore whitespace at end of lineJohannes Schindelin1-1/+2
2006-10-12diff: fix 2 whitespace issuesJohannes Schindelin1-17/+12
2006-06-23Teach diff about -b and -w flagsJohannes Schindelin1-1/+50
2006-06-19xdiff: minor changes to match libxdiff-0.21Junio C Hamano1-7/+4
2006-04-04Clean-up trivially redundant diff.Davide Libenzi1-2/+15
2006-03-27xdiff: Show function names in hunk headers.Mark Wooding1-3/+12
2006-03-25built-in diff: minimum tweaksJunio C Hamano1-6/+10
2006-03-25builtin-diff: \No newline at end of file.Linus Torvalds1-2/+10
2006-03-25Use a *real* built-in diff generatorLinus Torvalds1-0/+265