summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsprog.c
AgeCommit message (Expand)Author
2006-03-27Plug a memory leak for all cvs_strsplit call sites; ok xsa@Patrick Latifi
2006-03-24Allow the -x flag to be used without an extension.Ray Lai
2006-03-23use fatal() in rcs_lock_setmode(); OK ray@.Xavier Santolaria
2006-03-22Clean up xfree() usage in rcs_choosefile().Ray Lai
2006-03-21add support for `rcs -e[logins]'; "Looks good" ray@.Xavier Santolaria
2006-03-21Instead of duplicating rcs_suffixes and running strsep on it again,Ray Lai
2006-03-21Allow creation of an RCS file if RCS_CREATE flag set.Ray Lai
2006-03-20make `rcs -a' use cvs_strsplit() for easiness; OK joris@.Xavier Santolaria
2006-03-18+/* ARGSUSED */Ray Lai
2006-03-18strdup() -> xstrdup()Ray Lai
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-16Simplify rcs_statfile() by having it call rcs_choosefile().Ray Lai
2006-03-15Move and rename checkin_choose_rcsfile() to rcs_choosefile().Ray Lai
2006-03-15Don't assume there is an RCS directory just because the filenameRay Lai
2006-03-14ci currently doesn't parse the -x flag at all, defaulting to ",v/" everyRay Lai
2006-03-14OpenRCS currently strips any text in a filename up to and includingRay Lai
2006-03-12plug a memleak in rcs_set_description()Joris Vink
2006-03-11Now that the last diff went in, we just have to remove some checks inNiall O'Higgins
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-03-08spacing in usage();Xavier Santolaria
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