summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/hist.c
AgeCommit message (Collapse)Author
2006-04-05Use variable names for sizeof, remove casts in front of xmalloc,Ray Lai
use xcalloc and xstrdup where appropriate, and other stuff. OK joris@
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
time ago, but we were being held back by jfb. too bad for him. next step is to use fatal() through out the code for unrecoverable errors instead of trying to be all nice and fluffy and reach main() again. ok niallo@ and xsa@
2005-09-05add trace message (-t);Xavier Santolaria
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-02handle -l global option; ok jfb@ joris@.Xavier Santolaria
2005-07-29minor KNF;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-04-16check snprintf() return value;Joris Vink
from deraadt@ small change by me
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau