summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.h
AgeCommit message (Expand)Author
2006-03-30first part of supporting branches in openrcs. right now we can onlyJoris Vink
2006-03-30Add rlog -r[REV1][:][REV2] supportRay Lai
2006-03-30 - Comment fixes.Ray Lai
2006-03-27- properly implement GNU file modes. basically, checkout will inheritNiall O'Higgins
2006-03-27rcs_comment_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-27rcs_desc_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-24Fix RCS_KWEXP_INVAL() macro.Ray Lai
2006-03-23Use TAILQ_HEAD() macro instead of custom struct definition.Ray Lai
2006-03-09move 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-05our deltatexts were sometimes different from gnu. rcs_getrev() wasNiall O'Higgins
2006-02-09- move rcs_kw-related data into rcs.h and de-static the keyword array. thisNiall O'Higgins
2006-01-02more 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 weNiall O'Higgins
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-03todd@ reminds me:Joris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-12-01rcs_findrev() is not static anymore; align protos while here;Xavier Santolaria
2005-11-02changes 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-22diff3 support, needed for merging files together;Joris Vink
2005-10-15- add username parameter to rcs_rev_add(), needed to implement at leastNiall O'Higgins
2005-10-10add rcs_rev_setlog() in the RCS api; used for setting log messagesJoris Vink
2005-10-10add rcsnum_dec() api call, decreases a revision number by one.Joris Vink
2005-10-07basic `ci' support is here! more coming soon.Niall O'Higgins
2005-08-02handle magic branch numbers.Joris Vink
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-05-26add a couple of functions to go from branch numbers to revisions andJean-Francois Brousseau
2005-05-25unused codeJean-Francois Brousseau
2005-05-25modify rcs_rev_add() to accept a time_t argument to explicitly setJean-Francois Brousseau
2005-05-25split cvs_admin_file() into the local and remote versions and doJean-Francois Brousseau
2005-05-25add cvs_comment_lookup() and a suffix -> comment leader lookup tableJean-Francois Brousseau
2005-05-25add the RCS_ERR_ERRNO code to indicate that the actual error code isJean-Francois Brousseau
2005-04-20check the validity of tag names passed to the tag command, and printJean-Francois Brousseau
2005-04-19add rcs_sym_check() to check the validity of an RCS symbol andJean-Francois Brousseau
2005-04-13cache leftoversJean-Francois Brousseau
2005-04-11modify handling of RCS delta texts so we can handle arbitrary binaryJean-Francois Brousseau
2005-04-07* reverse symbol list orderJean-Francois Brousseau
2005-04-07Perform proper escaping of the @ character in all RCS strings whenJean-Francois Brousseau
2005-04-06* allow for creation and removal of RCS locksJean-Francois Brousseau
2005-03-13support for the optional `branch' keyword, which is used to set theJean-Francois Brousseau
2005-03-05add functions to retrieve and set the comment leader for an RCSJean-Francois Brousseau
2005-03-05add RCS error codes and a global variable to hold the last errorJean-Francois Brousseau
2005-03-05unbreak the RCS_KWEXP_INVAL() macroJean-Francois Brousseau
2005-03-05functions to manage the locking mode of RCS fileJean-Francois Brousseau
2005-03-04add real support for the `access' keyword, both in parsing andJean-Francois Brousseau
2005-03-02- rcs_write() is now staticJean-Francois Brousseau
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-02-25add rcsnum_parse() to simplify the most common caseJean-Francois Brousseau