summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
2005-10-08- add support for getting the log message from the user interactively,Niall O'Higgins
2005-10-08spacing.Niall O'Higgins
2005-10-07basic `ci' support is here! more coming soon.Niall O'Higgins
2005-10-06warn when no keywords were found;Joris Vink
2005-10-06put cpp opts into CPPFLAGS and add a future MLINKS; joris@ okMichael Shalayeff
2005-10-06add those bits i had somewhere in one of my trees;Xavier Santolaria
2005-10-06tweaks;Xavier Santolaria
2005-10-06ident command, written by xsa@ but he is too busy with work right now;Joris Vink
2005-10-06sync rlog_usage() with reality.Niall O'Higgins
2005-10-06support rlog command;Joris Vink
2005-10-06support -n and -k flags;Joris Vink
2005-10-06add -r flag and sync usage;Joris Vink
2005-10-06rcsclean now works;Joris Vink
2005-10-06show fpath when checking out files;Joris Vink
2005-10-06thanks to niallo's diff changes, we now can support rcsdiff;Joris Vink
2005-10-05- add a diff.h header file, corresponding to public functions in diff.cNiall O'Higgins
2005-10-05sync usage and add V flag;Joris Vink
2005-10-05- stop gcc's yapping;Joris Vink
2005-10-05- better outputJoris Vink
2005-10-04- support -l and -u flags;Joris Vink
2005-10-04various fixups;Jason McIntyre
2005-10-04some man pages bits; ok joris nialloXavier Santolaria
2005-10-03revert rcs to rcsprog change,Joris Vink
2005-10-02change the name of the RCS tools binary to rcsprog instead of rcs toJoris Vink
2005-10-02minor knfXavier Santolaria
2005-09-30missing flags;Joris Vink
2005-09-30allow ci to run, niallo forgot this when he commited his ci code;Joris Vink
2005-09-30no need for cvs_log_init() here;Joris Vink
2005-09-30add missing function prototypes for ci.cNiall O'Higgins
2005-09-30add a basic ci.c as a starting point. requires more changes to rcs apiNiall O'Higgins
2005-09-30KNFJoris Vink
2005-09-30ensure RCSDIR is in fact a directory before deciding to use it.Niall O'Higgins
2005-09-29hrmz..better.Xavier Santolaria
2005-09-29minor knfXavier Santolaria
2005-09-29support -q flag in 'co' and 'rcs'Joris Vink
2005-09-29fix usageJoris Vink
2005-09-29stuff needed for 'co'Joris Vink
2005-09-29put it basic checkout codeJoris Vink
2005-09-29zap unused varsJoris Vink
2005-09-29- prototypes for the RCS commands go in rcsprog.hJoris Vink
2005-09-29for RCS files look in RCSDIR, if there is no path prefix specified.Joris Vink
2005-09-20missing 'ident' command in the programs table.Joris Vink
2005-09-20- create the correct RCS filename before calling rcs_open().Joris Vink
2005-09-20be a bit more compatible with gnu rcs in our output.Joris Vink
2005-09-20loop through argv[] correctly instead of reusing argv[0] all the time.Joris Vink
2005-09-20sort headersJoris Vink
2005-09-19Add preprocessor directives needed for usr.bin/rcs programs to compile.Niall O'Higgins
2005-04-15pick up BINDIR from above; ok jorisTheo de Raadt
2005-04-15seperate usage functions per sub-programTheo de Raadt
2005-04-15move rcs (and later on, clones of all the other rcs commands) out of theTheo de Raadt