summaryrefslogtreecommitdiffstats
path: root/xdiff/xutils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* xdiff: drop system includes in xutils.cCarlo Marcelo Arenas Belón2019-07-291-4/+0
* xdiff: provide a separate emit callback for hunksJeff King2018-11-021-4/+17
* Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano2017-11-271-2/+36
|\
| * diff: --ignore-cr-at-eolJunio C Hamano2017-11-081-2/+36
* | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+2
|/
* xdiff: drop XDL_FAST_HASHJeff King2016-12-061-106/+0
* diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin2016-07-111-2/+4
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-201-0/+13
* Merge branch 'rs/xdiff-fast-hash-fix'Junio C Hamano2012-05-251-15/+15
|\
| * xdiff: import new 32-bit version of count_masked_bytes()René Scharfe2012-05-231-13/+5
| * xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe2012-05-231-1/+7
| * xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe2012-05-221-3/+5
* | xdiff: remove unused functionsRené Scharfe2012-05-091-43/+0
|/
* xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast2012-05-011-29/+23
* xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast2012-04-101-0/+112
* xdiff: do away with xdl_mmfile_next()Tay Ray Chuan2011-08-031-13/+1
* xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan2011-07-121-6/+2
* xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan2011-07-071-0/+31
* xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-061-9/+9
* xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid2010-07-061-1/+3
* xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano2009-08-231-31/+49
* xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano2009-08-231-2/+4
* Fix combined use of whitespace ignore options to diffKeith Cascio2009-01-201-2/+4
* Remove unreachable statementsGuido Ostkamp2007-11-161-2/+0
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin2007-03-201-2/+20
* teach diff machinery about --ignore-space-at-eolJohannes Schindelin2007-02-141-0/+24
* diff -b: ignore whitespace at end of lineJohannes Schindelin2006-12-051-1/+2
* diff: fix 2 whitespace issuesJohannes Schindelin2006-10-121-17/+12
* Teach diff about -b and -w flagsJohannes Schindelin2006-06-241-1/+50
* xdiff: minor changes to match libxdiff-0.21Junio C Hamano2006-06-201-7/+4
* Clean-up trivially redundant diff.Davide Libenzi2006-04-041-2/+15
* xdiff: Show function names in hunk headers.Mark Wooding2006-03-281-3/+12
* built-in diff: minimum tweaksJunio C Hamano2006-03-261-6/+10
* builtin-diff: \No newline at end of file.Linus Torvalds2006-03-261-2/+10
* Use a *real* built-in diff generatorLinus Torvalds2006-03-261-0/+265