Age | Commit message (Expand) | Author |
2006-03-29 | More closely matches GNU behavior, passes more GNU rcstest tests. | Ray Lai |
2006-03-28 | check rcs_head_set() return value; OK niallo@. | Xavier Santolaria |
2006-03-28 | check rcs_sym_remove() return value; OK niallo@. | Xavier Santolaria |
2006-03-28 | shudup rcs_set_description(), so regress tests are happy too. | Xavier Santolaria |
2006-03-28 | match GNU's output when no revision are present. | Xavier Santolaria |
2006-03-27 | - simplify checkin_init() and checkin_update() functions by moving | Niall O'Higgins |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria |
2006-03-27 | oops! fix from xsa; | Jason McIntyre |
2006-03-27 | Fix and clean up -t flag: | Ray Lai |
2006-03-27 | beef up the -z description; ok xsa | Jason McIntyre |
2006-03-27 | Changes: | Ray Lai |
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi |
2006-03-26 | - clean up error handling in checkin_init() and checkin_update() | Niall O'Higgins |
2006-03-24 | change rcsclean_file() return type to void as it does not need | Xavier Santolaria |
2006-03-24 | Allow the -x flag to be used without an extension. | Ray Lai |
2006-03-23 | rlog_file() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-23 | use fatal() in rcs_lock_setmode(); OK ray@. | Xavier Santolaria |
2006-03-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria |
2006-03-22 | change ident_file() and ident_line() return type to void; OK ray@. | Xavier Santolaria |
2006-03-22 | Clean up xfree() usage in rcs_choosefile(). | Ray Lai |
2006-03-21 | add support for `rcs -e[logins]'; "Looks good" ray@. | Xavier Santolaria |
2006-03-21 | Instead of duplicating rcs_suffixes and running strsep on it again, | Ray Lai |
2006-03-21 | Allow creation of an RCS file if RCS_CREATE flag set. | Ray Lai |
2006-03-20 | make `rcs -a' use cvs_strsplit() for easiness; OK joris@. | Xavier Santolaria |
2006-03-20 | add missing xfree()'s after we are done with cvs_strsplit(); | Xavier Santolaria |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |
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 |