summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsprog.h
AgeCommit message (Expand)Author
2006-01-06typos;Xavier Santolaria
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria
2005-12-23support co -d, which checks out the first revision who'sJoris Vink
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-06knf; spaces vs. tabs;Xavier Santolaria
2005-12-05hrmz..Xavier Santolaria
2005-12-05ooops, missed that in previous commit; unbreak;Xavier Santolaria
2005-11-25add support for `-T' and enable it for co(1);Xavier Santolaria
2005-11-25indent;Xavier Santolaria
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-22cleanup;Xavier Santolaria
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
2005-11-16nuke trailing whitespace;Xavier Santolaria
2005-11-12- fix xsa breakage. char arrays on the stack are not NULL if empty. useNiall O'Higgins
2005-11-08nuke trailing whitespaces;Xavier Santolaria
2005-11-02changes from Venice:Niall O'Higgins
2005-10-27TMPDIR support; joris okXavier Santolaria
2005-10-19add co -p support;Joris Vink
2005-10-18more rcsmerge(1) bits;Xavier Santolaria
2005-10-18use rcs_set_rev() instead of duplicating code all over theJoris Vink
2005-10-17support -f flag for co;Joris Vink
2005-10-15RCSINIT support;Joris Vink
2005-10-15modularise checkout code into checkout_rev(). this shaves off a numberNiall O'Higgins
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-11- support -d <date> option in ci.Niall O'Higgins
2005-10-06ident command, written by xsa@ but he is too busy with work right now;Joris Vink
2005-10-06support rlog command;Joris Vink
2005-10-06rcsclean now works;Joris Vink
2005-10-06thanks to niallo's diff changes, we now can support rcsdiff;Joris Vink
2005-10-02minor knfXavier Santolaria
2005-09-30add missing function prototypes for ci.cNiall O'Higgins
2005-09-29support -q flag in 'co' and 'rcs'Joris Vink
2005-09-29- prototypes for the RCS commands go in rcsprog.hJoris Vink