Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge trunk | dgp | 2011-10-13 | 12 | -457/+932 | |
|\ | ||||||
| * | 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...) | |||||
* | | | | Handle empty tail case to stop test failures. | dgp | 2011-10-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Disabled more large blocks of code not needed in the absence of the | dgp | 2011-10-06 | 1 | -3/+38 | |
| | | | | | | | | | | | | TCLPATH_APPEND intrep. | |||||
* | | | | Add special handling required for ~foo filesystem paths. | dgp | 2011-10-05 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Radical experiment of completely disabling the TCLPATH_APPENDED intrep | dgp | 2011-10-05 | 1 | -1/+13 | |
|/ / / | | | | | | | | | | of the "path" Tcl_ObjType that is and has been the location of so many difficult bugs for so long. | |||||
* | | | [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 | |
|\ \ \ | ||||||
| * | | | Plug leak of a ReflectedChannel in test iocmd.tf-32.0 | dgp | 2011-09-19 | 1 | -22/+36 | |
| | | | | ||||||
| * | | | Plug a number of MarshallError memleaks. | dgp | 2011-09-19 | 1 | -3/+9 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | IMPLEMENTATION OF TIP #388 | jan.nijtmans | 2011-09-16 | 5 | -22/+46 | |
|\ \ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 2 | -2/+2 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | merge trunk to feature branchtip_388_impl | jan.nijtmans | 2011-09-16 | 13 | -80/+162 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-29 | 1 | -103/+103 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-25 | 1 | -0/+25 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [Enh 3396731] Follow-up: special case for Pure-unicode representation | jan.nijtmans | 2011-08-25 | 1 | -0/+25 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge to feature branch | jan.nijtmans | 2011-08-24 | 1 | -4/+3 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| * | | | | | | | Merge to feature branch | jan.nijtmans | 2011-08-23 | 2 | -84/+84 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-22 | 3 | -19/+69 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-18 | 3 | -30/+30 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-17 | 6 | -72/+108 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | merge current trunk | jan.nijtmans | 2011-08-16 | 4 | -15/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ |