| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug 2991415]: tclport.h #include'd before limits.h | jan.nijtmans | 2011-11-30 | 2 | -1/+1 |
|
|
* | Make some of the logic in TclCompileObj less heavily nested, to improve clarity. | dkf | 2011-11-22 | 1 | -99/+98 |
|
|
* | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -2/+2 |
|\ |
|
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -2/+2 |
| |\ |
|
| | * | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 2 | -0/+10 |
|
|
| * | | merge to release | dgp | 2011-11-01 | 2 | -2/+6 |
| |\ \ |
|
| | * | | silence more warnings | dgp | 2011-11-01 | 1 | -0/+4 |
|
|
| | * | | Silence warnings. | dgp | 2011-11-01 | 1 | -2/+2 |
|
|
| * | | | merge to release | dgp | 2011-10-31 | 3 | -31/+15 |
| |\ \ \
| | |/ / |
|
| * | | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 1 | -2/+2 |
|
|
* | | | | Fix a bug where global precompiled code (A) called from a precompiled
| andreask | 2011-11-21 | 1 | -7/+9 |
|
|
* | | | | Fixed typo in a comment. | andreask | 2011-11-21 | 1 | -1/+1 |
|
|
* | | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default script... | Joe Mistachkin | 2011-11-18 | 1 | -1/+2 |
|
|
* | | | | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. | dgp | 2011-10-31 | 1 | -28/+11 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Purge the old, buggy implementation.bug_3414754 | dgp | 2011-10-31 | 1 | -34/+0 |
|
|
| * | | | CONST-ification update. | dgp | 2011-10-27 | 2 | -3/+4 |
|
|
| * | | | Proposed fix for 3414754 | dgp | 2011-10-27 | 1 | -0/+17 |
| |/ / |
|
* | | | ChangeLog entry. | dkf | 2011-10-20 | 1 | -3/+3 |
|
|
* | | | Tidying up. | dkf | 2011-10-20 | 1 | -33/+43 |
|
|
* | | | Stop warnings and segfault. | dgp | 2011-10-19 | 1 | -2/+2 |
|
|
* | | | Commit of patch relating to interp resolvers | dkf | 2011-10-15 | 4 | -0/+272 |
|
|
* | | | Correct botch. | dgp | 2011-10-13 | 1 | -0/+1 |
|
|
* | | | 3423059 silence compiler warning | dgp | 2011-10-13 | 1 | -1/+1 |
|
|
* | | | 3423069 silence compiler warnings. | dgp | 2011-10-13 | 1 | -2/+3 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 2 | -303/+313 |
|
|
* | | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 2 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -1/+1 |
|
|
| * | | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: | dkf | 2011-09-16 | 1 | -0/+2 |
|
|
* | | | Add the other instructions to the assembler's nous.dkf_dict_with_compiled | dkf | 2011-10-06 | 1 | -0/+2 |
|
|
* | | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 6 | -41/+147 |
|
|
* | | | Add assembler support for the new INST that I think has a stable interface. | dkf | 2011-10-03 | 1 | -0/+1 |
|
|
* | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 7 | -223/+577 |
|
|
* | | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPE | jan.nijtmans | 2011-09-28 | 4 | -96/+60 |
|\ \ \ |
|
| * | | | FRQ 3010352 implementationfreq_3010352_impl | jan.nijtmans | 2011-09-21 | 3 | -68/+58 |
|
|
* | | | | Release unused memory... | dkf | 2011-09-27 | 1 | -0/+1 |
|
|
* | | | | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected | dkf | 2011-09-27 | 2 | -25/+67 |
|\ \ \ \ |
|
| * | | | | Test harness for Tcl_ParseArgsObjvbug_3413857 | dkf | 2011-09-27 | 1 | -0/+45 |
|
|
| * | | | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing. | dkf | 2011-09-27 | 1 | -1/+8 |
|
|
| * | | | | Proposed patch to fix [Bug 3413857]... | dkf | 2011-09-26 | 1 | -24/+14 |
|
|
* | | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 1 | -0/+11 |
|/ / / / |
|
* | | | | More revisions to get finalization of ReflectedTransforms correct, | dgp | 2011-09-23 | 1 | -56/+63 |
|
|
* | | | | Further corrections to [info frame] in a coroutine. | dgp | 2011-09-23 | 1 | -21/+45 |
|
|
* | | | | Revise [info frame] so that it stops creating cycles | dgp | 2011-09-22 | 1 | -1/+1 |
|
|
* | | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 1 | -3/+9 |
|
|
* | | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistak... | ferrieux | 2011-09-21 | 1 | -2/+2 |
|
|
* | | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the | andreask | 2011-09-21 | 1 | -0/+1 |
|/ / / |
|
* | | | Re-using the "interp" field to signal a dead channel (via NULL value)
| dgp | 2011-09-20 | 1 | -6/+13 |
|
|
* | | | Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking | dgp | 2011-09-20 | 1 | -25/+43 |
|
|
* | | | Conversion from [testthread] to Thread package stops most memory leaks. | dgp | 2011-09-19 | 1 | -0/+1 |
|
|