Age | Commit message (Expand) | Author |
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 |
2006-03-08 | spacing in usage(); | Xavier Santolaria |
2006-03-06 | update usage(); | Jason McIntyre |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre |
2006-03-06 | many spacing cleanups | Theo de Raadt |
2006-02-21 | - fix some bugs when handling strange revision numbers (0 and 1). found by | Niall O'Higgins |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-06 | typos; | Xavier Santolaria |
2006-01-05 | cleanup, move log.h and rcs.h inclusion into rcsprog.h; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-27 | - implement lazy-parsing of rcs files, that is only parse as much as we | Niall O'Higgins |
2005-12-24 | error message consistency in fatal(); | Xavier Santolaria |
2005-12-24 | - support for -n -N and -t; | Joris Vink |
2005-12-21 | use fatal(); | Xavier Santolaria |
2005-12-14 | correct usage(); | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-09 | don't complain too often about 'redefinition of revision number', | Joris Vink |
2005-11-30 | `-ztz' is only here for compatibility; | Xavier Santolaria |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria |
2005-11-27 | - fix really stupid bug introduced in the last xsa commit. | Niall O'Higgins |
2005-11-25 | add `-T' support for rcsclean(1) and rcs(1); | Xavier Santolaria |
2005-11-25 | add support for `-T' and enable it for co(1); | Xavier Santolaria |
2005-11-23 | initial bits for -T support; | Xavier Santolaria |
2005-11-21 | enable `-xsuffixes' support as it has been added a few days ago | Xavier Santolaria |
2005-11-21 | - modularisation; split the two major checkin operations into functions. | Niall O'Higgins |