Age | Commit message (Expand) | Author |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink |
2006-04-25 | quote strings consistently. | Xavier Santolaria |
2006-04-25 | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). | Xavier Santolaria |
2006-04-24 | be consistent in error messages for wrongly specified keyword substitution | Xavier Santolaria |
2006-04-24 | o Better match GNU behavior (a bare -t does NOT read from stdin, | Ray Lai |
2006-04-21 | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; | Xavier Santolaria |
2006-04-21 | match former rcs implementation warning message if no options are | Xavier Santolaria |
2006-04-21 | remove overkill cvs_log() and rather use warn()/warnx(). | Xavier Santolaria |
2006-04-21 | switch -p handling to bitwise flags; OK ray@. | Xavier Santolaria |
2006-04-19 | switch -q handling to bitwise flags; OK ray@ niallo@. | Xavier Santolaria |
2006-04-18 | Combine code to prompt user for input into a shared function, | Ray Lai |
2006-04-18 | Remove -h flag from rcs_getopt loop, which is not in GNU. | Ray Lai |
2006-04-17 | plug memory leak; OK ray@. | Xavier Santolaria |
2006-04-15 | dont stupidly duplicate code. make rlog use rcs_rev_select() and thus | Xavier Santolaria |
2006-04-14 | - don't append the extension if it's already there (PR 5076). | Joris Vink |
2006-04-14 | excessive addition to brackets is a mental disease. you will go | Theo de Raadt |
2006-04-13 | add support for the openrcs -o'range' option. | Joris Vink |
2006-04-13 | clean up temporary files when we finish running. | Joris Vink |
2006-04-13 | *** empty log message *** | Ray Lai |
2006-04-12 | Better match GNU behavior for rcs -l and rcs -u. | Ray Lai |
2006-04-12 | Clean up <rev> handling. Whenever a revision is specified after a | Ray Lai |
2006-04-11 | Don't rcs_close() before fatal(). After much hesitation, joris@ | Ray Lai |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-04-07 | change rcs_set_mtime() return type to void. | Xavier Santolaria |
2006-04-06 | -z can take no argument. | Xavier Santolaria |
2006-04-01 | Add rcs -l, rcs -u, and regression tests. | Ray Lai |
2006-04-01 | Keep cvs flags in `flags', rcs flags in `rcsflags' in rcsprog.h. | Ray Lai |
2006-03-28 | shudup rcs_set_description(), so regress tests are happy too. | Xavier Santolaria |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | Fix and clean up -t flag: | Ray Lai |
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-24 | Allow the -x flag to be used without an extension. | Ray Lai |
2006-03-23 | use fatal() in rcs_lock_setmode(); 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-18 | +/* ARGSUSED */ | Ray Lai |
2006-03-18 | strdup() -> xstrdup() | Ray Lai |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-16 | Simplify rcs_statfile() by having it call rcs_choosefile(). | Ray Lai |
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 | 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-08 | make openrcs use the worklist framework to keep track of temporary files | Joris Vink |