Home
last modified time | relevance | path

Searched refs:getdelta (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
DChangeLog1390 * rcs.c (RCS_reparsercsfile, RCS_fully_parse, getdelta,
1401 * rcs.c (getdelta): Never allocate space for value, just return
1442 * rcs.c (rcsbuf_getstring, rcsbuf_getword, getdelta): Plug memory
4244 * rcs.c (getdelta): Value for "state" keyword is optional (bug
4326 (getdelta): Call them, storing `hardlinks' field in vnode->hardlinks.
4328 rather than rcsbuf_valcopying it (due to changes in how getdelta
4610 (getdelta): Change fp parameter to rcsbuf parameter. Change all
4838 RCS_deltas, getdelta, getrcskey, RCS_getdeltatext):
4848 and value to getdelta, and get them back as well.
4849 (getdelta): Add keyp and valp parameters. Don't use ftell/fseek;
DChangeLog-97603 * rcs.c (getdelta): Remove obsolete comment about not storing the
710 * rcs.c (getdelta): Add comment about branches and next field
760 (getdelta): Read newphrases from deltas into other_delta field.
857 * rcs.c (getdelta, RCS_getdeltatext, freedeltatext, do_locks,
863 (RCS_reparsercsfile): Use getdelta, making sure fp is positioned
Drcs.c98 static RCSVers *getdelta PROTO ((struct rcsbuffer *, char *, char **,
562 while ((vnode = getdelta (&rcsbuf, rcsfile, &key, &value)) != NULL)
7379 getdelta (rcsbuf, rcsfile, keyp, valp) in getdelta() function