summaryrefslogtreecommitdiff
path: root/xdiff/xutils.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-06xdiff: drop XDL_FAST_HASHLibravatar Jeff King1-106/+0
2016-07-11diff: fix a double off-by-one with --ignore-space-at-eolLibravatar Johannes Schindelin1-2/+4
2013-06-19diff: add --ignore-blank-lines optionLibravatar Antoine Pelisse1-0/+13
2012-05-25Merge branch 'rs/xdiff-fast-hash-fix'Libravatar Junio C Hamano1-15/+15
2012-05-23xdiff: import new 32-bit version of count_masked_bytes()Libravatar René Scharfe1-13/+5
2012-05-23xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesLibravatar René Scharfe1-1/+7
2012-05-22xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesLibravatar René Scharfe1-3/+5
2012-05-09xdiff: remove unused functionsLibravatar René Scharfe1-43/+0
2012-05-01xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZELibravatar Thomas Rast1-29/+23
2012-04-09xdiff: load full words in the inner loop of xdl_hash_recordLibravatar Thomas Rast1-0/+112
2011-08-03xdiff: do away with xdl_mmfile_next()Libravatar Tay Ray Chuan1-13/+1
2011-07-12xdiff/xprepare: use a smaller sample size for histogram diffLibravatar Tay Ray Chuan1-6/+2
2011-07-07xdiff/xpatience: factor out fall-back-diff functionLibravatar Tay Ray Chuan1-0/+31
2010-10-06xdiff: cast arguments for ctype functions to unsigned charLibravatar Jonathan Nieder1-9/+9
2010-07-05xdiff: optimise for no whitespace difference when ignoring whitespace.Libravatar Dylan Reid1-1/+3
2009-08-23xutils: Fix xdl_recmatch() on incomplete linesLibravatar Junio C Hamano1-31/+49
2009-08-23xutils: Fix hashing an incomplete line with whitespaces at the endLibravatar Junio C Hamano1-2/+4
2009-01-19Fix combined use of whitespace ignore options to diffLibravatar Keith Cascio1-2/+4
2007-11-15Remove unreachable statementsLibravatar Guido Ostkamp1-2/+0
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2007-03-19xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingLibravatar Johannes Schindelin1-2/+20
2007-02-13teach diff machinery about --ignore-space-at-eolLibravatar Johannes Schindelin1-0/+24
2006-12-04diff -b: ignore whitespace at end of lineLibravatar Johannes Schindelin1-1/+2
2006-10-12diff: fix 2 whitespace issuesLibravatar Johannes Schindelin1-17/+12
2006-06-23Teach diff about -b and -w flagsLibravatar Johannes Schindelin1-1/+50
2006-06-19xdiff: minor changes to match libxdiff-0.21Libravatar Junio C Hamano1-7/+4
2006-04-04Clean-up trivially redundant diff.Libravatar Davide Libenzi1-2/+15
2006-03-27xdiff: Show function names in hunk headers.Libravatar Mark Wooding1-3/+12
2006-03-25built-in diff: minimum tweaksLibravatar Junio C Hamano1-6/+10
2006-03-25builtin-diff: \No newline at end of file.Libravatar Linus Torvalds1-2/+10
2006-03-25Use a *real* built-in diff generatorLibravatar Linus Torvalds1-0/+265