summaryrefslogtreecommitdiff
path: root/execute.c
Commit message (Expand)AuthorAgeFilesLines
* Log fatal messages both to stderr and log fileJoel Rosdahl2010-01-051-2/+2
* Remove trailing whitespaceJoel Rosdahl2010-01-051-7/+7
* support absolute paths in CCACHE_PREFIXAndrew Tridgell2004-09-061-0/+4
* - attempt to make ccache work with cygwin by using O_BINARY (thanksAndrew Tridgell2004-09-061-2/+2
* added CCACHE_UMASKAndrew Tridgell2003-09-271-2/+2
* - avoid using basename() to fix systems with that already definedAndrew Tridgell2003-09-251-1/+1
* added support for CCACHE_PREFIX optionAndrew Tridgell2003-02-161-0/+58
* feeble attempt to handle WIFSIGNALEDAndrew Tridgell2003-01-061-0/+4
* make the compile as atomic as possibleAndrew Tridgell2002-03-271-16/+8
* added some docs and comments ...Andrew Tridgell2002-03-271-1/+18
* delete files before creationAndrew Tridgell2002-03-261-0/+2
* first version of C compilercacheAndrew Tridgell2002-03-261-0/+52