Add a Split() function (like argmunge()) in anticipation of removing the automatic...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 2 May 2002 13:40:38 +0000 (13:40 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 2 May 2002 13:40:38 +0000 (13:40 +0000)
commit0c33fd9cc5bb6072a416f8f3eff2402ca9143a63
tree9043e61875931b89bcd8c235470838a19bd3a284
parente4328fd34539996c789b22857a895e16f1968aad
Add a Split() function (like argmunge()) in anticipation of removing the automatic white-space splitting from Builders in 0.08.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@355 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/CHANGES.txt
src/RELEASE.txt
src/engine/SCons/Builder.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
test/Split.py [new file with mode: 0644]