Home
last modified time | relevance | path

Searched refs:RCS_checkin (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dcheckin.c59 switch (RCS_checkin (finfo->rcs, NULL, message, rev, RCS_FLAGS_KEEPFILE))
H A Drcs.h223 int RCS_checkin PROTO ((RCSNode *rcs, char *workfile, char *message,
H A DChangeLog-973 * rcs.c (RCS_checkin): Use gmtime() instead of localtime()
54 * rcs.c (RCS_checkin): Disable keyword expansion when generating
326 RCS_checkin and "could not diff" in RCS_delete_revs).
355 * rcs.c (RCS_checkin): Initialize `commitpt'.
364 (RCS_checkin): Fix call to pass correct number of arguments.
483 * rcs.c (RCS_checkin): Actually, when we get a change text
487 * rcs.c (RCS_checkin): Pass correct mode to get_file for
781 * rcscmds.c, cvs.h (RCS_checkin): Removed.
783 RCS_findlock_or_tip): New functions. RCS_checkin completely
788 call to before RCS_checkin.
[all …]
H A DChangeLog443 * rcs.c (RCS_checkin): Use new diff_exec API.
1176 * rcs.c (RCS_checkout, RCS_checkin): Ditto.
1397 (RCS_checkin): Set node types in other_delta list.
1432 * rcs.c (RCS_checkin): Plug memory leaks.
2209 * rcs.c (RCS_checkin): Move the logic to handle special-case
4267 of RCS_checkin() to avoid damage to imported files instead of
4315 (RCS_checkin): Remove unused variable fullpath.
4444 (RCS_checkin): Save list of hardlinks in delta node.
4574 (RCS_checkin): Call rcsbuf_cache_close.
4697 (RCS_checkout, RCS_checkin): Support for newphrases `owner',
[all …]
H A Dcommit.c1739 retcode = RCS_checkin (finfo->rcs, finfo->file, message, rev,
2081 retcode = RCS_checkin (rcsfile, NULL, tmp, NULL,
H A Dimport.c728 status = RCS_checkin (rcs, tocvsPath == NULL ? vfile : tocvsPath,
H A DChangeLog-961087 RCS_fast_checkout and RCS_checkin.
1724 * rcscmds.c (RCS_checkin): Remove noerr parameter. Change all
1726 * cvs.h (RCS_checkin): Update declaration.
1727 * commit.c (remove_file): Pass RCS_FLAGS_QUIET to RCS_checkin.
3942 * rcscmds.c, cvs.h (RCS_checkin): New function.
H A Drcs.c4833 RCS_checkin (rcs, workfile, message, rev, flags) in RCS_checkin() function