Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-16 | * yyInput doesn't seem to contain anything meaningful at the time when | Constantine A. Murenin | |
yyerror() is called, so there's no point in printing it * unbreak `env CFLAGS='-DTEST' make date` ok joris@ | |||
2007-10-06 | replace abort() by return (-1) | Charles Longeau | |
from ray@ suggestion "looks good" ray@ | |||
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek | |
2007-01-20 | Prevent negative array index accesses when strlen(buff) == 0. | Ray Lai | |
OK joris@ | |||
2006-11-09 | sync with usr.bin/rcs version. | Xavier Santolaria | |
2006-05-03 | Use xasprintf and xfree. | Ray Lai | |
``But i thought it already went in...'' xsa@ | |||
2006-04-29 | Remove dead code. | Ray Lai | |
OK niallo@ | |||
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria | |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter | |
2005-09-25 | Produce more clear error message parsing date strings. ok joris@ | Otto Moerbeek | |
2005-05-20 | * missing prototype for lookup() | Jean-Francois Brousseau | |
* remove crufty VMS-specific code * sprinkle some magic knf dust | |||
2005-05-19 | use the date parsing code from date.y and fix timestamps on newly | Jean-Francois Brousseau | |
created files so they match the values found in the corresponding entries, otherwise all files appear as modified ok joris | |||
2005-04-18 | missing prototype for get_date(); | Joris Vink | |
from deraadt@ | |||
2005-03-30 | allow this to be compiled on its own for testing. | Joris Vink | |
ok jfb@ | |||
2005-03-28 | alignment | Jean-Francois Brousseau | |
2005-03-24 | more cleanup and knf | Jean-Francois Brousseau | |
2005-03-24 | add missing prototypes for standard yacc functions and make yyerror() | Jean-Francois Brousseau | |
accept a format with variable arguments | |||
2005-03-23 | public domain yacc date parser with a first round of knf | Jean-Francois Brousseau | |