Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | procedure causes the core to recompile (A), triggering the trap laid inside, i.e. 'error "called a copy of compiled code"'. <pre>Example ----------------------ex1.tcl proc init {} { source ex2.tcl } init ----------------------ex2.tcl puts a ----------------------</pre> When run as precompiled code the 'puts a' is not executed, only the trap. Fixed by enclosing the offending code into a guard which prevents its execution for precompiled code. The change passes the entire testsuite. | ||||
* | | | | Fixed typo in a comment. | andreask | 2011-11-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default ↵ | Joe Mistachkin | 2011-11-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | script cancellation result is desired. | ||||
* | | | | 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 |
| | | | | | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables). | ||||
* | | | 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 |
| | | | | | | | | | Corrected the handling of procedure error messages (found by TclOO). | ||||
* | | | 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 |
| | | | | | | | | | | | | yet certain that the added bytecode opcodes are correct; evaluation is still needed (but the test suite does pass...) | ||||
* | | | [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 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | including adopting a "dead" field as was done in tclIORChan.c. | ||||
* | | | | 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 |
| | | | | | | | | | | | | in the iPtr->cmdFramePtr stack. | ||||
* | | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | properly maintains the per-process data structures even when the thread exits for reasons other than the [testthread exit] command. | ||||
* | | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid ↵ | ferrieux | 2011-09-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | mistaking them as nonblocking ones. | ||||
* | | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the | andreask | 2011-09-21 | 1 | -0/+1 |
|/ / / | | | | | | | | | | | | | missing initialization of the 'dsti' field. Reported by Don Porter, on chat. | ||||
* | | | Re-using the "interp" field to signal a dead channel (via NULL value) | dgp | 2011-09-20 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | interfered with conditional cleanup tasks testing for "the right interp" Added a new field "dead" to perform the dead channel signalling task so the corrupted logic is avoided. | ||||
* | | | Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking | dgp | 2011-09-20 | 1 | -25/+43 |
| | | | | | | | | | | | | ReflectedTransforms, yet free all Tcl_Obj values in the same thread that alloced them. | ||||
* | | | Conversion from [testthread] to Thread package stops most memory leaks. | dgp | 2011-09-19 | 1 | -0/+1 |
| | | | |||||
* | | | Plug all memory leaks in ioCmd.test exposed by `make valgrind`. | dgp | 2011-09-19 | 1 | -25/+45 |
|\ \ \ |