index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
date.y
Age
Commit message (
Expand
)
Author
2008-02-16
* yyInput doesn't seem to contain anything meaningful at the time when
Constantine A. Murenin
2007-10-06
replace abort() by return (-1)
Charles Longeau
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
2006-11-09
sync with usr.bin/rcs version.
Xavier Santolaria
2006-05-03
Use xasprintf and xfree.
Ray Lai
2006-04-29
Remove dead code.
Ray Lai
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
2005-05-19
use the date parsing code from date.y and fix timestamps on newly
Jean-Francois Brousseau
2005-04-18
missing prototype for get_date();
Joris Vink
2005-03-30
allow this to be compiled on its own for testing.
Joris Vink
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
2005-03-23
public domain yacc date parser with a first round of knf
Jean-Francois Brousseau