Age | Commit message (Expand) | Author |
2013-06-03 | properly handle commitid tokens found in rcs files | joshua stein |
2012-07-02 | simplify rcsnum parsing by using a fixed array without all the realloc | Ted Unangst |
2011-06-03 | add missing header, needed by the use of struct tm | Charles Longeau |
2010-10-31 | init was passing a writable file descriptor into rcs_open which was then | Nicholas Marriott |
2010-10-20 | Remove the need for rp_file in parser structure, instead keep only one | Tobias Stoeckmann |
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | Tobias Stoeckmann |
2010-08-31 | Removed ra_uid, which was supposed to save the uid of a delta's author. | Tobias Stoeckmann |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2009-03-25 | remove unused functions, definitions and outdated comments | Joris Vink |
2008-06-15 | Support the addition of new files in branches. | Tobias Stoeckmann |
2008-06-12 | You successfully cast 'remove dead cruft' | Joris Vink |
2008-03-02 | rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well. | Tobias Stoeckmann |
2008-03-01 | goodbye rcs_errno - we didnt use you and you wont be missed | Joris Vink |
2008-02-27 | prevent file races | Joris Vink |
2008-02-09 | - always remove the additional .0 from magic branches, even when | Joris Vink |
2008-01-31 | Handle magic branch numbers in OpenCVS as well. | Tobias Stoeckmann |
2008-01-31 | add changed lines support to log and rlog (the + and - stuff) | Joris Vink |
2008-01-10 | rcs_getrev is gone: zap prototype, too. | Tobias Stoeckmann |
2008-01-10 | Our keyword expansion had a big flaw, due to this construction: | Tobias Stoeckmann |
2008-01-10 | Slap in -b support for tag command. It was missing for a full regress test | Tobias Stoeckmann |
2007-11-11 | Added CVS keyword "Locker". Although it is a dummy function, it's already | Tobias Stoeckmann |
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |
2007-09-13 | Added annotate support for local and remote repositories. Behaves like | Tobias Stoeckmann |
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins |
2007-05-26 | add support for Mdocdate rcs keyword in opencvs too. | Niall O'Higgins |
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-12 | remove unused leftovers from openrcs; OK joris@. | Xavier Santolaria |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-13 | add missing prototypes for some new rcs api functions; | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-12 | complete binary support for opencvs, | Joris Vink |
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-31 | have rcs_translate_tag translate branches too, which | Joris Vink |
2006-05-30 | look inside the Attic if a specified RCS file cannot be found | Joris Vink |
2006-05-29 | add rcs_translate_tag which will translate a specified | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | - swap a hack for a slightly nicer hack using a global variable. this avoids | Niall O'Higgins |
2006-04-13 | add support for the openrcs -o'range' option. | Joris Vink |
2006-04-13 | fix -z option for openrcs, this was broken by xsa | Joris Vink |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | Add rlog -r[REV1][:][REV2] support | Ray Lai |
2006-03-30 | - Comment fixes. | Ray Lai |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | rcs_desc_set() will never return non-zero; change its return type to void. | Xavier Santolaria |