summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/rcsparse.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced RCS parser code with new rcsparse.{c,h}:tobias2010-10-151-0/+21
- be very strict about things we parse - print more information about errors if they occur - do not fatal() directly in parser, give caller a chance to react - fix an rcs design issue when it comes to login names tested by many on tech@ ok xsa