summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/date.y
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
2013-12-03no need for timeb.hTheo de Raadt
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Theo de Raadt
2010-07-31Checking for -1 as an overflow value is pretty absurd. ReturningRay Lai
2010-07-29Replace abort(), fatal(), and errx() with return -1, since date_parseRay Lai
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2010-07-23Sync with cvs:Ray Lai
2007-02-27As done in OpenCVS, general includes cleanup sweep. OK otto@.Xavier Santolaria
2007-01-20Prevent negative array index accesses when strlen(buff) == 0.Ray Lai
2006-05-17yyerror() little cleanupXavier Santolaria
2006-05-03Use xasprintf and xfree.Ray Lai
2006-04-29Remove dead code.Ray Lai
2006-04-26fork our code we shared between openrcs/cvs into the openrcs dir.Joris Vink