aboutsummaryrefslogtreecommitdiff
path: root/xdiff/xutils.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano2017-11-27
|\
| * diff: --ignore-cr-at-eolJunio C Hamano2017-11-08
* | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-09
|/
* xdiff: drop XDL_FAST_HASHJeff King2016-12-06
* diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin2016-07-11
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-19
* Merge branch 'rs/xdiff-fast-hash-fix'Junio C Hamano2012-05-25
|\
| * xdiff: import new 32-bit version of count_masked_bytes()René Scharfe2012-05-23
| * xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe2012-05-23
| * xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe2012-05-22
* | xdiff: remove unused functionsRené Scharfe2012-05-09
|/
* xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast2012-05-01
* xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast2012-04-09
* xdiff: do away with xdl_mmfile_next()Tay Ray Chuan2011-08-03
* xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan2011-07-12
* xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan2011-07-07
* xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-06
* xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid2010-07-05
* xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano2009-08-23
* xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano2009-08-23
* Fix combined use of whitespace ignore options to diffKeith Cascio2009-01-19
* Remove unreachable statementsGuido Ostkamp2007-11-15
* War on whitespaceJunio C Hamano2007-06-07
* xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin2007-03-19
* teach diff machinery about --ignore-space-at-eolJohannes Schindelin2007-02-13
* diff -b: ignore whitespace at end of lineJohannes Schindelin2006-12-04
* diff: fix 2 whitespace issuesJohannes Schindelin2006-10-12
* Teach diff about -b and -w flagsJohannes Schindelin2006-06-23
* xdiff: minor changes to match libxdiff-0.21Junio C Hamano2006-06-19
* Clean-up trivially redundant diff.Davide Libenzi2006-04-04
* xdiff: Show function names in hunk headers.Mark Wooding2006-03-27
* built-in diff: minimum tweaksJunio C Hamano2006-03-25
* builtin-diff: \No newline at end of file.Linus Torvalds2006-03-25
* Use a *real* built-in diff generatorLinus Torvalds2006-03-25