summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-10-05- add a diff.h header file, corresponding to public functions in diff.cNiall 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-05open the RCS file with O_TRUNC as well whenJoris Vink
writing new contents to it;
2005-10-05sync 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-05free rl_name as well when freeing the lock list;Joris Vink
2005-10-05- better outputJoris Vink
- free frev when done
2005-10-04- support -l and -u flags;Joris Vink
- better output;
2005-10-04correctly parse the lock section in an RCS file;Joris Vink
2005-10-04various fixups;Jason McIntyre
2005-10-04standard synopsis/usage() and sort options list;Jason McIntyre
2005-10-04ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@.Matthieu Herrb
2005-10-04clarify behaviour of -u option;Jason McIntyre
ok otto@
2005-10-04some man pages bits; ok joris nialloXavier Santolaria
2005-10-04document that -k may be specified multiple times,Jason McIntyre
and the effect of doing so; ok otto@
2005-10-04remove ellipsis from -k in usage();Jason McIntyre
2005-10-04write locks to the RCS file;Joris Vink
2005-10-04remove ellipsis following -k in synopsis; my last commit put thisJason 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-04couldn't resist...Marco Peereboom
2005-10-03remove traces of non-existent getfstype() function;Jason McIntyre
ok krw@ deraadt@
2005-10-03Relocate check_ip_options call to prevent logging of garbage for connectionsDarren Tucker
with IP options set. bz#1092 from David Leonard, "looks good" deraadt@
2005-10-03revert rcs to rcsprog change,Joris Vink
requested by deraadt@
2005-10-02correctly copy and NUL-terminate deltatext strings so we don't end upJoris Vink
using garbage in rcs_patch_lines().
2005-10-02change the name of the RCS tools binary to rcsprog instead of rcs toJoris Vink
avoid confusion with the rcs command itself. ok xsa and niallo
2005-10-02minor knfXavier Santolaria
2005-10-01toggle support from janus@area319.de. i was unsure, but a few otherTheo de Raadt
people found this very useful
2005-10-01Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@Otto Moerbeek
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-09-30missing flags;Joris Vink
2005-09-30allow ci to run, niallo forgot this when he commited his ci code;Joris Vink
2005-09-30no need for cvs_log_init() here;Joris Vink
2005-09-30add missing function prototypes for ci.cNiall O'Higgins
2005-09-30add a basic ci.c as a starting point. requires more changes to rcs apiNiall O'Higgins
to work properly. ok joris@
2005-09-30avoid using `cvs add *' idiom wrt special files; joris okXavier Santolaria
2005-09-30spacing & KNFJoris Vink
2005-09-30KNFJoris Vink
2005-09-30ensure RCSDIR is in fact a directory before deciding to use it.Niall O'Higgins
"go for it" joris@
2005-09-30rework 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-30Ensure we do not compress files we need for decompressing by alsoOtto Moerbeek
checking hard links. From Andrew Dalgleish. ok deraadt@
2005-09-29hrmz..better.Xavier Santolaria
2005-09-29minor knfXavier Santolaria
2005-09-29support -q flag in 'co' and 'rcs'Joris Vink
2005-09-29free the access list when rcs file is closed. ok joris@Moritz Jodeit
2005-09-29set RCS_SYNCED to off in some more functions whichMoritz Jodeit
change rcs file content. ok joris@
2005-09-29return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@Moritz Jodeit
2005-09-29don't forget to put the revision into the rcs_lockMoritz Jodeit
struct in rcs_lock_add(). ok niallo@ joris@
2005-09-29implement RCS_HEAD_REV in rcs_rev_add()Niall O'Higgins
ok joris@
2005-09-29allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision;Joris Vink
2005-09-29fix usageJoris Vink
2005-09-29stuff needed for 'co'Joris Vink
2005-09-29put it basic checkout codeJoris Vink