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
/
yacc
/
skeleton.c
Age
Commit message (
Expand
)
Author
2000-01-27
er, oops, types must be same for multiple assignment
Theo de Raadt
2000-01-26
if yygrowstack() fails to allocate memory, free all yacc memory allocations a...
Theo de Raadt
1998-11-18
revert last change for K\&R C compilers without const
dm
1998-11-18
drop the __attribute__ stuf in favor of a simple const
dm
1998-11-17
add __attribute__ ((unused)) to the yyrcsid under GCC 2
dm
1998-09-08
Don't assume realloc() can take NULL as first arg. Yacc needs to generate po...
Todd C. Miller
1998-04-25
remove const, so it works on !ansi compiler
Michael Shalayeff
1997-01-03
YYRECOVERING(), not YYRECOVERING. Approved by Robert Corbett
Thorsten Lockert
1996-12-27
Remove some GCC warnings in generated output; from Steve Price via FreeBSD
Thorsten Lockert
1996-07-28
silence gcc in super-pedantic mode; based on freebsd pr#1427
Theo de Raadt
1996-05-20
Use prototypes if 'defined(__cplusplus) || __STDC__'
Thorsten Lockert
1996-04-21
sync to netbsd 960418
Theo de Raadt
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1995-12-22
Imported from Cygnus byacc: Define YYEMPTY and YYLEX, because GCC uses them.
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt