Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | no need to duplicate error message; | 2006-03-07 | 1 | -2/+2 | ||
| | ||||||
* | like gnu ci(1), continue to process valid files in argv even if some are | 2006-03-06 | 1 | -3/+5 | ||
| | | | | | | invalid. ok xsa@ | |||||
* | better user-friendly error message. | 2006-02-26 | 1 | -2/+2 | ||
| | ||||||
* | - fix a bug where co -l would fail with "permission denied" if the working | 2006-01-29 | 1 | -4/+8 | ||
| | | | | | | file was read-only. ok joris@ | |||||
* | - in cvs_buf_free(), don't try to free() b->cb_buf if it has not been | 2006-01-16 | 1 | -3/+5 | ||
| | | | | | | | allocated. fixes PR4974. From: <ttakah@lapis.plala.or.jp> | |||||
* | - don't try to malloc 0 bytes of memory if an empty buffer is requested; delay | 2006-01-15 | 1 | -4/+11 | ||
| | | | | | | the malloc till cvs_buf_grow(). fixes PR4972. ok joris@ | |||||
* | - add cvs_buf_getc() function; returns byte at specified buffer position. | 2006-01-10 | 1 | -1/+13 | ||
| | | | | | | needed for the next commit. ok xsa@ joris@ | |||||
* | #include's cleanup; ok joris@ niallo@. | 2006-01-02 | 1 | -12/+2 | ||
| | ||||||
* | adjust some thruth in a comment. | 2005-12-30 | 1 | -3/+2 | ||
| | ||||||
* | spacing | 2005-12-30 | 1 | -20/+1 | ||
| | ||||||
* | remove useless cvs_buf_alloc() failure checks; | 2005-12-24 | 1 | -4/+2 | ||
| | ||||||
* | cvs_buf_write() did not properly set new permissions | 2005-12-23 | 1 | -1/+4 | ||
| | | | | | | on already existing files. niallo agrees. | |||||
* | initialize `rlen' in cvs_buf_set(); | 2005-12-21 | 1 | -2/+2 | ||
| | ||||||
* | fix use of fatal() from previous commit; | 2005-12-20 | 1 | -13/+10 | ||
| | | | | | temporary files were left behind if cvs_buf_write_* functions failed; OK joris@. | |||||
* | missed that in previous fatal() commit; | 2005-12-20 | 1 | -4/+4 | ||
| | ||||||
* | use fatal(); OK joris@ niallo@. | 2005-12-20 | 1 | -39/+20 | ||
| | ||||||
* | switch to xmalloc stuff, me and xsa@ agreed on this a long | 2005-12-10 | 1 | -23/+9 | ||
| | | | | | | | | | time ago, but we were being held back by jfb. too bad for him. next step is to use fatal() through out the code for unrecoverable errors instead of trying to be all nice and fluffy and reach main() again. ok niallo@ and xsa@ | |||||
* | missing casts; ok joris | 2005-08-14 | 1 | -3/+3 | ||
| | ||||||
* | minor KNF; | 2005-07-29 | 1 | -3/+3 | ||
| | ||||||
* | - fix SIZE_LEFT macro for the cb_cur > cb_buf case. | 2005-07-26 | 1 | -13/+14 | ||
| | | | | | | | | - make cvs_buf_empty() really clean the buffer. - fix cvs_buf_copy() for the off > 0 case. - some more minor buf code cleanup. ok joris@ | |||||
* | KNF; | 2005-07-25 | 1 | -11/+11 | ||
| | ||||||
* | no need to append strerror(errno) in error msg if we use LP_ERRNO code; | 2005-07-20 | 1 | -5/+4 | ||
| | ||||||
* | remove trailing whitespaces | 2005-07-07 | 1 | -5/+5 | ||
| | | | | from deraadt@ | |||||
* | revert cvs_noexec checks commit, requested by jfb@. | 2005-06-02 | 1 | -12/+3 | ||
| | ||||||
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | 2005-05-31 | 1 | -5/+5 | ||
| | ||||||
* | don't append strerror(errno) to error messages if we use LP_ERRNO | 2005-05-26 | 1 | -5/+3 | ||
| | ||||||
* | cvs_noexec checks; ok joris@ | 2005-05-24 | 1 | -3/+12 | ||
| | ||||||
* | get rid of void* pointer arithmetic on buffers so gcc stops complaining | 2004-12-08 | 1 | -10/+10 | ||
| | ||||||
* | use mkstemp for local diff -r r1 -r r2; ok jfb@ | 2004-12-08 | 1 | -16/+66 | ||
| | ||||||
* | less whitespace, more pretty. ok jfb | 2004-12-07 | 1 | -16/+3 | ||
| | ||||||
* | tighten vertical spacing for else; jfb ok | 2004-12-06 | 1 | -8/+4 | ||
| | ||||||
* | make sure va_end() is always called in all possible paths | 2004-11-28 | 1 | -3/+3 | ||
| | | | | ok jfb | |||||
* | use the real lenght to zero out the buffer in | 2004-09-27 | 1 | -2/+2 | ||
| | | | | | | cvs_buf_alloc(); ok jfb@ | |||||
* | * make the email address consistent | 2004-07-13 | 1 | -2/+2 | ||
| | ||||||
* | * initial import from the cvs-tools module | 2004-07-13 | 1 | -0/+457 | ||