| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | Quiet compiler warnings; as applied to usr.bin/cvs by millert@ |  okan | 2016-10-16 | 1 | -3/+3 |
* | Convert xfree to free. From Fritjof Bornebusch. ok deraadt |  nicm | 2015-06-13 | 1 | -8/+9 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -11/+15 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -9/+9 |
* | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ |  otto | 2014-10-10 | 1 | -2/+2 |
* | Switch rcsdiff(1) binary file detection from !(isprint() || isspace()) to |  stsp | 2013-05-16 | 1 | -6/+3 |
* | Remove some unneeded includes and dead code, from Michael W Bombardieri. |  nicm | 2011-04-20 | 1 | -2/+1 |
* | Move an isqrt() call outside a macro, from Michael W Bombardieri. |  nicm | 2011-04-01 | 1 | -7/+10 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -2/+2 |
* | 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 |
* | Use warnx instead of warn since errno wasn't set. From diff. |  ray | 2010-07-15 | 1 | -2/+2 |
* | Sync with diff/diffreg.c r1.75: |  ray | 2010-07-15 | 1 | -5/+4 |
* | More cvs/diff/rcs convergence: |  ray | 2009-06-07 | 1 | -4/+2 |
* | use strcspn to properly overwrite '\n' in fgets returned buffer |  gilles | 2007-09-11 | 1 | -5/+4 |
* | Rename rcs_diffreg() to diffreg(). |  ray | 2007-07-03 | 1 | -2/+2 |
* | Sync cvs/rcs diff code. |  ray | 2007-06-29 | 1 | -2/+2 |
* | diff(1) sync, mostly spacing and moving crap around, except: |  ray | 2007-06-28 | 1 | -51/+46 |
* | Some syncs with diff(1): |  ray | 2007-06-28 | 1 | -32/+28 |
* | 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 |
* | 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 | -7/+22 |
* | As done in OpenCVS, general includes cleanup sweep. OK otto@. |  xsa | 2007-02-27 | 1 | -2/+12 |
* | Fix const inconsistencies, void pointer artithmetic; |  xsa | 2007-02-22 | 1 | -2/+3 |
* | Plug memory leak. |  ray | 2006-09-27 | 1 | -1/+2 |
* | Add support to rcsdiff for all the other diff flags that |  millert | 2006-09-21 | 1 | -89/+89 |
* | files_differ() should return -1 on error, according to comments. Make |  ray | 2006-08-14 | 1 | -3/+12 |
* | spacing |  deraadt | 2006-07-27 | 1 | -2/+2 |
* | Use fstat instead of stat, simplifie switch statement into if |  ray | 2006-05-11 | 1 | -13/+6 |
* | Remove (size_t) casts on integer constants. |  ray | 2006-05-10 | 1 | -6/+6 |
* | - fix rcsdiff exit status on success/errors; now matches gnu/usr.bin/rcs. |  xsa | 2006-05-05 | 1 | -2/+2 |
* | Check return values for all strlcpy, and strlcat calls. |  ray | 2006-04-29 | 1 | -3/+4 |
* | err() cleanup; |  xsa | 2006-04-26 | 1 | -2/+2 |
* | fork our code we shared between openrcs/cvs into the openrcs dir. |  joris | 2006-04-26 | 1 | -0/+1394 |