summaryrefslogtreecommitdiff
path: root/xdiff/xprepare.c
Commit message (Expand)AuthorAgeFilesLines
* xdiff: introduce XDL_ALLOC_GROW()Phillip Wood2022-07-081-15/+4
* xdiff: introduce XDL_CALLOC_ARRAY()Phillip Wood2022-07-081-6/+4
* xdiff: introduce xdl_callocPhillip Wood2022-07-081-8/+4
* xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood2022-07-081-4/+4
* Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
|\
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | xdiff: avoid unnecessary memory allocationsPhillip Wood2021-11-181-4/+7
* | diff histogram: intern stringsPhillip Wood2021-11-181-16/+8
|/
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+2
* xdiff/xprepare: fix a memory leakrj/xdiff-prepare-plug-leak-on-error-codepathRamsay Jones2016-03-041-0/+1
* xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsRamsay Jones2016-03-041-1/+1
* xdiff: PATIENCE/HISTOGRAM are not independent option bitsjc/diff-algo-cleanupJunio C Hamano2012-02-191-11/+10
* Merge branch 'rs/diff-cleanup-records-fix'Junio C Hamano2011-10-131-3/+7
|\
| * Revert removal of multi-match discard heuristic in 27af01René Scharfe2011-09-261-3/+7
* | Merge branch 'rc/histogram-diff'Junio C Hamano2011-09-061-0/+2
|\ \
| * | xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan2011-08-311-0/+2
* | | Merge branch 'rc/histogram-diff' into HEADJunio C Hamano2011-08-171-80/+63
|\ \ \ | |/ / | | / | |/ |/|
| * xdiff: do away with xdl_mmfile_next()Tay Ray Chuan2011-08-031-6/+1
| * xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan2011-07-121-3/+14
| * xdiff/xprepare: skip classificationTay Ray Chuan2011-07-121-8/+16
| * xdiff/xprepare: refactor abort cleanupsTay Ray Chuan2011-07-071-59/+32
| * xdiff/xprepare: use memset()Tay Ray Chuan2011-07-071-7/+3
* | xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()Tay Ray Chuan2011-08-171-36/+50
|/
* Implement the patience diff algorithmJohannes Schindelin2009-01-071-1/+2
* xdiff: give up scanning similar lines earlyDavide Libenzi2008-11-081-2/+13
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Teach diff about -b and -w flagsJohannes Schindelin2006-06-231-6/+10
* Clean-up trivially redundant diff.Davide Libenzi2006-04-041-17/+46
* Use a *real* built-in diff generatorLinus Torvalds2006-03-251-0/+436