summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
2006-04-24further document how revisions are selected; mostly from xsaJason McIntyre
2006-04-24- the argument to -r is optionalJason McIntyre
2006-04-24- do not show file ... as optionalJason McIntyre
2006-04-24a little more verbose about -h...Jason McIntyre
2006-04-24- move -A into compat landJason McIntyre
2006-04-24make the -r description match that in rcsmerge(1), as far as is possible;Jason McIntyre
2006-04-24-r is not optional: simplify its synopsis, but improve its description;Jason McIntyre
2006-04-24be consistent in error messages for wrongly specified keyword substitutionXavier Santolaria
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-21match former rcs implementation warning message if no options areXavier 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-20remove an unneeded macro;Jason McIntyre
2006-04-20reinstate HISTORY, from cvsintro(7)...Jason McIntyre
2006-04-20add a compatibility note; suggested by and ok xsaJason McIntyre
2006-04-19- simplify synopsisJason McIntyre
2006-04-19add a CAVEATS section; helped by xsaJason McIntyre
2006-04-19addition from xsa;Jason McIntyre
2006-04-19+.Xr diff 1 ,Jason McIntyre
2006-04-19make the keyword section make sense regarding cvs commands;Jason McIntyre
2006-04-19eliminate spacing in the keyword section, since rcs doesn;t like them;Jason McIntyre
2006-04-19a little bit more description; ok xsaJason McIntyre
2006-04-19- signpost to keyword substitution sectionJason McIntyre
2006-04-19- signpost keyword substitution sectionJason McIntyre
2006-04-19keyword section is in rcs(1) now;Jason McIntyre
2006-04-19move the keyword substitution section from cvs(1) to rcs(1):Jason McIntyre
2006-04-19flesh out the description of ci; ok xsaJason McIntyre
2006-04-19flesh out the description of co; ok xsaJason McIntyre
2006-04-19- flesh out the description of rcsdiffJason McIntyre
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-18/* FALLTHROUGH */ to share code between the -N and -n flags.Ray Lai
2006-04-18Removes memory leaks when flags are called multiple times. ThisRay Lai
2006-04-18Remove -h flag from rcs_getopt loop, which is not in GNU.Ray Lai
2006-04-17plug memory leak; OK ray@.Xavier Santolaria
2006-04-17Relieve checkin_update and checkin_init of the responsibility ofRay Lai
2006-04-17Remove pointless stat() call.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-15Plug some memory leaks; ok niallo@Patrick Latifi
2006-04-14spacesTheo de Raadt
2006-04-14- don't append the extension if it's already there (PR 5076).Joris Vink
2006-04-14Add missing usage() calls.Ray Lai
2006-04-14Plug obvious memory leaks.Ray Lai
2006-04-14Remove global variable RCSFILE.Ray Lai
2006-04-14Remove extraneous argument from rlog_file().Ray Lai
2006-04-14Short-circuit rlog when the -l flag is specified but there are no locks.Ray Lai
2006-04-14excessive addition to brackets is a mental disease. you will goTheo de Raadt
2006-04-14Fix a typo introduced in rev 1.135; ok ray@Patrick Latifi