summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/worklist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-2/+3
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-11/+11
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-5/+4
* Use variable names for sizeof, remove casts in front of xmalloc,ray2006-04-051-3/+2
* - fix typo in comment; an path -> a pathniallo2006-03-151-2/+2
* fix a stupid mistake in cvs_worklist_clean() while loop.niallo2006-03-101-3/+3
* make sure cvs_worklist_clean() is safe, since we arejoris2006-03-101-6/+9
* add a worklist framework, which will be used for atomic operations onjoris2006-03-081-0/+92