| Commit message (Expand) | Author | Age | Files | Lines |
* | - Merged r4228 (Bugfix for runtest.py) from branches/installer | Lukas Erlinghagen | 2009-06-13 | 1 | -1/+1 |
|
|
* | - Changed the option--duplicate test to only test the number of hard links on... | Lukas Erlinghagen | 2009-06-12 | 1 | -1/+13 |
|
|
* | fix minor unicode issue in UtilTests | Ludwig Hähne | 2009-05-30 | 1 | -1/+3 |
|
|
* | Doc patch from issue 2282 (mention JAVAVERSION in users guide), thanks to Knu... | Gary Oberbrunner | 2009-05-29 | 2 | -0/+40 |
|
|
* | Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank... | Gary Oberbrunner | 2009-05-29 | 2 | -2/+10 |
|
|
* | Fix for issue 2088: Java version 5 is same as 1.5 and 6 is same as 1.6. | Gary Oberbrunner | 2009-05-29 | 2 | -2/+30 |
|
|
* | Support Intel v11 compiler on Windows. Most of the code was already | Gary Oberbrunner | 2009-05-22 | 1 | -1/+3 |
|
|
* | Issue 2229, fix, tests, doc | Greg Noel | 2009-05-17 | 3 | -45/+22 |
|
|
* | Remove duplicate test | Greg Noel | 2009-05-17 | 1 | -90/+0 |
|
|
* | typo | Greg Noel | 2009-05-17 | 1 | -1/+1 |
|
|
* | Issue 2415: Tolerate unicode strings when using intern() | Ludwig Hähne | 2009-05-17 | 4 | -18/+39 |
|
|
* | Issue 2410: Fix crash when using one-character identifiers in C and C++ macros. | Greg Noel | 2009-05-14 | 2 | -2/+6 |
|
|
* | Apply fix to Textfile/Substfile suggested by Gary Oberbrunner | Greg Noel | 2009-05-13 | 1 | -1/+1 |
|
|
* | Fix packaging tests: exclude test/Fortran/.exclude_tests from the | Steven Knight | 2009-05-13 | 1 | -0/+1 |
|
|
* | Add ipkg.py to the MANIFEST.in list and fix 1.5 fix | Steven Knight | 2009-05-13 | 2 | -4/+9 |
|
|
* | Rename bin/linecount to bin/linecount.py and provide finer-grained | Steven Knight | 2009-05-13 | 2 | -83/+123 |
|
|
* | Fix textfile.py breakaga on platforms with weird end-of-line conventions | Greg Noel | 2009-05-12 | 1 | -1/+1 |
|
|
* | Fix site_scons/site_init.py test failure on Windows by using 'type' instead o... | Gary Oberbrunner | 2009-05-12 | 1 | -3/+9 |
|
|
* | Fix issue 2421 by not trying to use os.chown on Windows. | Gary Oberbrunner | 2009-05-12 | 1 | -3/+6 |
|
|
* | Fix issue 1382: chown .sconsign.dblite back to original user/group when done,... | Gary Oberbrunner | 2009-05-12 | 1 | -0/+20 |
|
|
* | Make building SCons distribution on Windows work better: make whereis() look ... | Gary Oberbrunner | 2009-05-11 | 1 | -10/+15 |
|
|
* | Remove unused file | Greg Noel | 2009-05-10 | 2 | -215/+1 |
|
|
* | Automatically pick up the list of tools from the tool directory rather | Greg Noel | 2009-05-10 | 1 | -85/+20 |
|
|
* | Update regression tests to match changes in runtest.py | Greg Noel | 2009-05-08 | 2 | -16/+16 |
|
|
* | Issue 2306: Exclude non-test files from regression tests. While runtest.py | Greg Noel | 2009-05-08 | 2 | -9/+17 |
|
|
* | Fix #1673, CheckLib should prepend rather than append. | Gary Oberbrunner | 2009-05-07 | 3 | -4/+31 |
|
|
* | Fix bug #2298, make Move factory work across filesystems. | Gary Oberbrunner | 2009-05-07 | 1 | -1/+1 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 30 | -125/+127 |
|
|
* | Add __revision__ to new file, make __doc__ explicit. | Steven Knight | 2009-05-01 | 1 | -1/+4 |
|
|
* | Only try to use hg or svn for packaging in checked-out trees. | Steven Knight | 2009-04-30 | 1 | -2/+2 |
|
|
* | Avoid swallowing KeyboardInterrupt in new try:-except: blocks. | Steven Knight | 2009-04-30 | 1 | -0/+4 |
|
|
* | Fix try:-except:-finally: block, only valid starting with Python 2.5. | Steven Knight | 2009-04-30 | 1 | -21/+25 |
|
|
* | fix for bug #2393. Instead of just 'import'ing | Gary Oberbrunner | 2009-04-29 | 2 | -8/+110 |
|
|
* | Sigh. Checkin to fix previous regression test cause another | Greg Noel | 2009-04-23 | 1 | -4/+4 |
|
|
* | Fix regression failure (shadowed variable) in Python 2.1 | Greg Noel | 2009-04-22 | 1 | -8/+14 |
|
|
* | Editing changes for textfile.xml and credit to Hartmut Goebel | Greg Noel | 2009-04-22 | 2 | -11/+16 |
|
|
* | Missed the documentation for Textfile and Substfile | Greg Noel | 2009-04-22 | 1 | -0/+204 |
|
|
* | Add Textfile and Substfile builders | Greg Noel | 2009-04-22 | 6 | -17/+350 |
|
|
* | use correct base class for filesystem factory functions | Greg Noel | 2009-04-22 | 1 | -1/+1 |
|
|
* | Add .get_file_contents() to Value() nodes | Greg Noel | 2009-04-22 | 1 | -1/+4 |
|
|
* | Updates for recent modifications. | Steven Knight | 2009-04-19 | 1 | -0/+34 |
|
|
* | fix test that hangs occasionally to fail instead if a short time elapses with... | Greg Noel | 2009-04-18 | 1 | -10/+14 |
|
|
* | Modify the SWIG tests so that OS X is treated like a UNIX platform (which it | Greg Noel | 2009-04-18 | 13 | -204/+98 |
|
|
* | Redirect branching page to wiki | Greg Noel | 2009-04-17 | 1 | -0/+1 |
|
|
* | Fix the expected "Dot not know how to make" error message. | Steven Knight | 2009-04-16 | 1 | -1/+1 |
|
|
* | Partial update of the use of branches; still needs TLC | Greg Noel | 2009-04-16 | 2 | -21/+27 |
|
|
* | Win32 fixes: update error message, accomodate re match. | Steven Knight | 2009-04-16 | 2 | -3/+5 |
|
|
* | Fix Python 2.2 idiom. | Steven Knight | 2009-04-16 | 1 | -1/+3 |
|
|
* | Per the bug report, this patch improves the "Do not know how to make | Gary Oberbrunner | 2009-04-15 | 4 | -10/+27 |
|
|
* | Issue 2377: Check if isatty() exists before calling it | Ludwig Hähne | 2009-04-14 | 1 | -2/+2 |
|
|