aboutsummaryrefslogtreecommitdiffstats
path: root/xdiff/xprepare.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-08xdiff: introduce XDL_ALLOC_GROW()Phillip Wood1-15/+4
2022-07-08xdiff: introduce XDL_CALLOC_ARRAY()Phillip Wood1-6/+4
2022-07-08xdiff: introduce xdl_callocPhillip Wood1-8/+4
2022-07-08xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood1-4/+4
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2021-11-18xdiff: avoid unnecessary memory allocationsPhillip Wood1-4/+7
2021-11-18diff histogram: intern stringsPhillip Wood1-16/+8
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+2
2016-03-04xdiff/xprepare: fix a memory leakRamsay Jones1-0/+1
2016-03-04xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsRamsay Jones1-1/+1
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano1-11/+10
2011-10-13Merge branch 'rs/diff-cleanup-records-fix'Junio C Hamano1-3/+7
2011-09-26Revert removal of multi-match discard heuristic in 27af01René Scharfe1-3/+7
2011-09-06Merge branch 'rc/histogram-diff'Junio C Hamano1-0/+2
2011-08-31xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan1-0/+2
2011-08-17Merge branch 'rc/histogram-diff' into HEADJunio C Hamano1-80/+63
2011-08-17xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()Tay Ray Chuan1-36/+50
2011-08-03xdiff: do away with xdl_mmfile_next()Tay Ray Chuan1-6/+1
2011-07-12xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan1-3/+14
2011-07-12xdiff/xprepare: skip classificationTay Ray Chuan1-8/+16
2011-07-07xdiff/xprepare: refactor abort cleanupsTay Ray Chuan1-59/+32
2011-07-07xdiff/xprepare: use memset()Tay Ray Chuan1-7/+3
2009-01-07Implement the patience diff algorithmJohannes Schindelin1-1/+2
2008-11-08xdiff: give up scanning similar lines earlyDavide Libenzi1-2/+13
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2006-06-23Teach diff about -b and -w flagsJohannes Schindelin1-6/+10
2006-04-04Clean-up trivially redundant diff.Davide Libenzi1-17/+46
2006-03-25Use a *real* built-in diff generatorLinus Torvalds1-0/+436