Age | Commit message (Expand) | Author |
2006-03-18 | +/* ARGSUSED */ | Ray Lai |
2006-03-18 | strdup() -> xstrdup() | Ray Lai |
2006-03-17 | - co usage() says we support -I, so set the flags and revision. | Niall O'Higgins |
2006-03-17 | rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused | Xavier Santolaria |
2006-03-17 | Remove unused variables len and i, change `end' to size_t type. | Ray Lai |
2006-03-16 | - checkout_rev() can fail, in which case we want a non-zero exit code. | Niall O'Higgins |
2006-03-16 | error message fix; respect -q too. Ok ray@. | Xavier Santolaria |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-16 | Currently co(1) overwrites files that the current user doesn't have | Ray Lai |
2006-03-16 | Simplify rcs_statfile() by having it call rcs_choosefile(). | Ray Lai |
2006-03-15 | - zap filename arg in rcsdiff_rev() since its not used. | Niall O'Higgins |
2006-03-15 | ask for log message when it's not specified, got broken in xsa's previous | Joris Vink |
2006-03-15 | - use shared cvs_yesno() for yesno prompt, fixing an issue spotted by | Niall O'Higgins |
2006-03-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |
2006-03-15 | - check for tty when asking for logmsg or description | Xavier Santolaria |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-15 | Move and rename checkin_choose_rcsfile() to rcs_choosefile(). | Ray Lai |
2006-03-15 | Don't assume there is an RCS directory just because the filename | Ray Lai |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-03-14 | ci currently doesn't parse the -x flag at all, defaulting to ",v/" every | Ray Lai |
2006-03-14 | OpenRCS currently strips any text in a filename up to and including | Ray Lai |
2006-03-12 | plug a memleak in rcs_set_description() | Joris Vink |
2006-03-11 | Now that the last diff went in, we just have to remove some checks in | Niall O'Higgins |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | - reset NEWFILE flag on each iteration through main loop. this stops | Niall O'Higgins |
2006-03-10 | use same date format as gnu/usr.bin/rcs in error message. OK niallo@. | Xavier Santolaria |
2006-03-09 | should have been part of previous commit (add rcstime.c here too). | Xavier Santolaria |
2006-03-08 | make openrcs use the worklist framework to keep track of temporary files | Joris Vink |
2006-03-08 | fix usage(); | Xavier Santolaria |
2006-03-08 | spacing in usage(); | Xavier Santolaria |
2006-03-08 | do not point to rcsfile(5) as we do not provide it. | Xavier Santolaria |
2006-03-08 | respect -q; pointed out by Ray Lai. | Xavier Santolaria |
2006-03-07 | rcsintro.7 now merged into rcs.1; | Jason McIntyre |
2006-03-07 | beef up this file somewhat and merge in cvsintro.7, which is not | Jason McIntyre |
2006-03-07 | missing break; | Xavier Santolaria |
2006-03-07 | fix usage(); | Joris Vink |
2006-03-07 | -z support for RCS; | Joris Vink |
2006-03-06 | like gnu ci(1), continue to process valid files in argv even if some are | Niall O'Higgins |
2006-03-06 | update usage(); | Jason McIntyre |
2006-03-06 | update usage(); | Jason McIntyre |
2006-03-06 | update usage(); | Jason McIntyre |
2006-03-06 | update usage(); | Jason McIntyre |
2006-03-06 | update usage() | Jason McIntyre |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre |
2006-03-06 | missing informative message after call to checkout_rev(). | Xavier Santolaria |
2006-03-06 | should also have removed those newlines in previous commit. | Xavier Santolaria |
2006-03-06 | missing newline in checkout_rev(); spotted by joris@. | Xavier Santolaria |