Age | Commit message (Expand) | Author |
2012-03-03 | Remove unused variable, from Michael W Bombardieri who also got an ok | Nicholas Marriott |
2011-07-14 | spacing, no binary change. | Igor Sobrado |
2011-07-06 | Replace the keyword expansion code with a faster, more readable version | Nicholas Marriott |
2011-05-20 | Remove a bunch of unused functions, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-04 | previous commit introduced a crash: the removed strtol was being used to | Damien Miller |
2011-03-27 | - remove unused variables | Jasper Lievisse Adriaanse |
2010-12-10 | - plug an fd leak | Jasper Lievisse Adriaanse |
2010-10-27 | Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resulting | Tobias Stoeckmann |
2010-10-20 | Merge OpenCVS' rcs_deltatext_set into OpenRCS, fixing a memory leak. | Tobias Stoeckmann |
2010-10-20 | Remove the need for rp_file in parser structure, instead keep only one | Tobias Stoeckmann |
2010-10-15 | Replaced RCS parser code with new rcsparse.{c,h}: | Tobias Stoeckmann |
2010-10-05 | Zapped unused function rcs_tag_resolve. | Tobias Stoeckmann |
2010-10-05 | rcs_state_check must check for more invalid characters than just space. | Tobias Stoeckmann |
2010-09-29 | Ensure that we always parse all deltas before expecting "desc" keyword. | Tobias Stoeckmann |
2010-09-23 | Plug memory leak in rcs_getrev, from zinovik. | Nicholas Marriott |
2010-09-11 | Fixed typo. | Tobias Stoeckmann |
2010-09-02 | rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to | Tobias Stoeckmann |
2010-08-31 | style | 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 |
2010-07-21 | Only use username if author is NULL. Fixes "ci -wusername" when run | Ray Lai |
2010-07-13 | Don't read before the beginning of the log message if it is zero-length | Nicholas Marriott |
2010-07-09 | Make cvs and rcs consistent in what characters they'll accept in | Christian Weisgerber |
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 |