Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't generate invalid C++ code (for implicit conversion from `void *' in | bde | 1997-03-22 | 1 | -3/+3 |
| | | | | assignment). | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 14 | -14/+14 |
| | |||||
* | Implement the -o commandline switch. This does almost exactly | steve | 1997-02-16 | 1 | -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$ | jkh | 1997-01-14 | 15 | -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. | steve | 1997-01-12 | 15 | -0/+27 |
| | |||||
* | This doesn't change any functionality, it simple makes yacc(1) | steve | 1997-01-12 | 13 | -78/+404 |
| | | | | compile -Wall clean. | ||||
* | Revert the '-o output_file_name' option changes. | steve | 1997-01-12 | 2 | -22/+1 |
| | |||||
* | Merge Lite2 mods. | steve | 1997-01-06 | 1 | -9/+40 |
| | |||||
* | Implement and document a '-o output_file_name' option to | steve | 1997-01-06 | 2 | -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. | hsu | 1996-11-04 | 1 | -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 warnings | steve | 1996-09-22 | 1 | -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 parser | peter | 1996-09-03 | 1 | -1/+1 |
| | |||||
* | Make the yacc skeleton aware of C++. It was previously broken in the | joerg | 1996-09-03 | 1 | -1/+12 |
| | | | | YYDEBUG case (getenv() declared wrong). | ||||
* | Install yacc with a link as byacc (and the man page). Some gnu autoconf | peter | 1996-01-08 | 1 | -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. | phk | 1996-01-07 | 2 | -19/+19 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -1/+1 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 5 | -6/+6 |
| | |||||
* | Fix man extents from .0 to .1 | jkh | 1994-08-11 | 1 | -1/+1 |
| | | | | Submitted by: jkh | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 29 | -0/+12526 |