summaryrefslogtreecommitdiff
path: root/usr.bin/yacc
AgeCommit message (Collapse)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-10bogus __deadTheo de Raadt
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-11-07fix signal raceTheo de Raadt
2001-07-16-Wall cleanup; ok deraadtPeter Valchev
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-03test code that is not used (and one file in there had a rusty license)Theo de Raadt
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-02-26Silence some warnings in generated grammers compiled with YYDEBUG;Thorsten Lockert
okay millert@
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
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 ↵Theo de Raadt
and reset for future yyparse() calls... obscure eh
1999-10-05Describe the -o option; whs@xs4all.nlAaron Campbell
1999-08-04o Use __prognameTodd C. Miller
o Use _PATH_TMP o Use mkstemp() instead of mktemp() o Really use 10 X's (one is eaten up by a letter) o Correct manpage wrt temp file name o Uncomment .Xr yyfix in man page since we ship it now
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-04-18Add yyfix, from 4.4BSDTodd C. Miller
1998-11-24fix memory leaks; itohy@netbsdTheo 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-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-09-08Don't assume realloc() can take NULL as first arg. Yacc needs to generate ↵Todd C. Miller
portable code...
1998-05-28buf problem with TMPDIR; karls@inet.noTheo de Raadt
1998-04-25remove const, so it works on !ansi compilerMichael Shalayeff
1997-11-05handle c++ and other languages; buffer underrun; netbsd pr#4392;Theo de Raadt
fixes from jfw@jfwhome.funhouse.com
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-14Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett.Thorsten Lockert
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-12-06-p did not rename 2 variables; netbsd pr#2997, mike.long@analog.comTheo de Raadt
1996-07-28silence gcc in super-pedantic mode; based on freebsd pr#1427Theo de Raadt
1996-06-26rcsidTheo de Raadt
1996-06-25mktemp open+fdopenTheo de Raadt
1996-05-20Use prototypes if 'defined(__cplusplus) || __STDC__'Thorsten Lockert
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-31Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.etheisen
NetBSD's byacc %expect mods are buggy and don't handle syntax or semantic errors. Additionally, they do not mimic the BISON behavior they try to emulate. Our local OpenBSD %expect mods are much better.
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-02-04Yacc now understands %expect keyword. This should help prevent yacc frometheisen
gagging on GNU bison grammer.
1996-01-11from netbsd; Fetch `-p' documentation from a previous version ofTheo de Raadt
the man page
1995-12-22Imported from Cygnus byacc: Define YYEMPTY and YYLEX, because GCC uses them.Niklas Hallqvist
1995-12-22Imported from Cygnus byacc, David 'Zoo' Zuhn: add support for a -oNiklas Hallqvist
flag, to be command line compatible with bison, for most FSF programs that use a parser.
1995-10-18initial import of NetBSD treeTheo de Raadt