summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsprog.c
AgeCommit message (Expand)Author
2006-03-06update usage();Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06many spacing cleanupsTheo de Raadt
2006-02-21- fix some bugs when handling strange revision numbers (0 and 1). found byNiall O'Higgins
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria
2006-01-06typos;Xavier Santolaria
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-27- implement lazy-parsing of rcs files, that is only parse as much as weNiall O'Higgins
2005-12-24error message consistency in fatal();Xavier Santolaria
2005-12-24- support for -n -N and -t;Joris Vink
2005-12-21use fatal();Xavier Santolaria
2005-12-14correct usage();Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-09don't complain too often about 'redefinition of revision number',Joris Vink
2005-11-30`-ztz' is only here for compatibility;Xavier Santolaria
2005-11-28sync usage() for `-xsuffixes';Xavier Santolaria
2005-11-27- fix really stupid bug introduced in the last xsa commit.Niall O'Higgins
2005-11-25add `-T' support for rcsclean(1) and rcs(1);Xavier Santolaria
2005-11-25add support for `-T' and enable it for co(1);Xavier Santolaria
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
2005-11-21- modularisation; split the two major checkin operations into functions.Niall O'Higgins
2005-11-21tweaks;Xavier Santolaria
2005-11-20rcs_statfile() improvements; initial work from joris + some bits from me;Xavier Santolaria
2005-11-12- fix xsa breakage. char arrays on the stack are not NULL if empty. useNiall O'Higgins
2005-11-12- remove strtab stuff. serves no useful purpose.Niall O'Higgins
2005-11-12support for `-Aoldfile'; joris okXavier Santolaria
2005-11-04kill spaces in usage() to match Reality;Xavier Santolaria
2005-11-03- minor KNFNiall O'Higgins
2005-10-27TMPDIR support; joris okXavier Santolaria
2005-10-19- make a bunch of changes to how we handle verbose output. this brings usNiall O'Higgins
2005-10-19add co -p support;Joris Vink
2005-10-18more rcsmerge(1) bits;Xavier Santolaria
2005-10-18oops, rcs_set_rev() can't operate when str is NULL of course;Joris Vink
2005-10-18use rcs_set_rev() instead of duplicating code all over theJoris Vink
2005-10-16fix off-by-one in RCSINIT code, noticed by niallo@Joris Vink
2005-10-15RCSINIT support;Joris Vink
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-12minor knf;Xavier Santolaria
2005-10-12various usage cleanup; ok jorisTheo de Raadt
2005-10-11free logrev on error;Joris Vink
2005-10-10support -mrevision:logmessage; used to set a log message of a revisionJoris Vink
2005-10-10exit(3) is preferred over return from main().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-06show fpath when checking out files;Joris Vink
2005-10-06thanks to niallo's diff changes, we now can support rcsdiff;Joris Vink
2005-09-30allow ci to run, niallo forgot this when he commited his ci code;Joris Vink