aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc
Commit message (Expand)AuthorAgeFilesLines
* 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-78/+404
* Revert the '-o output_file_name' option changes.Steve Price1997-01-122-22/+1
* Merge Lite2 mods.Steve Price1997-01-061-9/+40
* Implement and document a '-o output_file_name' option toSteve Price1997-01-062-1/+22
* Add YYLEX and YYEMPTY macros to make byacc look more like bison.Jeffrey Hsu1996-11-041-1/+3
* Fix for PR# 1427, yacc-generated parser generates warningsSteve Price1996-09-221-15/+17
* Fix -Wall warning in skeleton parserPeter Wemm1996-09-031-1/+1
* Make the yacc skeleton aware of C++. It was previously broken in theJoerg Wunsch1996-09-031-1/+12
* Install yacc with a link as byacc (and the man page). Some gnu autoconfPeter Wemm1996-01-081-0/+2
* Make all the tables "const" so that they don't clutter our data-segment.Poul-Henning Kamp1996-01-072-19/+19
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-6/+6
* Fix man extents from .0 to .1Jordan K. Hubbard1994-08-111-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2729-0/+12526