summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/date.y
AgeCommit message (Expand)Author
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