summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/yacc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 2558. Handle .output file generated by bison or yacc properly. Ma...William Deegan2011-01-271-0/+10
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2162: YACC fix for OS XGreg Noel2008-08-141-6/+9
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-2/+9
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-1/+2
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-9/+44
* Allow configurability of yacc-generated header files suffixes.Steven Knight2005-04-101-4/+6
* Accumulated documentation changes.Steven Knight2005-02-151-3/+5
* Support .lex and .yacc file suffixes. (Matthew Doar)Steven Knight2004-10-221-0/+2
* Move Action initializations for common default COM values from Tool/*.py to D...Steven Knight2004-05-161-2/+3
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-3/+2
* Fix a yacc regression.Steven Knight2003-08-161-0/+1
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-0/+22
* Portability fixes for non-GNU lex and yacc. (Chad Austin)Steven Knight2003-06-151-2/+2
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+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
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-1/+1
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-2/+2
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+3
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+47