summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/buf.h
AgeCommit message (Expand)Author
2011-07-06Replace the keyword expansion code with a faster, more readable versionNicholas Marriott
2011-03-27- garbage collect unused buf_fappend(), which was also removed from ocvs'sJasper Lievisse Adriaanse
2010-07-28Make BUFs autoextend by default. This was already done in OpenCVSRay Lai
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2007-02-27As done in OpenCVS, general includes cleanup sweep. OK otto@.Xavier Santolaria
2007-02-22Fix const inconsistencies, void pointer artithmetic;Xavier Santolaria
2007-02-16Correct function name in comment.Ray Lai
2007-02-02Remove unused and buggy {cvs,rcs}_buf_set functions.Ray Lai
2006-08-02rcs_buf_set(), rcs_buf_append, and rcs_buf_fappend should not returnRay Lai
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-06-03- correctly handle binary files; say bye bye to using c strings for deltatexts.Niall O'Higgins
2006-06-01- zap dangling macro, will be replaced with a function later.Niall O'Higgins
2006-04-26fork our code we shared between openrcs/cvs into the openrcs dir.Joris Vink