Age | Commit message (Expand) | Author |
2021-04-13 | Fix merging of files that lack a final \n at EOF after a block of common lines. | Stefan Sperling |
2020-06-26 | Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS. | Stefan Sperling |
2019-08-10 | Amend previous fix; joris@ fixed the same bug in OpenCVS's diff3.c r1.47. | Stefan Sperling |
2019-08-10 | Fix merge(1) of files which contain lines with leading dots. | Stefan Sperling |
2016-10-18 | Using bitwise OR along with two assignments in the conditional of | Todd C. Miller |
2016-10-16 | Quiet compiler warnings; as applied to usr.bin/cvs by millert@ | Okan Demirmen |
2016-08-26 | Pull in <time.h> for struct tm, used in rcs.h | Philip Guenther |
2015-11-02 | Allow rcsnum_free and buf_free to accept NULL and remove various NULL | Nicholas Marriott |
2015-09-05 | Add brackets to clarify assignments that are the result of a test operator. | Jonathan Gray |
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 |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2010-07-28 | Make BUFs autoextend by default. This was already done in OpenCVS | Ray Lai |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-25 | Checking if a file is ASCII should only be done when diffing, because | Ray Lai |
2008-03-02 | Make sure that temporary file has been successfully opened. | Tobias Stoeckmann |
2007-12-23 | increase the marker buffers, they are not big enough for hg merge | Ted Unangst |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-07-03 | Rename rcs_diffreg() to diffreg(). | Ray Lai |
2007-06-30 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
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 |
2007-01-11 | remove some un-needed buffer NUL-termination. in openrcs, diff3 is already N... | Niall O'Higgins |
2007-01-02 | - fix support for checking out binary files. | Niall O'Higgins |
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai |
2006-09-21 | Add support to rcsdiff for all the other diff flags that | Todd C. Miller |
2006-08-11 | correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@. | Xavier Santolaria |
2006-08-08 | let ed_patch_lines work with a c command that encompasses the last line | Marc Espie |
2006-08-07 | More strlcpy/strlcat -> snprintf/xasprintf cleanup. | Ray Lai |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-05-15 | missing bits for a working merge(1). Built and enabled. | Xavier Santolaria |
2006-05-10 | Remove (size_t) casts on integer constants. | Ray Lai |
2006-05-08 | check for rcs_diffreg() return value; OK ray@. | Xavier Santolaria |
2006-05-08 | fix error/verbose messages to match gnu/usr.bin/rcs when using rcsmerge(1). | Xavier Santolaria |
2006-05-04 | finish work wrt TMPDIR; use xasprintf() to simplify code while in there; | Xavier Santolaria |
2006-05-03 | respect TMPDIR; OK ray@. | Xavier Santolaria |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
2006-04-27 | zap util.[ch] and move the content into rcsutil.[ch]. | Xavier Santolaria |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink |