summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
2006-04-26err() cleanup;Xavier Santolaria
2006-04-26don't talk about "shared mode";Jason McIntyre
2006-04-26grammar;Jason McIntyre
2006-04-26zap -DRCSPROG leftover.Xavier Santolaria
2006-04-26zap uneeded includes.Xavier Santolaria
2006-04-26remove dup of <err.h>Xavier Santolaria
2006-04-26build again...Xavier Santolaria
2006-04-26fork our code we shared between openrcs/cvs into the openrcs dir.Joris Vink
2006-04-25quote strings consistently.Xavier Santolaria
2006-04-25fatal() -> err()/errx() as we try to not depend on heavy cvs_log().Xavier Santolaria
2006-04-25style;Xavier Santolaria
2006-04-25The -r flag without an argument signifies HEAD for rcsmerge as well.Ray Lai
2006-04-25The -r flag without an argument signifies HEAD for rcsclean.Ray Lai
2006-04-24add a little spacing to HISTORY;Jason McIntyre
2006-04-24be consistent when describing revision selection;Jason McIntyre
2006-04-24prevent a race by keeping an fd for the workfile around untilJoris Vink
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