summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/skeleton.c
AgeCommit message (Expand)Author
2004-03-12fix memory leak in the code yacc generates, ok millert deraadtHenning Brauer
2003-11-25obvious fix for gcc3.Marc Espie
2003-06-19ansify; ok miodPeter Valchev
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-03constify the not yet constified tables, use defined(__STDC__) instead of ifde...Michael Shalayeff
2001-11-19kill more registersMike Pechkin
2001-07-16-Wall cleanup; ok deraadtPeter Valchev
2001-02-26Silence some warnings in generated grammers compiled with YYDEBUG;Thorsten Lockert
2000-01-27er, oops, types must be same for multiple assignmentTheo de Raadt
2000-01-26if yygrowstack() fails to allocate memory, free all yacc memory allocations a...Theo de Raadt
1998-11-18revert last change for K\&R C compilers without constdm
1998-11-18drop the __attribute__ stuf in favor of a simple constdm
1998-11-17add __attribute__ ((unused)) to the yyrcsid under GCC 2dm
1998-09-08Don't assume realloc() can take NULL as first arg. Yacc needs to generate po...Todd C. Miller
1998-04-25remove const, so it works on !ansi compilerMichael Shalayeff
1997-01-03YYRECOVERING(), not YYRECOVERING. Approved by Robert CorbettThorsten Lockert
1996-12-27Remove some GCC warnings in generated output; from Steve Price via FreeBSDThorsten Lockert
1996-07-28silence gcc in super-pedantic mode; based on freebsd pr#1427Theo de Raadt
1996-05-20Use prototypes if 'defined(__cplusplus) || __STDC__'Thorsten Lockert
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-12-22Imported from Cygnus byacc: Define YYEMPTY and YYLEX, because GCC uses them.Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt