Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf W....
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 18 Oct 2003 19:22:25 +0000 (19:22 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 18 Oct 2003 19:22:25 +0000 (19:22 +0000)
commitaf769da57fe1dcae109a366756167cbe9b89fec6
treeeb654ea23be6a82f3a29d8b451e652d9cd2e883b
parentf3693cb6e5a764bd7393a77bb242d32daf732639
Allow SConsignFile() to take a dbm module argument; portability fixes.  (Ralf W. Grosse-Kunstleve)  Make ParseConfig() and env.Append() work regardless of initial construction variable values.  Make new Dir() support work with empty directories and timestamps.  Make the new Queue-based Job implementation portable to Python 1.5.2.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@821 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Executor.py
src/engine/SCons/ExecutorTests.py
src/engine/SCons/Job.py
src/engine/SCons/JobTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/Sig/SigTests.py
src/engine/SCons/Sig/__init__.py