summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsprog.h
AgeCommit message (Expand)Author
2006-05-15missing bits for a working merge(1). Built and enabled.Xavier Santolaria
2006-04-27zap util.[ch] and move the content into rcsutil.[ch].Xavier Santolaria
2006-04-26remove dup of <err.h>Xavier Santolaria
2006-04-26fork our code we shared between openrcs/cvs into the openrcs dir.Joris Vink
2006-04-24o Better match GNU behavior (a bare -t does NOT read from stdin,Ray Lai
2006-04-21move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;Xavier Santolaria
2006-04-21remove overkill cvs_log() and rather use warn()/warnx().Xavier Santolaria
2006-04-21switch -p handling to bitwise flags; OK ray@.Xavier Santolaria
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-18Combine code to prompt user for input into a shared function,Ray Lai
2006-04-16- fix description handling.Niall O'Higgins
2006-04-15dont stupidly duplicate code. make rlog use rcs_rev_select() and thusXavier Santolaria
2006-04-13*** empty log message ***Ray Lai
2006-04-12spacesTheo de Raadt
2006-04-12Clean up <rev> handling. Whenever a revision is specified after aRay Lai
2006-04-09- don't print out warnings about locking when they are actually wrong andNiall O'Higgins
2006-04-07change rcs_set_mtime() return type to void.Xavier Santolaria
2006-04-01Add rcs -l, rcs -u, and regression tests.Ray Lai
2006-04-01Keep cvs flags in `flags', rcs flags in `rcsflags' in rcsprog.h.Ray Lai
2006-03-15- add util.h, reorganising a bunch of things and exposing cvs_yesno()Niall O'Higgins
2006-03-15Move and rename checkin_choose_rcsfile() to rcs_choosefile().Ray Lai
2006-03-14ci currently doesn't parse the -x flag at all, defaulting to ",v/" everyRay Lai
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-02-16- finally add proper support for `ci -k`. this little-used option requiresNiall O'Higgins
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