summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/rcsparse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rcsnum_free() -> free() cleanups. From Michael W. Bombardieri.fcambus2016-10-131-8/+8
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-7/+6
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-011-2/+2
* not compiled before commitderaadt2014-11-221-2/+2
* Fixed uninitialized pointer (and other struct entries while at it)tobias2014-11-221-2/+2
* Convert the logic in rcsparse_warnx(). Instead of creating abluhm2014-11-161-8/+9
* properly handle commitid tokens found in rcs filesjcs2013-06-031-3/+25
* Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change.tobias2012-02-041-4/+4
* Fix a typo in a comment, from Michael W Bombardieri.nicm2011-05-041-2/+2
* Nuke some unused variables and remove an unnecessary call to dirname().nicm2010-10-291-4/+1
* Remove the need for rp_file in parser structure, instead keep only onetobias2010-10-201-17/+11
* Prevent a NULL pointer dereference if rcsparse_deltatexts is called withtobias2010-10-201-9/+7
* Replaced RCS parser code with new rcsparse.{c,h}:tobias2010-10-151-0/+1262