Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Platform / posix.py
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2008-10-07 stevenknightInitial Python 2.6 portability in SCons code itself...
2008-09-05 GregNoelIssue 1689: short-term hack to make Ubuntu happy
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2005-10-08 stevenknightMove /opt/bin to between /usr/local/bin and /bin on...
2005-10-08 stevenknightAdd /sw/bin to the default PATH on Darwin systems....
2005-08-06 stevenknightParameterize the '@' prefix when calling TempFileMunge...
2005-03-10 stevenknightAdd TempFileMunge support to AIX, Cygwin, HP-UX, Linux...
2004-10-24 stevenknightRefactor to separate shell processing from command...
2004-04-03 stevenknightAdd RPATH support. (Chad Austin)
2004-02-17 stevenknightUse "env -" instead of "env -i". (Chad Austin)
2003-10-04 stevenknightExecute commands using os.spawnvpe() if it's available...
2003-07-22 stevenknightAvoid hangs on POSIX systems when reading a lot of...
2003-05-16 stevenknightSConf fixes. (Christoph Wiedemann)
2003-04-30 stevenknightFix the spawn() functions. (Anthony Roach)
2003-04-23 stevenknightAdd SConf infrastructure (Autoconf functionality)....
2003-02-07 stevenknightAdd a patch to help many systems terminate on interrupt...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2002-11-25 stevenknightMake the shell pickable via a construction variable...
2002-10-01 stevenknightAdd SHOBJPREFIX AND SHOBJSUFFIX.
2002-08-30 stevenknightMake SCons/Tool/ifl.py get included in the win32 packag...
2002-07-08 stevenknightAdd a TAR Builder.
2002-06-27 stevenknightAdd support for assembly language (.s and .S) Tools...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-05-09 stevenknightAdd a Platform() method.