aboutsummaryrefslogtreecommitdiffstats
path: root/xdiff/xemit.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-18xdiff: make xdfile_t.nrec a size_t instead of longEzekiel Newren1-10/+10
2025-11-18xdiff: use size_t for xrecord_t.sizeEzekiel Newren1-4/+4
2025-11-18xdiff: make xrecord_t.ptr a uint8_t instead of charEzekiel Newren1-3/+3
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren1-3/+3
2025-09-30xdiff: delete local variables that alias fields in xrecord_tEzekiel Newren1-16/+13
2025-09-30xdiff: delete superfluous function xdl_get_rec() in xemitEzekiel Newren1-16/+7
2025-03-29Merge branch 'rs/xdiff-context-length-fix'Junio C Hamano1-1/+7
2025-03-14xdiff: avoid arithmetic overflow in xdl_get_hunk()René Scharfe1-1/+7
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xemit.cDavid Aguilar1-3/+1
2025-02-12xdiff: move sign comparison warning guard into each fileDavid Aguilar1-0/+2
2022-12-13xdiff: drop unused parameter in def_ff()Jeff King1-2/+2
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2021-05-11xdiff-interface: replace discard_hunk_line() with a flagÆvar Arnfjörð Bjarmason1-1/+2
2019-12-05xdiff: unignore changes in function contextRené Scharfe1-0/+17
2019-07-23xdiff: clamp function context indices in post-imageJeff King1-2/+2
2017-11-21xdiff: show non-empty lines before functions with -WRené Scharfe1-0/+3
2017-11-21xdiff: factor out is_func_rec()René Scharfe1-3/+7
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+2
2017-01-15xdiff -W: relax end-of-file function detectionVegard Nossum1-8/+6
2016-09-21Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano1-1/+1
2016-09-14xdiff: fix merging of hunks with -W context and -u contextRené Scharfe1-1/+1
2016-09-07xdiff: remove unneeded declarationsStefan Beller1-9/+0
2016-06-09xdiff: fix merging of appended hunk with -WRené Scharfe1-1/+2
2016-05-31xdiff: -W: don't include common trailing empty lines in contextRené Scharfe1-0/+2
2016-05-31xdiff: ignore empty lines before added functions with -WRené Scharfe1-2/+20
2016-05-31xdiff: handle appended chunks better with -WRené Scharfe1-3/+24
2016-05-31xdiff: factor out match_func_rec()René Scharfe1-4/+11
2016-02-22xdiff: drop XDL_EMIT_COMMONJeff King1-18/+0
2013-10-16C: have space around && and || operatorsJunio C Hamano1-1/+1
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse1-6/+43
2012-01-29Merge branch 'rs/diff-postimage-in-context'Junio C Hamano1-6/+6
2012-01-06xdiff: print post-image for common records instead of pre-imageRené Scharfe1-6/+6
2011-10-10diff: add option to show whole functions as contextRené Scharfe1-6/+48
2011-10-10xdiff: factor out get_func_line()René Scharfe1-16/+27
2010-09-30diff: avoid repeated scanning while looking for funcnameRené Scharfe1-24/+14
2009-03-15Fix various dead stores found by the clang static analyzerBenjamin Kramer1-1/+1
2008-12-29diff: add option to show context between close hunksRené Scharfe1-1/+2
2008-10-25Allow alternate "low-level" emit function from xdl_diffBrian Downing1-2/+1
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano1-14/+23
2007-06-08Missing statics.Pierre Habouzit1-2/+2
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2006-11-23Increase length of function name bufferAndy Parkins1-1/+1
2006-10-25xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis1-2/+1
2006-10-23xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering1-1/+1
2006-06-28xdiff: generate "anti-diffs" aka what is common to two filesLinus Torvalds1-0/+18
2006-03-27xdiff: Show function names in hunk headers.Mark Wooding1-1/+40
2006-03-25Use a *real* built-in diff generatorLinus Torvalds1-0/+141