| Commit message (Expand) | Author | Age | Files | Lines |
* | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070. | dkf | 2011-12-01 | 1 | -0/+4 |
|\ |
|
| * | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070. | dkf | 2011-12-01 | 1 | -0/+4 |
|
|
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta... | jan.nijtmans | 2011-11-30 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta... | jan.nijtmans | 2011-11-30 | 1 | -0/+6 |
| |\ |
|
| | * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta... | jan.nijtmans | 2011-11-30 | 1 | -0/+6 |
|
|
* | | | [Bug 2991415]: tclport.h #include'd before limits.h | jan.nijtmans | 2011-11-30 | 1 | -0/+2 |
|
|
* | | | don't install tommath_(super)?class.h | jan.nijtmans | 2011-11-30 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Use the same shebang comment everywhere | jan.nijtmans | 2011-11-30 | 1 | -0/+8 |
| |\ \
| | |/ |
|
| | * | Use the same shebang comment everywhere | jan.nijtmans | 2011-11-29 | 1 | -0/+6 |
|
|
* | | | * library/history.tcl (history): Simplify the dance of variable | dkf | 2011-11-25 | 1 | -0/+5 |
|
|
* | | | Make some of the logic in TclCompileObj less heavily nested, to improve clarity. | dkf | 2011-11-22 | 1 | -1/+6 |
|
|
* | | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -0/+6 |
| |\ \
| | |/ |
|
| | * | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 1 | -0/+5 |
|
|
| * | | tag&bag another 8.5.11 RC.core_8_5_11core_8_5_11_rc | dgp | 2011-11-04 | 1 | -1/+16 |
|
|
| * | | merge to release | dgp | 2011-11-01 | 1 | -0/+2 |
|
|
| * | | Update changes toward 8.5.11 release. Bump to http 2.7.7. | dgp | 2011-10-20 | 1 | -0/+9 |
|
|
| * | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -0/+7 |
|
|
* | | | Revise results of the thread-7.28 through thread-7.31 tests to account for th... | Joe Mistachkin | 2011-11-21 | 1 | -1/+8 |
|
|
* | | | Remove unnecessary [after] calls from the thread tests. Make error message m... | Joe Mistachkin | 2011-11-21 | 1 | -0/+7 |
|
|
* | | | Remove all use of thread::release from the thread 7.x tests, replacing it wit... | Joe Mistachkin | 2011-11-18 | 1 | -0/+8 |
|
|
* | | | Refactor all the remaining thread-7.x tests that were using [testthread]. No... | Joe Mistachkin | 2011-11-18 | 1 | -0/+9 |
|
|
* | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default script... | Joe Mistachkin | 2011-11-18 | 1 | -0/+5 |
|
|
* | | | win/tclWinConsole.c: Refactor common thread handling patterns. | dkf | 2011-11-11 | 1 | -3/+7 |
|
|
* | | | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] f... | ferrieux | 2011-11-11 | 1 | -0/+1 |
|
|
* | | | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when g... | ferrieux | 2011-11-11 | 1 | -0/+5 |
|
|
* | | | * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) | dkf | 2011-11-03 | 1 | -0/+9 |
|
|
* | | | Update changes toward 8.6b3 release. Bump to http 2.8.3. | dgp | 2011-10-20 | 1 | -0/+9 |
|
|
* | | | Resolver fix from Stefan Sobernig. | dkf | 2011-10-20 | 1 | -6/+17 |
|\ \ \ |
|
| * | | | ChangeLog entry. | dkf | 2011-10-20 | 1 | -0/+10 |
|
|
* | | | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -0/+7 |
|/ / / |
|
* | | | Update to Olson's tzdata2011l | venkat | 2011-10-15 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Update to Olson's tzdata2011l | venkat | 2011-10-15 | 1 | -0/+5 |
|
|
* | | | revert test-case change for [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | revert test-case from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | revert test-case change from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -1/+1 |
|
|
* | | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -0/+5 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+6 |
|
|
* | | | Fix env.test, when running under wine 1.3 | jan.nijtmans | 2011-10-07 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -0/+2 |
|
|
* | | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -0/+6 |
| |\ \
| | |/ |
|
| | * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -0/+7 |
|
|
| | * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -0/+4 |
|
|
* | | | Reintegrate the compilation of [dict with], which is now usually much faster | dkf | 2011-10-06 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -0/+7 |
|
|
* | | | | wrong copy/paste in ChangeLog | jan.nijtmans | 2011-10-05 | 1 | -2/+2 |
|
|