Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-26 | diff3_conflicts cleanup; joris ok | Xavier Santolaria | |
2005-10-26 | 3rd arg to F_GETFL fcntl doesn't need to be a pointer, 0 is fine. | Todd C. Miller | |
2005-10-26 | clarify the description of the ci(1) command behaviour about | Xavier Santolaria | |
file description and log entries. | |||
2005-10-26 | dupe name; miod@ confirmed | Michael Shalayeff | |
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 | dont' -> don't in comments; | Jason McIntyre | |
from ray lai; | |||
2005-10-25 | put HISTORY section in the right place; | Jason McIntyre | |
2005-10-25 | Make set_common_sockopts() a void since it doesn't return anything anyway. | Darren Tucker | |
Makes netcat -Wall clean. ok djm@ | |||
2005-10-25 | Add a -T option to nc to allow setting of IP type-of-service bits on | Darren Tucker | |
connections. Man page corrections jmc@, code corrections and ok djm@ | |||
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 | better output; | Joris Vink | |
2005-10-23 | with recent diff3 support, rcsmerge now works; | Joris Vink | |
2005-10-23 | shut up gcc; | Joris Vink | |
2005-10-23 | - correctly terminate buffer in edscript(), noted by pedro@ | Joris Vink | |
- fix patching for large files; | |||
2005-10-22 | fix warning when compiling usr.bin/rcs | Joris Vink | |
2005-10-22 | need util.c for diff3 | Joris Vink | |
2005-10-22 | forgot this in previous commit; | Joris Vink | |
2005-10-22 | diff3 support, needed for merging files together; | Joris Vink | |
"go for it" niallo@ | |||
2005-10-22 | - don't check for admin files when running init; | Joris Vink | |
- don't pass the Entry for newly added files to cvs_date_parse() - in rcs_rev_add don't bother looking for the previous rev if we are creating the RCS file. from PR 4575 | |||
2005-10-20 | spelling; | Jason McIntyre | |
ok ian@ | |||
2005-10-20 | defintion -> definition; | Jason McIntyre | |
2005-10-20 | +YFLAGS= | Xavier Santolaria | |
2005-10-20 | fix output if -p is specified; joris ok | Xavier Santolaria | |
2005-10-20 | fix up the licey entry; from form@ | Michael Shalayeff | |
2005-10-19 | Add -h option to display human-readable numbers. | Marc Espie | |
okay otto@, deraadt@, jmc@. (note that is mostly useless from scripts, hence okay as a non-standard option). | |||
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 | Don't consider the last line of the compilation buffer as | Kjell Wooding | |
parsable output. It is always a status message. While here, some better error checking. looks ok, cloder@. | |||
2005-10-18 | make fill-paragraph undoable | Kjell Wooding | |
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 | big sorry to simon dassow, whose diff i inadvertently removed; | Jason McIntyre | |
this reinstates it; | |||
2005-10-18 | - `-N' works now; document it. | Niall O'Higgins | |
2005-10-18 | When attempting to open a filename, walk backwards through minibuffer: | Kjell Wooding | |
a> if you run into the beginning of the string, use the whole thing b> if you run into a // combo, use everything starting from the second / c> if you run into a /~ combo, use everything starting from the ~ i.e. do like emacs. From (and for) Jason Wright | |||
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 | |