Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
|\ | ||||||
| * | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | TIP 388 implementation | jan.nijtmans | 2011-08-12 | 5 | -22/+46 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! | dkf | 2011-09-16 | 2 | -1/+3 | |
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | 3408408 Partial improvement by sharing as literals the computed values of | dgp | 2011-09-15 | 1 | -2/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constant subexpressions when we can do so without incurring the cost of string rep generation. | |||||
* | | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| * | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| | * | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
* | | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
| * | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
| | * | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
| | * | | | | | | | | | | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 4 | -6/+5 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | produces the right sort of message. | |||||
| | | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ \ | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -45/+73 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY*** | |||||
| | * | | | | | | | | | | missing 'break' | dgp | 2011-09-07 | 1 | -0/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Tidiness, comments, and tests.dgp_3401704 | dgp | 2011-09-07 | 1 | -5/+28 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Don't extend numbers with non-alphanumeric characters into barewords. | dgp | 2011-09-06 | 1 | -0/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | 3401704 New patch to enable nancy(), influence(), 99bottles(). | dgp | 2011-09-06 | 1 | -43/+38 | |
| | | | | | | | | | | |