summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/worklist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert xfree to free. From Fritjof Bornebusch. ok deraadtnicm2015-06-131-2/+3
|
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-11/+11
| | | | | | prefixes to reduce differences between cvs and rcs files. "yes!" nicm
* As done in OpenCVS, general includes cleanup sweep. OK otto@.xsa2007-02-271-2/+7
|
* fork our code we shared between openrcs/cvs into the openrcs dir.joris2006-04-261-0/+93
this was starting to become inhuman to maintain without ugly ugly hacks in the shared code, and it will be easier to make specific changes for openrcs without touching the soon-to-be-replaced opencvs code.