summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/tar.py
Commit message (Expand)AuthorAgeFilesLines
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-1/+1
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-1/+3
* More command-line customizability: and .Steven Knight2004-12-011-1/+4
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-1/+1
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Finish Tar builder support, add Zip builder support.Steven Knight2003-02-261-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
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-2/+2
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-9/+3
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+14
* Add a TAR Builder.Steven Knight2002-07-081-0/+55