Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai | |
never print errors or quit on error. Fix usages of rcs_buf_load() and rcs_set_description. Also plug an fd leak. OK xsa@ | |||
2006-08-02 | rcs_buf_set(), rcs_buf_append, and rcs_buf_fappend should not return | Ray Lai | |
ssize_t. The return values aren't usually checked anyway. Also remove unnecessary casts and improve type usage. OK xsa@ | |||
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai | |
always set the temporary file to mode 600, which is already done by mkstemp(). OK joris@ and xsa@ over a month ago. | |||
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins | |
"slap it in" joris@ | |||
2006-06-01 | - rcs_buf_release() has no need for u_char since it returns void * | Niall O'Higgins | |
2006-04-26 | err() cleanup; | Xavier Santolaria | |
2006-04-26 | zap -DRCSPROG leftover. | Xavier Santolaria | |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink | |
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. |