summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
2005-10-11zap unused variable `dflag'Niall O'Higgins
2005-10-11- support -d <date> option in ci.Niall O'Higgins
2005-10-11correctly set the filename by setting the diff_file variable;Joris Vink
2005-10-11free logrev on error;Joris Vink
2005-10-10sync with realityJoris Vink
2005-10-10support -mrevision:logmessage; used to set a log message of a revisionJoris Vink
2005-10-10getlogin(2) sets errno;Xavier Santolaria
2005-10-10- update `-l' and `-u' descriptions to include optional <rev>Niall O'Higgins
2005-10-10- support <rev> parameter to `-l' and `-u' options.Niall O'Higgins
2005-10-10make sure that revision passed on command line is greater than HEAD.Niall O'Higgins
2005-10-10exit(3) is preferred over return from main().Niall O'Higgins
2005-10-10ensure that the user has a lock on the correct revision before allowingNiall O'Higgins
2005-10-10sync checkout_usage();Niall O'Higgins
2005-10-10- update `-l' `-r' and `-u' descriptions to include optional <rev>Niall O'Higgins
2005-10-10- set permissions on checked out files correctlyNiall O'Higgins
2005-10-09if -r is not specified, we need to set newrev to file->rf_head.Niall O'Higgins
2005-10-09if there is a problem generating the diff for one of the files, continueNiall O'Higgins
2005-10-09only get the log message when it's not specified on the command-line;Joris Vink
2005-10-09simplify if() conditions;Joris Vink
2005-10-09- document `-r' switch as a single option instead of two distinct options.Niall O'Higgins
2005-10-09- sync checkin_usage()Niall O'Higgins
2005-10-08tweaks;Jason McIntyre
2005-10-08new sentence, new line;Jason McIntyre
2005-10-08fix SEE ALSO;Jason McIntyre
2005-10-08fix SEE ALSO;Jason McIntyre
2005-10-08new sentence, new line;Jason McIntyre
2005-10-08- document -r flagNiall O'Higgins
2005-10-08sync rcsdiff_usage()Niall O'Higgins
2005-10-08kill extra ']'Joris Vink
2005-10-08- add support for diffing working file against arbitrary revision, egNiall O'Higgins
2005-10-08support unified, context and rcsdiff outputJoris Vink
2005-10-08initial manpages for rcsclean and rcsdiff;Joris Vink
2005-10-08add ident(1) to SEE ALSO here as well;Joris Vink
2005-10-08add ident(1) to SEE ALSONiall O'Higgins
2005-10-08remove useless comment about command line options. not needed since thisNiall O'Higgins
2005-10-08sync checkin_usage() with manual pageNiall O'Higgins
2005-10-08add a basic manual page for `ci' command.Niall O'Higgins
2005-10-08- add support for -u and -l optionsNiall O'Higgins
2005-10-08remember to NUL-terminate logbuf in checkin_getlogmsg()Niall O'Higgins
2005-10-08KNF;Niall O'Higgins
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