Searched refs:RCS_deltas (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/gpl2/xcvs/dist/src/ |
H A D | rcs.h | 250 void RCS_deltas (RCSNode *, FILE *, struct rcsbuffer *, const char *,
|
H A D | annotate.c | 303 RCS_deltas (finfo->rcs, NULL, NULL, in annotate_fileproc()
|
H A D | ChangeLog-97 | 31 Decrease RCS_deltas memory usage to what we need (approximately 40 vs. trunklines in RCS_deltas. 43 (apply_rcs_changes, RCS_deltas): Don't copy lines into allocated 45 (rcs_change_text, RCS_deltas): Don't call block_free. 399 * rcs.c (RCS_deltas): Solve trigraph problem (once and for all, I 695 * rcs.c (RCS_deltas): Don't use \? in string if __STDC__ is not 713 * rcs.c (RCS_reparsercsfile, RCS_deltas), sanity.sh (reserved): 885 RCS_setbranch, RCS_lock, RCS_unlock, RCS_deltas): Removed NODELTA 2022 * rcs.c (RCS_deltas): free branchversion (memory leak). 2290 RCS_deltas. [all …]
|
H A D | ChangeLog-96 | 216 * rcs.c (RCS_deltas): Fix unintended trigraphs. 955 * rcs.c (RCS_deltas): When looking for our branch in ->branches, 1005 * rcs.c (RCS_checkout): Free buffer allocated by RCS_deltas. 1098 (RCS_deltas): If NODELTA is set, reparse the RCS file. 1236 RCS_deltas. 1241 (RCS_deltas): In RCS_FETCH case, the data is in headlines, not 1243 (RCS_fast_checkout): Update comment about RCS_deltas: the 1252 (RCS_deltas): Use the length of the value, rather than assuming 1255 (RCS_fast_checkout): Update comment about RCS_deltas to remove 1992 * rcs.c (RCS_deltas): New function, created from guts of old [all …]
|
H A D | ChangeLog | 832 * rcs.c (RCS_deltas): Use rcs->print_path. 838 * rcs.c (RCS_deltas): Avoid buffer overflow. 896 (RCS_deltas, RCS_checkin, RCS_addbranch, do_locks, do_symbols), 3254 RCS_cmp_file, RCS_lock, RCS_unlock, RCS_delete_revs, RCS_deltas, 4401 RCS_cmp_file, RCS_deltas, rcs_lockfilename, make_file_label), 9076 * rcs.c: Move declarations of rcs_delta_op and RCS_deltas to... 11372 RCS_deltas. Because there is a prototype in scope the cast is 13527 (RCS_fully_parse, RCS_checkout, RCS_deltas): Likewise. 13564 (RCS_deltas): Add rcsbuf parameter. Change all callers. 13793 RCS_deltas, getdelta, getrcskey, RCS_getdeltatext): [all …]
|
H A D | rcs.c | 4281 RCS_deltas (rcs, fp, rcsbufp, rev, RCS_FETCH, &value, &len, in RCS_checkout() 7260 RCS_deltas (RCSNode *rcs, FILE *fp, struct rcsbuffer *rcsbuf, in RCS_deltas() function
|
/netbsd/external/gpl2/xcvs/dist/doc/ |
H A D | RCSFILES | 24 look at, the part of CVS which applies these is RCS_deltas in
|