Age | Commit message (Expand) | Author |
2009-04-14 | tried to fix a the-the in the comment, ended up rewriting it. with/from joris@ | Janne Johansson |
2009-02-25 | Checking if a file is ASCII should only be done when diffing, because | Ray Lai |
2009-02-15 | add our temporary RCS file to our temp_files worklist in case | Joris Vink |
2008-11-09 | Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog. | Tobias Stoeckmann |
2008-11-08 | Support for retrieving revisions from branches in branches was missing. | Tobias Stoeckmann |
2008-10-09 | cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword, | Theo de Raadt |
2008-09-17 | try getlogin() to get the real username when comitting files as root. | Reyk Floeter |
2008-05-11 | Memory leak in rcs_delta_stats plugged. | Tobias Stoeckmann |
2008-02-02 | From src/usr.bin/cvs: | Xavier Santolaria |
2008-01-31 | Revert last patch and add this magic branch number only during | Tobias Stoeckmann |
2008-01-06 | Branches are separated with \n\t in GNU rcs/cvs. | Tobias Stoeckmann |
2008-01-06 | gnu cvs added a new keyword 'commitid', this diff adds just enough code | Nikolay Sturm |
2007-08-27 | typo in error msg; from Igor Zinovik. | Xavier Santolaria |
2007-07-03 | Rename rcs_diffreg() to diffreg(). | Ray Lai |
2007-06-30 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-13 | value of 'author' in an rcs file is effectively a system username. | Niall O'Higgins |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
2007-05-17 | Don't free unused variable, from tbert. | Ray Lai |
2007-02-27 | As done in OpenCVS, general includes cleanup sweep. OK otto@. | Xavier Santolaria |
2007-01-02 | - fix support for checking out binary files. | Niall O'Higgins |
2006-12-21 | - plug memleak in rcs_parse_delta() | Niall O'Higgins |
2006-09-21 | Add support to rcsdiff for all the other diff flags that | Todd C. Miller |
2006-08-23 | Add missing checks for EOF when parsing rcs file sections. | Todd C. Miller |
2006-08-07 | More strlcpy/strlcat -> snprintf/xasprintf cleanup. | Ray Lai |
2006-08-04 | Remove unnecessary strlcpy/strlcat. | Ray Lai |
2006-07-28 | Recalculate buffer length after each expansion. | Ray Lai |
2006-07-27 | Second try at adding binary file support to rcs_expand_keywords(), | Ray Lai |
2006-07-27 | unused variable | Theo de Raadt |
2006-07-27 | spacing | Theo de Raadt |
2006-07-21 | Revert; keywords did not expand. | Ray Lai |
2006-07-21 | Add binary file support to rcs_expand_keywords(), using BUFs instead | Ray Lai |
2006-07-11 | fix out of bound read in rcs_expand_keywords(); ok niallo | Markus Friedl |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-07-08 | - plug an old memory leak in patching code. | Niall O'Higgins |
2006-06-11 | - clean up rcs_expand_keywords() a little more. | Niall O'Higgins |
2006-06-11 | - zap unused variable | Niall O'Higgins |
2006-06-09 | - fix rcs_expand_keywords(). | Niall O'Higgins |
2006-06-04 | - explicitly set some pointers to NULL since they are tested on error. | Niall O'Higgins |
2006-06-04 | - we can just use the 'sizdiff' variable instead of calling strlen(expbuf); | Niall O'Higgins |
2006-06-04 | - ensure fin pointer is not invalidated after realloc | Niall O'Higgins |
2006-06-04 | - don't forget to free data in rcs_expand_keywords() | Niall O'Higgins |
2006-06-04 | - fix off-by-one in rcs_expand_keywords() | Niall O'Higgins |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-05-28 | Don't fill in the rd_locker if we are creating a new RCS file. | Ray Lai |
2006-05-27 | Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No | Ray Lai |
2006-05-11 | first round of rcs_write() cleanup; prodded by joris@; input/OK ray@. | Xavier Santolaria |
2006-05-08 | check for rcs_diffreg() return value; OK ray@. | Xavier Santolaria |
2006-05-04 | finish work wrt TMPDIR; use xasprintf() to simplify code while in there; | Xavier Santolaria |
2006-05-01 | - fix a case in rcs_getrev() handling of branches where variant was not being | Niall O'Higgins |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |