summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Use mkstemp rather than mktemp for yacc's temp files. This change was madeimp1998-06-091-7/+20
| | | | | to OpenBSD a long time ago and to my tree shortly thereafter. I think theo made this change, or one similar to it, but I could be wrong.
* Use err(3). Rewrote man page in mdoc format. The user visible change is thatcharnier1997-08-281-5/+7
| | | | | report of s/r and r/r conflicts is now printed in two separate lines beginning by `yacc: '.
* 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-141-1/+1
| | | | | | | | 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-121-0/+2
|
* This doesn't change any functionality, it simple makes yacc(1)steve1997-01-121-5/+19
| | | | compile -Wall clean.
* Revert the '-o output_file_name' option changes.steve1997-01-121-12/+1
|
* Implement and document a '-o output_file_name' option tosteve1997-01-061-1/+12
| | | | | | | allow the generated code to be written to a file other than the default, y.tab.c. Inspired by: bde and brian@mediacity.com
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+423
OpenPOWER on IntegriCloud