summaryrefslogtreecommitdiffstats
path: root/contrib/bison
Commit message (Collapse)AuthorAgeFilesLines
* Retire Bison as it is not need to build GCC any more.obrien2000-01-3066-26776/+0
| | | | Ok'ed by: JKH
* Don't -ko anymore.obrien1999-09-081-1/+2
| | | | Add FreeBSD tag.
* Document how I imported this.obrien1999-08-142-0/+53
|
* Add "--broken-undeftoken-init" option. This makes Bison 1.28 bug compatableobrien1999-08-142-1/+7
| | | | | | | | | | | with version 1.25. Bison 1.28 fixed a bug in the initialization of the `undefined' symbol table entry. Unfortunately something about the way we are compiling egcs-1.1.2's cc1plus breaks with this bugfix. "--broken-undeftoken-init" is needed when compiling cc1plus. Otherwise /usr/libexec/cc1plus cannot compile libgcc.
* Fix conflicts.obrien1999-08-141-201/+220
|
* Fix conflicts, ensure rev 1.2 changes are made to v1.28.obrien1999-08-141-4/+11
|
* Use stock v1.28 bison.simple.obrien1999-08-141-43/+108
| | | | | Bison 1.28 has our bison.simple rev 1.2 change, but due to code movement, ``cvs'' didn't realize this.
* This commit was generated by cvs2svn to compensate for changes in r49795,obrien1999-08-1452-2185/+6207
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU Bison 1.28obrien1999-08-1455-2428/+6546
| |
* | If "YYPARSE_PARAM" is defined, we need a different prototype for yyparse().obrien1999-07-301-0/+4
| | | | | | | | | | | | PR: gnu/12868 Submitted by: Vadim Chekan <vadim@gc.lviv.ua> Obtained from: bison-1.26a (identical change was made there)
* | Fixed (1970's/old-GNU style) a missing declaration of a function thatbde1998-06-301-0/+1
| | | | | | | | doesn't return int.
* | Fix the location of the files in the FILES section.mpp1997-03-221-2/+2
|/ | | | | | Closes PR# 3063. Submitted by: Kent Vander Velden <graphix@iastate.edu>
* Import the FSF release of bison-1.25 onto the vendor branch.peter1996-09-1053-0/+22598
In case you're wondering, the gcc-2.7.2.1 import uses this to generate code. The size of the generated code is bigger than the entire bison release, making this a saving. The bison doc is pretty good apparently.
OpenPOWER on IntegriCloud