Age | Commit message (Expand) | Author |
2011-07-06 | Replace the keyword expansion code with a faster, more readable version | Nicholas Marriott |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2011-03-27 | - garbage collect unused buf_fappend(), which was also removed from ocvs's | Jasper Lievisse Adriaanse |
2010-12-01 | add missing header needed by mkstemp() | Charles Longeau |
2010-09-08 | Improve buf.c comments, from zinovik. | Nicholas Marriott |
2010-09-08 | Use SIZE_LEFT macro to determine left size instead of calculating with | Tobias Stoeckmann |
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 |
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-02-02 | Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_buf | Ray Lai |
2007-02-02 | Remove unused and buggy {cvs,rcs}_buf_set functions. | Ray Lai |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-08-02 | rcs_buf_set(), rcs_buf_append, and rcs_buf_fappend should not return | 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-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 |