aboutsummaryrefslogtreecommitdiff
path: root/devel/bison/files/patch-reader.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.75David W. Chapman Jr.2002-10-241-23/+0
| | | | | | | | PR: 44223 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=68733
* Update to version 1.33.David E. O'Brien2002-02-171-10/+10
| | | | | | | | | | This version was tested locally by a few trusted committers & friends, and is believed to *actually* be as usable and stable as version 1.28. (unlike *cough*, *cough* other 1.3x versions which have caused no end of problems...) Notes: svn path=/head/; revision=54791
* This PORTEPOCH for life crap is stupid.David E. O'Brien2001-12-111-16/+17
| | | | | | | | | Back out the downgrade, I would have never agreed to it if I had know... This leaves a window of downgradededness 18 hours -- people can just live with that. Notes: svn path=/head/; revision=51321
* Back this down to version 1.28 until the Bison developers can acutallyDavid E. O'Brien2001-12-101-17/+16
| | | | | | | | do some regression tests on their later releases. Versions 1.29 and 1.30 seg fault where 1.28 did not. Notes: svn path=/head/; revision=51303
* Update to 1.29David E. O'Brien2001-09-231-16/+17
| | | | | | | | | | | | | | | | | * Added `-g' and `--graph'. * Added `--locations' and `%locations'. * Added `-S' and `--skeleton'. * `%raw', `-r', `--raw' is disabled. * Special characters are escaped when output. This solves the problems * New directives. `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose', `%debug', `%source_extension' and `%header_extension'. * The input and the output files has automatically a similar extension. Submitted by: demon Notes: svn path=/head/; revision=48099
* Add the Bison 1.25 bug-for-bug "broken-undeftoken-init" compatiblity optionDavid E. O'Brien2000-01-171-0/+22
taken from src/contrib/bison, as we will need this if one is buiding our older EGCS source base. Notes: svn path=/head/; revision=24790