Added fix for TeX includes with same name as subdirs.
[scons.git] / test / Depends.py
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-01-11 stevenknightBetter error handling if someone tries to add a non...
2003-10-07 stevenknightAllow Dirs to be sources of Depends, Ignores, Precious...
2003-09-10 stevenknightMake a Clean() environment method. Add global function...
2003-09-05 stevenknightSupport construction variable expansion anywhere in...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-15 stevenknightNecessary changes towards supporting Jython.
2002-06-05 stevenknightChanges from Charles Crain.
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2001-12-30 stevenknightWindows test fixes
2001-12-20 stevenknightFix Export(), add Import() and Return()
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-10-31 stevenknightMake the (s) and variables upper-case.
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-28 stevenknightFix a number of small problems in tests.
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-11 stevenknightImplement special variable substitution.
2001-10-03 stevenknightUpdating licensing.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-21 stevenknightAdd additional tests to provide more examples.