summaryrefslogtreecommitdiff
path: root/xdiff/xutils.c
AgeCommit message (Expand)Author
2016-07-11diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse
2012-05-25Merge branch 'rs/xdiff-fast-hash-fix'Junio C Hamano
2012-05-23xdiff: import new 32-bit version of count_masked_bytes()René Scharfe
2012-05-23xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe
2012-05-22xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe
2012-05-09xdiff: remove unused functionsRené Scharfe
2012-05-01xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast
2012-04-10xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast
2011-08-03xdiff: do away with xdl_mmfile_next()Tay Ray Chuan
2011-07-12xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan
2011-07-07xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan
2010-10-06xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder
2010-07-06xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid
2009-08-23xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano
2009-08-23xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano
2009-01-20Fix combined use of whitespace ignore options to diffKeith Cascio
2007-11-16Remove unreachable statementsGuido Ostkamp
2007-06-07War on whitespaceJunio C Hamano
2007-03-20xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin
2007-02-14teach diff machinery about --ignore-space-at-eolJohannes Schindelin
2006-12-05diff -b: ignore whitespace at end of lineJohannes Schindelin
2006-10-12diff: fix 2 whitespace issuesJohannes Schindelin
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-06-20xdiff: minor changes to match libxdiff-0.21Junio C Hamano
2006-04-04Clean-up trivially redundant diff.Davide Libenzi
2006-03-28xdiff: Show function names in hunk headers.Mark Wooding
2006-03-26built-in diff: minimum tweaksJunio C Hamano
2006-03-26builtin-diff: \No newline at end of file.Linus Torvalds
2006-03-26Use a *real* built-in diff generatorLinus Torvalds