summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.h
AgeCommit message (Expand)Author
2013-06-03properly handle commitid tokens found in rcs filesjoshua stein
2012-07-02simplify rcsnum parsing by using a fixed array without all the reallocTed Unangst
2011-06-03add missing header, needed by the use of struct tmCharles Longeau
2010-10-31init was passing a writable file descriptor into rcs_open which was thenNicholas Marriott
2010-10-20Remove the need for rp_file in parser structure, instead keep only oneTobias Stoeckmann
2010-09-03Rename RCSNUM's fd to rf_fd, complies to other variable names andTobias Stoeckmann
2010-08-31Removed ra_uid, which was supposed to save the uid of a delta's author.Tobias Stoeckmann
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
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