summaryrefslogtreecommitdiffstats
path: root/test/Split.py
Commit message (Collapse)AuthorAgeFilesLines
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Add more environment methods for global functions: Action(), Builder(), ↵Steven Knight2003-09-251-5/+12
| | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method.
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-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
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-2/+3
| | | | we're building targets.
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-1/+2
| | | | Default() targets.
* Add a Split() function (like argmunge()) in anticipation of removing the ↵Steven Knight2002-05-021-0/+54
automatic white-space splitting from Builders in 0.08.