summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsparse.c
AgeCommit message (Expand)Author
2016-08-26Pull in <time.h> for struct tm, used in rcs.hPhilip Guenther
2015-06-13Convert xfree to free. From Fritjof Bornebusch. ok deraadtNicholas Marriott
2014-12-01An internal function called xrealloc() is actually a fail-hardTheo de Raadt
2014-11-22not compiled before commitTheo de Raadt
2014-11-22Fixed uninitialized pointer (and other struct entries while at it)Tobias Stoeckmann
2014-11-16Convert the logic in rcsparse_warnx(). Instead of creating aAlexander Bluhm
2014-10-10Zap some stored values never read; From Fritjof Bornebusch; ok nicm@Otto Moerbeek
2013-06-03properly handle commitid tokens found in rcs filesjoshua stein
2012-02-04Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change.Tobias Stoeckmann
2011-07-14spacing, no binary change.Igor Sobrado
2011-05-04Fix a typo in a comment, from Michael W Bombardieri.Nicholas Marriott
2011-03-27- remove unused variablesJasper Lievisse Adriaanse
2010-10-20Remove the need for rp_file in parser structure, instead keep only oneTobias Stoeckmann
2010-10-20Prevent a NULL pointer dereference if rcsparse_deltatexts is called withTobias Stoeckmann
2010-10-15No need to remove RCS_PARSE flag from rf_flags after successfully parsing.Tobias Stoeckmann
2010-10-15Replaced RCS parser code with new rcsparse.{c,h}:Tobias Stoeckmann