summaryrefslogtreecommitdiffstats
path: root/test/YACC.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix a yacc regression.Steven Knight2003-08-161-6/+22
|
* When an input yacc file ends in .yy and the yacc -d flag is used, expect a ↵Steven Knight2003-07-021-0/+26
| | | | generated .hpp file, not a .h file.
* Portability fixes for non-GNU lex and yacc. (Chad Austin)Steven Knight2003-06-151-0/+1
|
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-2/+1
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach ↵Steven Knight2002-09-051-1/+7
| | | | and SK)
* Add a better PATH search to the tests.Steven Knight2002-05-071-6/+1
|
* Small fix for yacc: only look for a .h file if they used the -d option. ↵Steven Knight2002-04-221-0/+4
| | | | (Charles Crain)
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-1/+7
|
* Make the C*FILESUFFIX.py, LEX*.py and YACC*.py tests not dependent on the ↵Steven Knight2002-03-101-14/+55
| | | | system's lex or yacc.
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Check for the existence of lex and yacc in those tests and bail with NO ↵Steven Knight2002-01-111-0/+10
| | | | RESULT if they're not present..
* Add support for lex and yacc.Steven Knight2002-01-071-0/+102