summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/dblite.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-6/+6
* Handle failure to chmod() the .sconsign.dblite file, if it's owned by another...Steven Knight2005-10-081-2/+7
* Win32 portability fixes.Steven Knight2005-08-111-1/+3
* Win32 portability.Steven Knight2005-08-071-1/+1
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-1/+4
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-1/+1
* Win32 portability fixes for tests.Steven Knight2004-09-191-0/+2
* Avoid corrupting the .sconsign.dblite file by writing to a temporary file and...Steven Knight2004-09-151-4/+14
* Make dblite.py handle Unicode strings.Steven Knight2004-07-111-9/+42
* Have SConsignFile() use a dblite.py module by default, so we can control the ...Steven Knight2004-04-251-0/+149