| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -6/+6 |
* | Quiet compiler warnings. OK tomc@ tb@ |  millert | 2016-10-15 | 1 | -3/+3 |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -8/+9 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 1 | -1/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -11/+14 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -9/+9 |
* | Move an isqrt() call outside a macro, from Michael W Bombardieri. |  nicm | 2011-04-01 | 1 | -7/+10 |
* | Support -U and -C to specify the context length for "cvs diff". |  nicm | 2010-07-28 | 1 | -12/+12 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -3/+3 |
* | Combine two diff_output lines into one, from diff. |  ray | 2010-07-16 | 1 | -9/+5 |
* | Die immediately if pread fails. It's a fatal error so treat it as |  ray | 2010-07-15 | 1 | -6/+3 |
* | Sync with diff/diffreg.c r1.75: |  ray | 2010-07-15 | 1 | -5/+4 |
* | More cvs/diff/rcs convergence: |  ray | 2009-06-07 | 1 | -13/+9 |
* | Sync some rcsdiff changes to cvsdiff. As a side effect, |  ray | 2009-06-06 | 1 | -72/+72 |
* | support some additional diff options: -a, -b, -d, -w |  sthen | 2009-04-28 | 1 | -10/+14 |
* | Removed bogus var definition. |  tobias | 2008-06-11 | 1 | -8/+2 |
* | Avoid possible NULL pointer dereferences by using reentrant versions |  tobias | 2008-06-11 | 1 | -17/+18 |
* | We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead |  tobias | 2008-06-10 | 1 | -2/+2 |
* | diff -D support, also a change in diff_internals to properly print |  tobias | 2008-05-30 | 1 | -6/+9 |
* | Use a fixed string in case of vasprintf() error instead of relying on |  tobias | 2008-04-24 | 1 | -2/+2 |
* | correct usage of lseek(2); |  joris | 2008-03-08 | 1 | -3/+3 |
* | prevent file races |  joris | 2008-02-27 | 1 | -7/+23 |
* | Diff header complies to GNU cvs now. |  tobias | 2008-02-03 | 1 | -13/+8 |
* | Added rdiff support. In order to do this, some output and option fixes |  tobias | 2008-02-03 | 1 | -35/+96 |
* | vasprintf requires stdio.h |  tobias | 2008-01-31 | 1 | -1/+2 |
* | fix error message output, it caused diffs to be formed incorrectly |  joris | 2007-09-22 | 1 | -2/+2 |
* | Sync cvs/rcs diff code. |  ray | 2007-06-29 | 1 | -75/+69 |
* | Remove cand structure (but not its definition). |  ray | 2007-05-30 | 1 | -2/+2 |
* | Remove unused struct diff_arg. |  ray | 2007-05-30 | 1 | -8/+1 |
* | Sync rcsdiff -> cvs diff |  ray | 2007-05-30 | 1 | -12/+14 |
* | Get rid of another useless variable, another difference between our |  ray | 2007-05-29 | 1 | -5/+3 |
* | Since xrealloc dies on failure it is safe to directly assign to the |  ray | 2007-05-29 | 1 | -22/+11 |
* | Some spacing syncs with diff(1). |  ray | 2007-05-28 | 1 | -3/+3 |
* | "in formation" -> "information" |  ray | 2007-05-28 | 1 | -2/+2 |
* | Line up comments with the rest of the file, like in diff(1). |  ray | 2007-05-28 | 1 | -5/+5 |
* | sync with espie@'s latest change to diff(1). |  xsa | 2007-03-27 | 1 | -6/+23 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -6/+9 |
* | first part of opencvs remote, fairly useable on existing trees |  joris | 2006-07-07 | 1 | -3/+3 |
* | support -p flag for diff, makes dlg@ feel all warm |  joris | 2006-05-31 | 1 | -4/+5 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -0/+1393 |