| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS. |  stsp | 2020-06-26 | 1 | -3/+10 |
* | Amend previous fix; joris@ fixed the same bug in OpenCVS's diff3.c r1.47. |  stsp | 2019-08-10 | 1 | -2/+4 |
* | Fix merge(1) of files which contain lines with leading dots. |  stsp | 2019-08-10 | 1 | -2/+2 |
* | Using bitwise OR along with two assignments in the conditional of |  millert | 2016-10-18 | 1 | -2/+7 |
* | Quiet compiler warnings; as applied to usr.bin/cvs by millert@ |  okan | 2016-10-16 | 1 | -2/+2 |
* | Pull in <time.h> for struct tm, used in rcs.h |  guenther | 2016-08-26 | 1 | -1/+2 |
* | Allow rcsnum_free and buf_free to accept NULL and remove various NULL |  nicm | 2015-11-02 | 1 | -17/+9 |
* | Add brackets to clarify assignments that are the result of a test operator. |  jsg | 2015-09-05 | 1 | -2/+2 |
* | Convert xfree to free. From Fritjof Bornebusch. ok deraadt |  nicm | 2015-06-13 | 1 | -29/+15 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -6/+6 |
* | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 2012-03-04 | 1 | -5/+5 |
* | Remove some unneeded includes and dead code, from Michael W Bombardieri. |  nicm | 2011-04-20 | 1 | -2/+2 |
* | Make BUFs autoextend by default. This was already done in OpenCVS |  ray | 2010-07-28 | 1 | -11/+11 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -50/+54 |
* | Rename a bunch of variables and functions, removing the cvs_/rcs_ |  ray | 2010-07-23 | 1 | -3/+3 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -12/+1 |
* | Checking if a file is ASCII should only be done when diffing, because |  ray | 2009-02-25 | 1 | -6/+6 |
* | Make sure that temporary file has been successfully opened. |  tobias | 2008-03-02 | 1 | -7/+15 |
* | increase the marker buffers, they are not big enough for hg merge |  tedu | 2007-12-23 | 1 | -3/+3 |
* | Proper use of fseek/fseeko macros. |  tobias | 2007-09-10 | 1 | -4/+4 |
* | Rename rcs_diffreg() to diffreg(). |  ray | 2007-07-03 | 1 | -6/+6 |
* | Sync revisions and time buffers size to be consistent with each others. |  xsa | 2007-06-30 | 1 | -3/+3 |
* | Since xrealloc dies on failure it is safe to directly assign to the |  ray | 2007-05-29 | 1 | -19/+11 |
* | As done in OpenCVS, general includes cleanup sweep. OK otto@. |  xsa | 2007-02-27 | 1 | -3/+8 |
* | Fix const inconsistencies, void pointer artithmetic; |  xsa | 2007-02-22 | 1 | -4/+4 |
* | remove some un-needed buffer NUL-termination. in openrcs, diff3 is already NUL-terminating its |  niallo | 2007-01-11 | 1 | -9/+2 |
* | - fix support for checking out binary files. |  niallo | 2007-01-02 | 1 | -8/+41 |
* | Check that string length != 0 before setting buf[strlen(buf) - 1]. |  ray | 2006-10-24 | 1 | -2/+4 |
* | Add support to rcsdiff for all the other diff flags that |  millert | 2006-09-21 | 1 | -6/+6 |
* | correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@. |  xsa | 2006-08-11 | 1 | -18/+22 |
* | let ed_patch_lines work with a c command that encompasses the last line |  espie | 2006-08-08 | 1 | -4/+5 |
* | More strlcpy/strlcat -> snprintf/xasprintf cleanup. |  ray | 2006-08-07 | 1 | -7/+7 |
* | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We |  ray | 2006-07-08 | 1 | -12/+12 |
* | - correctly handle binary files; say bye bye to using c strings for deltatexts. |  niallo | 2006-06-03 | 1 | -23/+4 |
* | missing bits for a working merge(1). Built and enabled. |  xsa | 2006-05-15 | 1 | -2/+119 |
* | Remove (size_t) casts on integer constants. |  ray | 2006-05-10 | 1 | -6/+6 |
* | check for rcs_diffreg() return value; OK ray@. |  xsa | 2006-05-08 | 1 | -4/+9 |
* | fix error/verbose messages to match gnu/usr.bin/rcs when using rcsmerge(1). |  xsa | 2006-05-08 | 1 | -9/+6 |
* | finish work wrt TMPDIR; use xasprintf() to simplify code while in there; |  xsa | 2006-05-04 | 1 | -23/+19 |
* | respect TMPDIR; OK ray@. |  xsa | 2006-05-03 | 1 | -9/+19 |
* | Check return values for all strlcpy, and strlcat calls. |  ray | 2006-04-29 | 1 | -15/+18 |
* | zap util.[ch] and move the content into rcsutil.[ch]. |  xsa | 2006-04-27 | 1 | -3/+3 |
* | fork our code we shared between openrcs/cvs into the openrcs dir. |  joris | 2006-04-26 | 1 | -0/+806 |