summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/rcsparse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pull in <time.h> for struct tm, used in rcs.hguenther2016-08-261-1/+2
* Convert xfree to free. From Fritjof Bornebusch. ok deraadtnicm2015-06-131-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
* Zap some stored values never read; From Fritjof Bornebusch; ok nicm@otto2014-10-101-3/+1
* properly handle commitid tokens found in rcs filesjcs2013-06-031-3/+25
* Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change.tobias2012-02-041-2/+2
* spacing, no binary change.sobrado2011-07-141-4/+4
* Fix a typo in a comment, from Michael W Bombardieri.nicm2011-05-041-2/+2
* - remove unused variablesjasper2011-03-271-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
* No need to remove RCS_PARSE flag from rf_flags after successfully parsing.tobias2010-10-151-7/+3
* Replaced RCS parser code with new rcsparse.{c,h}:tobias2010-10-151-0/+1265