http://scons.tigris.org/issues/show_bug.cgi?id=2329
[scons.git] / src / engine / SCons / UtilTests.py
2001-12-29 stevenknightAdd duplicate (defaults to true) option to BuildDir()
2001-12-20 stevenknightBug fixes: BuildDir() non-writable files, and CPPPATH...
2001-12-19 stevenknightBug fixes from Charles Crain.
2001-12-14 stevenknightLast Windows NT portability fixes (this release).
2001-12-11 stevenknightRework implicit dependency scanning for relative CPPPAT...
2001-12-11 stevenknightMove autogeneration of PATH-based variables from Enviro...
2001-12-04 stevenknightSpeed up and generalize SCons.Util.find_files().
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-15 stevenknightLIBS and LIBPATH work, variable substitution changes.
2001-10-31 stevenknightMake the (s) and variables upper-case.
2001-10-18 stevenknightIf the value of a is None, interpolate '', not 'None'.
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-12 stevenknightRefactor construction variable expansion.
2001-10-11 stevenknightImplement special variable substitution.
2001-10-11 stevenknightAdd the Library() method.
2001-10-03 stevenknightUpdating licensing.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-24 stevenknightImplement the Depends() method.