Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-30 | string fix; | Xavier Santolaria | |
2005-10-29 | - sync checkin_usage() | Niall O'Higgins | |
2005-10-29 | - document `-s' option. | Niall O'Higgins | |
2005-10-29 | - add two new functions to RCS api: rcs_state_set() and rcs_state_check() | Niall O'Higgins | |
- use these two new functions to implement -s<state> option in ci ok joris@ | |||
2005-10-29 | document -u; | Xavier Santolaria | |
2005-10-29 | rcsclean -u support; ok joris niallo | Xavier Santolaria | |
2005-10-28 | print RCS file info too; | Xavier Santolaria | |
2005-10-28 | document `-L'; | Xavier Santolaria | |
2005-10-28 | add support for `-L'; niallo ok | Xavier Santolaria | |
2005-10-27 | document TMPDIR env variable; | Xavier Santolaria | |
2005-10-27 | TMPDIR support; joris ok | Xavier Santolaria | |
2005-10-26 | print locker's name and rev number for locked revisions; ok joris niallo | Xavier Santolaria | |
2005-10-26 | diff3_conflicts cleanup; joris ok | Xavier Santolaria | |
2005-10-26 | clarify the description of the ci(1) command behaviour about | Xavier Santolaria | |
file description and log entries. | |||
2005-10-26 | correct -R behaviour; | Xavier Santolaria | |
2005-10-26 | install ident and rlog too; joris ok | Xavier Santolaria | |
2005-10-25 | minor knf; | Xavier Santolaria | |
2005-10-25 | nuke trailing whitespaces; | Xavier Santolaria | |
2005-10-25 | -T here too; | Xavier Santolaria | |
2005-10-25 | -T is kept for compatibility with other RCS commands here too; | Xavier Santolaria | |
2005-10-25 | missed that in previous commit; | Xavier Santolaria | |
2005-10-25 | put HISTORY section in the right place; | Jason McIntyre | |
2005-10-24 | output tweaks; | Xavier Santolaria | |
2005-10-24 | first bits for RCS intro; input/ok jmc, "fine" joris. | Xavier Santolaria | |
more to come ... | |||
2005-10-24 | .Xr rcsmerge(1); | Xavier Santolaria | |
2005-10-23 | add extern int diff3_conflicts to unbreak. bad joris. | Niall O'Higgins | |
2005-10-23 | correct error message; | Xavier Santolaria | |
2005-10-23 | warn if conflicts were found during the merge; | Joris Vink | |
2005-10-23 | with recent diff3 support, rcsmerge now works; | Joris Vink | |
2005-10-22 | need util.c for diff3 | Joris Vink | |
2005-10-20 | +YFLAGS= | Xavier Santolaria | |
2005-10-20 | fix output if -p is specified; joris ok | Xavier Santolaria | |
2005-10-19 | sync usage(); | Xavier Santolaria | |
2005-10-19 | .Xr rcsmerge(1) + one style nitpick; | Xavier Santolaria | |
2005-10-19 | - make a bunch of changes to how we handle verbose output. this brings us | Niall O'Higgins | |
much closer in line with GNU RCS and cleans things up in general. ok joris@, "looks fine to me" xsa@ | |||
2005-10-19 | add co -p support; | Joris Vink | |
input from xsa@ and niallo@; | |||
2005-10-18 | more rcsmerge(1) bits; | Xavier Santolaria | |
2005-10-18 | skeletons for rcsmerge(1); | Xavier Santolaria | |
2005-10-18 | put -N description in the right place, and fix its description; | Jason McIntyre | |
2005-10-18 | - `-N' works now; document it. | Niall O'Higgins | |
2005-10-18 | - no point in using cvs_printf() in openrcs; | Joris Vink | |
- only output info messages if -q flag isn't given; | |||
2005-10-18 | oops, rcs_set_rev() can't operate when str is NULL of course; | Joris Vink | |
2005-10-18 | use rcs_set_rev() instead of duplicating code all over the | Joris Vink | |
place to set a variable to the given revision number; | |||
2005-10-18 | correctly handle locks when commiting something; | Joris Vink | |
2005-10-17 | - remove a printf which kept in by accident. | Niall O'Higgins | |
2005-10-17 | KNF; | Niall O'Higgins | |
2005-10-17 | support -f flag for co; | Joris Vink | |
'fine' niallo@ | |||
2005-10-17 | -k takes an arg; | Jason McIntyre | |
2005-10-17 | incorrect macro usage; | Jason McIntyre | |
2005-10-16 | - remove the lock even if we are just reverting to the previous | Niall O'Higgins | |
revision (like GNU RCS). |