Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the keyword expansion code with a faster, more readable version | 2011-07-06 | 1 | -1/+3 | |
| | | | | | | | which additionally also supports $Log$ and $Locker. Written by Joerg Sonnenberger and tweaked by me. ok ray | ||||
* | - garbage collect unused buf_fappend(), which was also removed from ocvs's | 2011-03-27 | 1 | -3/+1 | |
| | | | | | | | buf.c some time ago. from Michael W. Bombardieri ok chl@ nicm@ | ||||
* | Make BUFs autoextend by default. This was already done in OpenCVS | 2010-07-28 | 1 | -6/+3 | |
| | | | | | | a while ago. OK zinovik nicm | ||||
* | Reduce variable/function name and whitespace differences between | 2010-07-23 | 1 | -18/+18 | |
| | | | | | | cvs/rcs. OK xsa zinovik | ||||
* | As done in OpenCVS, general includes cleanup sweep. OK otto@. | 2007-02-27 | 1 | -1/+3 | |
| | |||||
* | Fix const inconsistencies, void pointer artithmetic; | 2007-02-22 | 1 | -2/+2 | |
| | | | | Based on diff from otto@ in OpenCVS. OK otto@. | ||||
* | Correct function name in comment. | 2007-02-16 | 1 | -2/+2 | |
| | | | | | | From Pierre Riteau <pierre dot riteau at free dot fr>. OK xsa@. | ||||
* | Remove unused and buggy {cvs,rcs}_buf_set functions. | 2007-02-02 | 1 | -2/+1 | |
| | | | | | | Bugginess pointed out and fix provided by Pierre Riteau. OK joris@. | ||||
* | rcs_buf_set(), rcs_buf_append, and rcs_buf_fappend should not return | 2006-08-02 | 1 | -4/+4 | |
| | | | | | | | | ssize_t. The return values aren't usually checked anyway. Also remove unnecessary casts and improve type usage. OK xsa@ | ||||
* | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | 2006-07-08 | 1 | -2/+2 | |
| | | | | | | | always set the temporary file to mode 600, which is already done by mkstemp(). OK joris@ and xsa@ over a month ago. | ||||
* | - correctly handle binary files; say bye bye to using c strings for deltatexts. | 2006-06-03 | 1 | -2/+2 | |
| | | | | "slap it in" joris@ | ||||
* | - zap dangling macro, will be replaced with a function later. | 2006-06-01 | 1 | -3/+1 | |
| | |||||
* | fork our code we shared between openrcs/cvs into the openrcs dir. | 2006-04-26 | 1 | -0/+64 | |
this was starting to become inhuman to maintain without ugly ugly hacks in the shared code, and it will be easier to make specific changes for openrcs without touching the soon-to-be-replaced opencvs code. |