Age | Commit message (Expand) | Author |
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 |
2006-03-24 | Fix RCS_KWEXP_INVAL() macro. | Ray Lai |
2006-03-23 | Use TAILQ_HEAD() macro instead of custom struct definition. | Ray Lai |
2006-03-09 | move joris' timezone support into rcstime.c; more work to be done there. | Xavier Santolaria |
2006-03-07 | -z support for RCS; | Joris Vink |
2006-03-05 | our deltatexts were sometimes different from gnu. rcs_getrev() was | Niall O'Higgins |
2006-02-09 | - move rcs_kw-related data into rcs.h and de-static the keyword array. this | Niall O'Higgins |
2006-01-02 | more includes cleanup; | Xavier Santolaria |
2005-12-30 | - zap unused 'rf_ref' member of RCSFILE structure. | Niall O'Higgins |
2005-12-27 | - implement lazy-parsing of rcs files, that is only parse as much as we | Niall O'Higgins |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink |
2005-12-03 | todd@ reminds me: | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-12-01 | rcs_findrev() is not static anymore; align protos while here; | Xavier Santolaria |
2005-11-02 | changes from Venice: | Niall O'Higgins |
2005-10-29 | - add two new functions to RCS api: rcs_state_set() and rcs_state_check() | Niall O'Higgins |
2005-10-22 | diff3 support, needed for merging files together; | Joris Vink |
2005-10-15 | - add username parameter to rcs_rev_add(), needed to implement at least | Niall O'Higgins |
2005-10-10 | add rcs_rev_setlog() in the RCS api; used for setting log messages | Joris Vink |
2005-10-10 | add rcsnum_dec() api call, decreases a revision number by one. | Joris Vink |
2005-10-07 | basic `ci' support is here! more coming soon. | Niall O'Higgins |
2005-08-02 | handle magic branch numbers. | Joris Vink |
2005-07-25 | KNF; mostly spaces vs. tabs; ok joris@ jfb@. | Xavier Santolaria |
2005-05-26 | add a couple of functions to go from branch numbers to revisions and | Jean-Francois Brousseau |
2005-05-25 | unused code | Jean-Francois Brousseau |
2005-05-25 | modify rcs_rev_add() to accept a time_t argument to explicitly set | Jean-Francois Brousseau |
2005-05-25 | split cvs_admin_file() into the local and remote versions and do | Jean-Francois Brousseau |
2005-05-25 | add cvs_comment_lookup() and a suffix -> comment leader lookup table | Jean-Francois Brousseau |
2005-05-25 | add the RCS_ERR_ERRNO code to indicate that the actual error code is | Jean-Francois Brousseau |
2005-04-20 | check the validity of tag names passed to the tag command, and print | Jean-Francois Brousseau |
2005-04-19 | add rcs_sym_check() to check the validity of an RCS symbol and | Jean-Francois Brousseau |
2005-04-13 | cache leftovers | Jean-Francois Brousseau |
2005-04-11 | modify handling of RCS delta texts so we can handle arbitrary binary | Jean-Francois Brousseau |