Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-10-16 | Quiet compiler warnings; as applied to usr.bin/cvs by millert@ | Okan Demirmen |
2015-06-13 | Convert xfree to free. From Fritjof Bornebusch. ok deraadt | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |
2014-10-10 | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2013-05-16 | Switch rcsdiff(1) binary file detection from !(isprint() || isspace()) to | Stefan Sperling |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-01 | Move an isqrt() call outside a macro, from Michael W Bombardieri. | Nicholas Marriott |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-16 | Combine two diff_output lines into one, from diff. | Ray Lai |
2010-07-15 | Die immediately if pread fails. It's a fatal error so treat it as | Ray Lai |
2010-07-15 | Use warnx instead of warn since errno wasn't set. From diff. | Ray Lai |
2010-07-15 | Sync with diff/diffreg.c r1.75: | Ray Lai |
2009-06-07 | More cvs/diff/rcs convergence: | Ray Lai |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-07-03 | Rename rcs_diffreg() to diffreg(). | Ray Lai |
2007-06-29 | Sync cvs/rcs diff code. | Ray Lai |
2007-06-28 | diff(1) sync, mostly spacing and moving crap around, except: | Ray Lai |
2007-06-28 | Some syncs with diff(1): | Ray Lai |
2007-05-30 | Remove cand structure (but not its definition). | Ray Lai |
2007-05-30 | Remove unused struct diff_arg. | Ray Lai |
2007-05-29 | Get rid of another useless variable, another difference between our | Ray Lai |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
2007-05-28 | Some spacing syncs with diff(1). | Ray Lai |
2007-05-28 | "in formation" -> "information" | Ray Lai |
2007-05-28 | Line up comments with the rest of the file, like in diff(1). | Ray Lai |
2007-03-27 | sync with espie@'s latest change to diff(1). | Xavier Santolaria |
2007-02-27 | As done in OpenCVS, general includes cleanup sweep. OK otto@. | Xavier Santolaria |
2007-02-22 | Fix const inconsistencies, void pointer artithmetic; | Xavier Santolaria |
2006-09-27 | Plug memory leak. | Ray Lai |
2006-09-21 | Add support to rcsdiff for all the other diff flags that | Todd C. Miller |
2006-08-14 | files_differ() should return -1 on error, according to comments. Make | Ray Lai |
2006-07-27 | spacing | Theo de Raadt |
2006-05-11 | Use fstat instead of stat, simplifie switch statement into if | Ray Lai |
2006-05-10 | Remove (size_t) casts on integer constants. | Ray Lai |
2006-05-05 | - fix rcsdiff exit status on success/errors; now matches gnu/usr.bin/rcs. | Xavier Santolaria |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
2006-04-26 | err() cleanup; | Xavier Santolaria |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink |