summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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-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-18Disable -CC to cpp until cpp 2.95 can handle it properlyChad Loder
2006-04-18Move Buffer bignum functions into their own file, bufbn.c. This means thatDarren Tucker
2006-04-18Add () to function names to make it more clear what is happeningChad Loder
2006-04-18For prototype argument conversions, include both "from" and "to" types.Chad Loder
2006-04-18For all warnings involving prototypes, print the function name and theChad Loder
2006-04-18Combine code to prompt user for input into a shared function,Ray Lai
2006-04-18Add a funcname() function, which returns the name of a function given aChad Loder
2006-04-18The old way of passing function argument information was to pass an intChad Loder
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-17Pass -CC to cpp, which preserves comments in macros. This gets us __deadChad Loder
2006-04-17plug memory leak; OK ray@.Xavier Santolaria
2006-04-17Relieve checkin_update and checkin_init of the responsibility ofRay Lai
2006-04-17Three undocumented options got lost in the conversion to getopt(3).Moritz Jodeit
2006-04-17Remove useless "h" and "?" from getopt(3) string.Moritz Jodeit
2006-04-17Remove unused variable.Ray Lai
2006-04-17Remove pointless stat() call.Ray Lai
2006-04-16- fix description handling.Niall O'Higgins
2006-04-16reorder sanity test so that it cannot dereference past the end of theDamien Miller
2006-04-16Handle / inside []s properly.Hugh Graham
2006-04-16avoid making a tiny 4-byte write to send the packet length of sftpDamien Miller
2006-04-16introduce atomiciov() function that wraps readv/writev to retryDamien Miller
2006-04-16Fix condition where we could exit with a fatal error when an inputDamien Miller
2006-04-15dont stupidly duplicate code. make rlog use rcs_rev_select() and thusXavier Santolaria
2006-04-15Fix indentation for "Ostersonntag".Bernd Ahlers
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-14- swap a hack for a slightly nicer hack using a global variable. this avoidsNiall O'Higgins
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