summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/rcs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add rcsnum_parse() to simplify the most common casejfb2005-02-251-1/+2
|
* add rcs_kflag_usage() to display the various keyword expansion modesjfb2005-01-131-1/+2
| | | | supported by the -k argument
* add rcs_kflag_get() to validate kflagsjfb2005-01-121-6/+20
|
* limit the maximum length of RCS numbers to 64 nums and avoidjfb2005-01-031-1/+6
| | | | potential integer overflow in case of ridiculously large RCSNUMs
* Add rcs_gethead() to easily retrieve the head revision of an RCSjfb2004-12-161-1/+2
| | | | file.
* we don't need a separate header for 4 function prototypes, movejfb2004-12-151-1/+6
| | | | them in rcs.h
* less whitespace, more pretty. ok jfbtedu2004-12-071-13/+9
|
* * initial import from the cvs-tools modulejfb2004-07-131-0/+151