aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc
Commit message (Expand)AuthorAgeFilesLines
* Sync with current:Tom Rhodes2003-02-251-12/+38
* Sync with current. The only changes are: s/.Xr yacc/.Xr yacc 1/Tom Rhodes2003-02-251-5/+5
* Sync with revision 1.5 from HEAD branch.Giorgos Keramidas2002-07-151-1/+1
* The .Nm utilityPhilippe Charnier2002-06-211-4/+6
* MFC: rev 1.18 (static'ize increase_maxtable)David E. O'Brien2001-10-051-1/+1
* MFC: rev 1.9 (constify)David E. O'Brien2001-10-052-2/+1
* MFC: rev 1.17 (fix to really dynamically resize the table)David E. O'Brien2001-10-051-14/+49
* MFC: rev 1.16 (increase the table size by an order of magnitude)David E. O'Brien2001-10-051-1/+1
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
* MFC: rev 1.29 (use a real prototype for ansi compilers)Peter Wemm2001-07-191-0/+4
* MFC: Introduce and use SCRIPTS knob.Ruslan Ermilov2001-04-251-6/+3
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* Fixed breakage of K&R support in rev.1.26. yyparse() was defined asBruce Evans2000-01-171-7/+7
* Fixed breakage of K&R support in rev.1.8 of output.c: don't generateBruce Evans2000-01-172-2/+5
* malloc more space for temp file nameKris Kennaway2000-01-101-1/+1
* Feed mkstemp() some more X's to keep it safe.Kris Kennaway2000-01-102-5/+5
* Make "YYPARSE_PARAM" and "YYPARSE_PARAM_TYPE" C++/ANSI-C clean.David E. O'Brien1999-10-281-4/+15
* Allow a user specified parameter to 'yyparse()', in a manner similar toDavid E. O'Brien1999-10-271-8/+11
* Emit YYERRCODE into y.tab.h to help `lex' report scanning errors back toDavid E. O'Brien1999-10-271-3/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2816-16/+16
* Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19David E. O'Brien1999-07-301-1/+1
* Hyphens are not legal characters in a C identifier.Dag-Erling Smørgrav1999-07-301-1/+1
* Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]Tim Vanderhoek1999-07-301-2/+2
* Don't output rcsid into the output parser. It may have already beenTim Vanderhoek1999-07-301-2/+2
* Only output `rcsid' (set to our Id string) into the resulting parser file.David E. O'Brien1999-07-301-4/+2
* Follow the directions in the comments and add our Id string to the outputDavid E. O'Brien1999-07-291-1/+2
* Check that user supplied the required argument; and if not, show usage().David E. O'Brien1999-07-291-0/+5
* * Don't assume realloc() can take NULL as first arg. Yacc needs toDavid E. O'Brien1999-07-291-3/+11
* YYRECOVERING(), not YYRECOVERING.David E. O'Brien1999-07-291-2/+2
* Add support for Bison's "%expect <int>" directive.David E. O'Brien1999-07-293-7/+65
* Regenerate to match changes made in the embedded yacc parser.Tim Vanderhoek1999-07-231-28/+70
* Regenerate this file. This fixes a y2k bogon. As an unintentional side-effect,Tim Vanderhoek1999-07-231-33/+75
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Clean up the skeleton code a little. There was a #ifdef to avoidPeter Wemm1999-04-181-9/+1
* "19%02", tm.year -> "%d", tm.year+1900Daniel O'Callaghan1999-01-181-2/+2
* Use mkstemp rather than mktemp for yacc's temp files. This change was madeWarner Losh1998-06-091-7/+20
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Use err(3). Rewrote man page in mdoc format. The user visible change is thatPhilippe Charnier1997-08-285-171/+148
* Add back the description of the -o option.Steve Price1997-05-141-1/+13
* #include <stdlib.h> in the C++ case and declare getenv and reallocSteve Price1997-04-291-1/+11
* Keep style consistent.Steve Price1997-04-291-7/+7
* Fix problems using -Wwrite-strings and -Wcast-qual with yacc generatedSteve Price1997-04-282-16/+8
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)John-Mark Gurney1997-04-271-7/+9
* Don't generate invalid C++ code (for implicit conversion from `void *' inBruce Evans1997-03-221-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2214-14/+14
* Implement the -o commandline switch. This does almost exactlySteve Price1997-02-161-12/+61
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1415-15/+15
* Add RCS id's since these files have left the default branch.Steve Price1997-01-1215-0/+27
* This doesn't change any functionality, it simple makes yacc(1)Steve Price1997-01-1213-77/+403
* Revert the '-o output_file_name' option changes.Steve Price1997-01-122-22/+1