summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.h
AgeCommit message (Expand)Author
2009-03-25remove unused functions, definitions and outdated commentsJoris Vink
2008-06-15Support the addition of new files in branches.Tobias Stoeckmann
2008-06-12You successfully cast 'remove dead cruft'Joris Vink
2008-03-02rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well.Tobias Stoeckmann
2008-03-01goodbye rcs_errno - we didnt use you and you wont be missedJoris Vink
2008-02-27prevent file racesJoris Vink
2008-02-09- always remove the additional .0 from magic branches, even whenJoris Vink
2008-01-31Handle magic branch numbers in OpenCVS as well.Tobias Stoeckmann
2008-01-31add changed lines support to log and rlog (the + and - stuff)Joris Vink
2008-01-10rcs_getrev is gone: zap prototype, too.Tobias Stoeckmann
2008-01-10Our keyword expansion had a big flaw, due to this construction:Tobias Stoeckmann
2008-01-10Slap in -b support for tag command. It was missing for a full regress testTobias Stoeckmann
2007-11-11Added CVS keyword "Locker". Although it is a dummy function, it's alreadyTobias Stoeckmann
2007-10-09Added proper support for branch revisions in annotate.Tobias Stoeckmann
2007-09-24add support to commit modified files to branches.Joris Vink
2007-09-13Added annotate support for local and remote repositories. Behaves likeTobias Stoeckmann
2007-06-01add support for local and remote branch checkout. for example,Niall O'Higgins
2007-05-26add support for Mdocdate rcs keyword in opencvs too.Niall O'Higgins
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
2007-02-12remove unused leftovers from openrcs; OK joris@.Xavier Santolaria
2007-01-14move things around in rcs_rev_getbuf() and rcs_rev_write_fd()Joris Vink
2007-01-13add missing prototypes for some new rcs api functions;Joris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-12complete binary support for opencvs,Joris Vink
2006-06-09handle `cvs tag -F'; input && OK joris@.Xavier Santolaria
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-05-31have rcs_translate_tag translate branches too, whichJoris Vink
2006-05-30look inside the Attic if a specified RCS file cannot be foundJoris Vink
2006-05-29add rcs_translate_tag which will translate a specifiedJoris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14- swap a hack for a slightly nicer hack using a global variable. this avoidsNiall O'Higgins
2006-04-13add support for the openrcs -o'range' option.Joris Vink
2006-04-13fix -z option for openrcs, this was broken by xsaJoris Vink
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
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