summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc
Commit message (Collapse)AuthorAgeFilesLines
* Use err(3). Rewrote man page in mdoc format. The user visible change is thatcharnier1997-08-285-171/+148
| | | | | report of s/r and r/r conflicts is now printed in two separate lines beginning by `yacc: '.
* Add back the description of the -o option.steve1997-05-141-1/+13
| | | | Threatened PR by: Tim Vanderhoek :)
* #include <stdlib.h> in the C++ case and declare getenv and reallocsteve1997-04-291-1/+11
| | | | | | | in the C case so that we don't have to depend on stdlib.h being present. Submitted by: Bruce Evans <bde@freefall.freebsd.org>
* Keep style consistent.steve1997-04-291-7/+7
| | | | Submitted by: Bruce Evans <bde@freefall.freebsd.org>
* Fix problems using -Wwrite-strings and -Wcast-qual with yacc generatedsteve1997-04-282-16/+8
| | | | | | parsers. Closes PR #2792. Submitted by: Tim Vanderhoek
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)jmg1997-04-271-7/+9
| | | | | add missing Id's other minor clean ups
* Don't generate invalid C++ code (for implicit conversion from `void *' inbde1997-03-221-3/+3
| | | | assignment).
* Revert $FreeBSD$ to $Id$peter1997-02-2214-14/+14
|
* Implement the -o commandline switch. This does almost exactlysteve1997-02-161-12/+61
| | | | | | | what bison does with -o, except it DTRT with respect to naming the .code file when the -r switch is also used. Submitted by: bde
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1415-15/+15
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add RCS id's since these files have left the default branch.steve1997-01-1215-0/+27
|
* This doesn't change any functionality, it simple makes yacc(1)steve1997-01-1213-78/+404
| | | | compile -Wall clean.
* Revert the '-o output_file_name' option changes.steve1997-01-122-22/+1
|
* Merge Lite2 mods.steve1997-01-061-9/+40
|
* Implement and document a '-o output_file_name' option tosteve1997-01-062-1/+22
| | | | | | | allow the generated code to be written to a file other than the default, y.tab.c. Inspired by: bde and brian@mediacity.com
* Add YYLEX and YYEMPTY macros to make byacc look more like bison.hsu1996-11-041-1/+3
| | | | | Obtained from: Cygnus source tree, with permission. Original commit by Jim Wilson, wilson@cygnus.com.
* Fix for PR# 1427, yacc-generated parser generates warningssteve1996-09-221-15/+17
| | | | | | with -Wall. Tim's work with some minor additions by me. Submitted by: Tim Vanderhoek <hoek@freenet.hamilton.on.ca>
* Fix -Wall warning in skeleton parserpeter1996-09-031-1/+1
|
* Make the yacc skeleton aware of C++. It was previously broken in thejoerg1996-09-031-1/+12
| | | | YYDEBUG case (getenv() declared wrong).
* Install yacc with a link as byacc (and the man page). Some gnu autoconfpeter1996-01-081-0/+2
| | | | | scripts that check for features/fixes in bison also check for byacc and dont find it unless there is a 'byacc' in the path.
* Make all the tables "const" so that they don't clutter our data-segment.phk1996-01-072-19/+19
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-305-6/+6
|
* Fix man extents from .0 to .1jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2729-0/+12526
OpenPOWER on IntegriCloud