summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/date.y
AgeCommit message (Expand)Author
2017-07-20Add missing <time.h> header.Okan Demirmen
2015-11-05Remove xfree(), like already done for RCS. From Michael W Bombardieri,Nicholas Marriott
2013-12-03do not need 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-23Clean up struct tm handling. Instead of calling gmtime/localtimeRay Lai
2008-02-16* yyInput doesn't seem to contain anything meaningful at the time whenConstantine A. Murenin
2007-10-06replace abort() by return (-1)Charles Longeau
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-01-20Prevent negative array index accesses when strlen(buff) == 0.Ray Lai
2006-11-09sync with usr.bin/rcs version.Xavier Santolaria
2006-05-03Use xasprintf and xfree.Ray Lai
2006-04-29Remove dead code.Ray Lai
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-25Produce more clear error message parsing date strings. ok joris@Otto Moerbeek
2005-05-20* missing prototype for lookup()Jean-Francois Brousseau
2005-05-19use the date parsing code from date.y and fix timestamps on newlyJean-Francois Brousseau
2005-04-18missing prototype for get_date();Joris Vink
2005-03-30allow this to be compiled on its own for testing.Joris Vink
2005-03-28alignmentJean-Francois Brousseau
2005-03-24more cleanup and knfJean-Francois Brousseau
2005-03-24add missing prototypes for standard yacc functions and make yyerror()Jean-Francois Brousseau
2005-03-23public domain yacc date parser with a first round of knfJean-Francois Brousseau