summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/posix.py
Commit message (Expand)AuthorAgeFilesLines
* Use "env -" instead of "env -i". (Chad Austin)Steven Knight2004-02-171-1/+1
* Execute commands using os.spawnvpe() if it's available. (J.T. Conklin)Steven Knight2003-10-041-6/+26
* Avoid hangs on POSIX systems when reading a lot of output from a piped commnd...Steven Knight2003-07-221-12/+23
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-38/+8
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-301-0/+5
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-5/+116
* Add a patch to help many systems terminate on interrupt. (Michael Cook)Steven Knight2003-02-071-3/+7
* 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
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-251-0/+58
* Add SHOBJPREFIX AND SHOBJSUFFIX.Steven Knight2002-10-011-0/+2
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-13/+0
* Add a TAR Builder.Steven Knight2002-07-081-1/+1
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-271-2/+13
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+4
* Add a Platform() method.Steven Knight2002-05-091-0/+48