Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-05 | - add a diff.h header file, corresponding to public functions in diff.c | Niall O'Higgins | |
and some #defines - include this header in rcs.c - link rcs against diff.c this allows us to use the existing diff work from opencvs within functions in the rcs.c API and thus in rcs programs. paves the way for diff support in usr.bin/rcs programs. ok joris@ | |||
2005-10-05 | open the RCS file with O_TRUNC as well when | Joris Vink | |
writing new contents to it; | |||
2005-10-05 | sync usage and add V flag; | Joris Vink | |
2005-10-05 | - stop gcc's yapping; | Joris Vink | |
- better output when locking and unlocking revisions; | |||
2005-10-05 | free rl_name as well when freeing the lock list; | Joris Vink | |
2005-10-05 | - better output | Joris Vink | |
- free frev when done | |||
2005-10-04 | - support -l and -u flags; | Joris Vink | |
- better output; | |||
2005-10-04 | correctly parse the lock section in an RCS file; | Joris Vink | |
2005-10-04 | various fixups; | Jason McIntyre | |
2005-10-04 | standard synopsis/usage() and sort options list; | Jason McIntyre | |
2005-10-04 | ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@. | Matthieu Herrb | |
2005-10-04 | clarify behaviour of -u option; | Jason McIntyre | |
ok otto@ | |||
2005-10-04 | some man pages bits; ok joris niallo | Xavier Santolaria | |
2005-10-04 | document that -k may be specified multiple times, | Jason McIntyre | |
and the effect of doing so; ok otto@ | |||
2005-10-04 | remove ellipsis from -k in usage(); | Jason McIntyre | |
2005-10-04 | write locks to the RCS file; | Joris Vink | |
2005-10-04 | remove ellipsis following -k in synopsis; my last commit put this | Jason McIntyre | |
in the wrong place, but i think it will be clearer to remove it altogether and improve the description of -k (to follow); ok otto@ | |||
2005-10-04 | couldn't resist... | Marco Peereboom | |
2005-10-03 | remove traces of non-existent getfstype() function; | Jason McIntyre | |
ok krw@ deraadt@ | |||
2005-10-03 | Relocate check_ip_options call to prevent logging of garbage for connections | Darren Tucker | |
with IP options set. bz#1092 from David Leonard, "looks good" deraadt@ | |||
2005-10-03 | revert rcs to rcsprog change, | Joris Vink | |
requested by deraadt@ | |||
2005-10-02 | correctly copy and NUL-terminate deltatext strings so we don't end up | Joris Vink | |
using garbage in rcs_patch_lines(). | |||
2005-10-02 | change the name of the RCS tools binary to rcsprog instead of rcs to | Joris Vink | |
avoid confusion with the rcs command itself. ok xsa and niallo | |||
2005-10-02 | minor knf | Xavier Santolaria | |
2005-10-01 | toggle support from janus@area319.de. i was unsure, but a few other | Theo de Raadt | |
people found this very useful | |||
2005-10-01 | Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@ | Otto Moerbeek | |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-09-30 | missing flags; | Joris Vink | |
2005-09-30 | allow ci to run, niallo forgot this when he commited his ci code; | Joris Vink | |
2005-09-30 | no need for cvs_log_init() here; | Joris Vink | |
2005-09-30 | add missing function prototypes for ci.c | Niall O'Higgins | |
2005-09-30 | add a basic ci.c as a starting point. requires more changes to rcs api | Niall O'Higgins | |
to work properly. ok joris@ | |||
2005-09-30 | avoid using `cvs add *' idiom wrt special files; joris ok | Xavier Santolaria | |
2005-09-30 | spacing & KNF | Joris Vink | |
2005-09-30 | KNF | Joris Vink | |
2005-09-30 | ensure RCSDIR is in fact a directory before deciding to use it. | Niall O'Higgins | |
"go for it" joris@ | |||
2005-09-30 | rework the rcs_write() function. | Niall O'Higgins | |
now it writes to a temporary file, then rename()s this into place or copies it if rename() is not possible. allows us to work with read-only ,v files. "put your diff in" joris@ | |||
2005-09-30 | Ensure we do not compress files we need for decompressing by also | Otto Moerbeek | |
checking hard links. From Andrew Dalgleish. ok deraadt@ | |||
2005-09-29 | hrmz..better. | Xavier Santolaria | |
2005-09-29 | minor knf | Xavier Santolaria | |
2005-09-29 | support -q flag in 'co' and 'rcs' | Joris Vink | |
2005-09-29 | free the access list when rcs file is closed. ok joris@ | Moritz Jodeit | |
2005-09-29 | set RCS_SYNCED to off in some more functions which | Moritz Jodeit | |
change rcs file content. ok joris@ | |||
2005-09-29 | return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@ | Moritz Jodeit | |
2005-09-29 | don't forget to put the revision into the rcs_lock | Moritz Jodeit | |
struct in rcs_lock_add(). ok niallo@ joris@ | |||
2005-09-29 | implement RCS_HEAD_REV in rcs_rev_add() | Niall O'Higgins | |
ok joris@ | |||
2005-09-29 | allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision; | Joris Vink | |
2005-09-29 | fix usage | Joris Vink | |
2005-09-29 | stuff needed for 'co' | Joris Vink | |
2005-09-29 | put it basic checkout code | Joris Vink | |