summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/date.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* no need for timeb.hderaadt2013-12-031-3/+1
* Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).deraadt2013-04-191-4/+5
* Checking for -1 as an overflow value is pretty absurd. Returningray2010-07-311-5/+2
* Replace abort(), fatal(), and errx() with return -1, since date_parseray2010-07-291-3/+3
* Reduce variable/function name and whitespace differences betweenray2010-07-231-5/+5
* Sync with cvs:ray2010-07-231-30/+15
* As done in OpenCVS, general includes cleanup sweep. OK otto@.xsa2007-02-271-2/+6
* Prevent negative array index accesses when strlen(buff) == 0.ray2007-01-201-8/+10
* yyerror() little cleanupxsa2006-05-171-11/+7
* Use xasprintf and xfree.ray2006-05-031-7/+4
* Remove dead code.ray2006-04-291-29/+21
* fork our code we shared between openrcs/cvs into the openrcs dir.joris2006-04-261-0/+922