Age | Commit message (Expand) | Author |
---|---|---|
2016-08-26 | Pull in <time.h> for struct tm, used in rcs.h | Philip Guenther |
2015-06-13 | Convert xfree to free. From Fritjof Bornebusch. ok deraadt | Nicholas Marriott |
2013-12-03 | no need for timeb.h | Theo de Raadt |
2013-04-19 | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). | Theo de Raadt |
2010-07-31 | Checking for -1 as an overflow value is pretty absurd. Returning | Ray Lai |
2010-07-29 | Replace abort(), fatal(), and errx() with return -1, since date_parse | Ray Lai |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Sync with cvs: | Ray Lai |
2007-02-27 | As done in OpenCVS, general includes cleanup sweep. OK otto@. | Xavier Santolaria |
2007-01-20 | Prevent negative array index accesses when strlen(buff) == 0. | Ray Lai |
2006-05-17 | yyerror() little cleanup | Xavier Santolaria |
2006-05-03 | Use xasprintf and xfree. | Ray Lai |
2006-04-29 | Remove dead code. | Ray Lai |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink |