Home
last modified time | relevance | path

Searched refs:diff_fileproc (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Ddiff.c40 static int diff_fileproc PROTO ((void *callerdat, struct file_info *finfo));
372 err = start_recursion (diff_fileproc, diff_filesdoneproc, diff_dirproc,
393 diff_fileproc (callerdat, finfo) in diff_fileproc() function
H A DChangeLog-97350 * diff.c (diff_fileproc): Initialize `tmp' and `fname'.
1763 * diff.c (diff_fileproc): Change message from "during rcsdiff of"
1767 * diff.c (diff_fileproc): Call cvs_output not printf. Remove
1773 * diff.c (diff_fileproc), patch.c (patch_fileproc),
1786 * diff.c (diff_fileproc): Call it.
2035 * diff.c (diff_fileproc): cosmetic change (whitespace added).
2276 * diff.c (diff_fileproc): Add comment concerning updating the
H A DChangeLog-96220 * diff.c (diff_fileproc): In printing error messages, use the
678 * diff.c (diff_fileproc): use Diffbin instead of DIFF (3).
787 * diff.c (diff_fileproc): supply new argument to RCS_checkout.
1568 * diff.c (diff_fileproc): If a file is not in the working
1775 unnamed enum out of diff_fileproc, renaming DIFF_NEITHER to
1779 (diff_fileproc): Change empty_file to be enum diff_file. If there
2127 * diff.c (diff_fileproc): Always call diff_file_nodiff. Handle
3282 (check_fileproc), diff.c (diff_fileproc), edit.c
3287 * diff.c (diff_fileproc), remove.c (remove_fileproc): Use fullname
H A DChangeLog-919448 * src/diff.c (diff_fileproc): add support for "cvs diff -N" which
H A DChangeLog-93952925 (diff_fileproc): If we have a second tag/date, don't do all the
2974 * diff.c (diff_fileproc): Set top_rev from vn_user, not vn_rcs.
3197 * diff.c (diff_fileproc): Don't use diff_rev* because they're
3205 * diff.c (diff_fileproc): if ts_user and ts_rcs match, then the
H A DChangeLog451 * diff.c (diff_fileproc): Create header labels appropriate for
4655 * diff.c (diff_fileproc), import.c (import, add_rcs_file), rcs.c
4972 * diff.c (diff_fileproc): Free label1 and label2 when finished.
/openbsd-src/gnu/usr.bin/cvs/
H A DChangeLog3354 * src/diff.c (diff_fileproc): add support for "cvs diff -N" which