| 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 | -2/+9 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | Using bitwise OR along with two assignments in the conditional of |  millert | 2016-10-18 | 1 | -2/+7 |
* | Remove useless n=n assignment in the first parse of a for(). |  millert | 2016-10-16 | 1 | -2/+2 |
* | Quiet compiler warnings. OK tomc@ tb@ |  millert | 2016-10-15 | 1 | -3/+4 |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -20/+14 |
* | Add brackets to clarify assignments that are the result of a test operator. |  jsg | 2015-09-05 | 1 | -2/+2 |
* | 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 |
* | Nuke some unused variables and remove an unnecessary call to dirname(). |  nicm | 2010-10-29 | 1 | -3/+3 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -24/+23 |
* | Rename a bunch of variables and functions, removing the cvs_/rcs_ |  ray | 2010-07-23 | 1 | -4/+4 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -12/+1 |
* | More cvs/diff/rcs convergence: |  ray | 2009-06-07 | 1 | -4/+4 |
* | Sync some rcsdiff changes to cvsdiff. As a side effect, |  ray | 2009-06-06 | 1 | -4/+4 |
* | unused var |  joris | 2008-03-09 | 1 | -3/+3 |
* | add checkout/update -j support. |  joris | 2008-03-08 | 1 | -23/+44 |
* | correct usage of lseek(2); |  joris | 2008-03-08 | 1 | -5/+5 |
* | when reopening the file pass the proper mode and reopen it using |  joris | 2008-03-01 | 1 | -3/+3 |
* | handle file permissions and owners properly. |  joris | 2008-02-29 | 1 | -3/+3 |
* | nobody needs weird debug messages |  joris | 2008-02-28 | 1 | -5/+2 |
* | prevent file races |  joris | 2008-02-27 | 1 | -23/+45 |
* | reset overlapcnt at each cvs_merge_file() call so that files that |  joris | 2008-02-23 | 1 | -2/+3 |
* | Cleanup buf implementation: |  tobias | 2008-02-11 | 1 | -6/+6 |
* | Imported atomicio interface. |  tobias | 2007-09-17 | 1 | -3/+5 |
* | Proper use of fseek/fseeko macros. |  tobias | 2007-09-10 | 1 | -4/+5 |
* | Sync revisions and time buffers size to be consistent with each others. |  xsa | 2007-06-28 | 1 | -3/+3 |
* | Since xrealloc dies on failure it is safe to directly assign to the |  ray | 2007-05-29 | 1 | -19/+11 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -4/+8 |
* | snprintf() -> xsnprintf() |  xsa | 2007-01-31 | 1 | -9/+4 |
* | add merging support in both local and remote sides. |  joris | 2007-01-28 | 1 | -48/+46 |
* | major re-work of the RCS api. this results in 100x performance improvements in some places and much |  niallo | 2007-01-12 | 1 | -21/+8 |
* | complete binary support for opencvs, |  joris | 2007-01-12 | 1 | -5/+2 |
* | rework opencvs so that we can deal with binary files. previously we assumed all files were ascii, |  niallo | 2007-01-11 | 1 | -6/+17 |
* | sync with usr.bin/rcs/diff3.c |  xsa | 2006-11-10 | 1 | -8/+11 |
* | respect TMPDIR here too, changes pulled in from usr.bin/rcs. |  xsa | 2006-11-09 | 1 | -11/+20 |
* | Check that string length != 0 before setting buf[strlen(buf) - 1]. |  ray | 2006-10-24 | 1 | -2/+4 |
* | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We |  ray | 2006-07-08 | 1 | -7/+7 |
* | add cvs_buf_load_fd() which does the same as cvs_buf_load() |  joris | 2006-06-14 | 1 | -4/+5 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -9/+9 |
* | more nasty spaces go bye bye |  deraadt | 2006-04-14 | 1 | -8/+8 |
* | Use variable names for sizeof, remove casts in front of xmalloc, |  ray | 2006-04-05 | 1 | -11/+13 |
* | Today is Integer Overflow Prevention Day: |  ray | 2006-03-28 | 1 | -7/+7 |
* | Correct integer types, remove unused arguments, non-portable bitshifts |  ray | 2006-03-25 | 1 | -11/+12 |
* | kill two unused variables. |  xsa | 2006-03-16 | 1 | -6/+5 |
* | add an argument to cvs_diff3() to be able to handle verbosity of |  xsa | 2006-03-14 | 1 | -6/+8 |
* | adapt informative message if we are sending output to stdout. |  xsa | 2006-03-06 | 1 | -5/+2 |
* | if the submitted rev(s) is/are the same as the head rev, skip the process |  xsa | 2006-03-06 | 1 | -4/+4 |
* | oops, forgot the diff3.c portion of this diff: |  niallo | 2006-03-05 | 1 | -7/+7 |