summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff_internals.c
AgeCommit message (Expand)Author
2011-04-01Move an isqrt() call outside a macro, from Michael W Bombardieri.Nicholas Marriott
2010-07-28Support -U and -C to specify the context length for "cvs diff".Nicholas Marriott
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2010-07-16Combine two diff_output lines into one, from diff.Ray Lai
2010-07-15Die immediately if pread fails. It's a fatal error so treat it asRay Lai
2010-07-15Sync with diff/diffreg.c r1.75:Ray Lai
2009-06-07More cvs/diff/rcs convergence:Ray Lai
2009-06-06Sync some rcsdiff changes to cvsdiff. As a side effect,Ray Lai
2009-04-28support some additional diff options: -a, -b, -d, -wStuart Henderson
2008-06-11Removed bogus var definition.Tobias Stoeckmann
2008-06-11Avoid possible NULL pointer dereferences by using reentrant versionsTobias Stoeckmann
2008-06-10We have a cvs_buf_puts implementation now, also use cvs_buf_putc insteadTobias Stoeckmann
2008-05-30diff -D support, also a change in diff_internals to properly printTobias Stoeckmann
2008-04-24Use a fixed string in case of vasprintf() error instead of relying onTobias Stoeckmann
2008-03-08correct usage of lseek(2);Joris Vink
2008-02-27prevent file racesJoris Vink
2008-02-03Diff header complies to GNU cvs now.Tobias Stoeckmann
2008-02-03Added rdiff support. In order to do this, some output and option fixesTobias Stoeckmann
2008-01-31vasprintf requires stdio.hTobias Stoeckmann
2007-09-22fix error message output, it caused diffs to be formed incorrectlyJoris Vink
2007-06-29Sync cvs/rcs diff code.Ray Lai
2007-05-30Remove cand structure (but not its definition).Ray Lai
2007-05-30Remove unused struct diff_arg.Ray Lai
2007-05-30Sync rcsdiff -> cvs diffRay Lai
2007-05-29Get rid of another useless variable, another difference between ourRay Lai
2007-05-29Since xrealloc dies on failure it is safe to directly assign to theRay Lai
2007-05-28Some spacing syncs with diff(1).Ray Lai
2007-05-28"in formation" -> "information"Ray Lai
2007-05-28Line up comments with the rest of the file, like in diff(1).Ray Lai
2007-03-27sync with espie@'s latest change to diff(1).Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-05-31support -p flag for diff, makes dlg@ feel all warmJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink