summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Add the other instructions to the assembler's nous.dkf_dict_with_compileddkf2011-10-061-0/+2
|
* Added support for having the dict var itself referenced by LVT index.dkf2011-10-036-41/+147
|
* Add assembler support for the new INST that I think has a stable interface.dkf2011-10-031-0/+1
|
* Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-027-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_SCOPEjan.nijtmans2011-09-284-96/+60
|\
| * FRQ 3010352 implementationfreq_3010352_impljan.nijtmans2011-09-213-68/+58
| |
* | Release unused memory...dkf2011-09-271-0/+1
| |
* | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Correcteddkf2011-09-272-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_3413857dkf2011-09-271-0/+45
| | |
| * | Unbreak TCL_ARGV_AUTO_REST macro, found during testing.dkf2011-09-271-1/+8
| | |
| * | Proposed patch to fix [Bug 3413857]...dkf2011-09-261-24/+14
| | |
* | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758]dkf2011-09-261-0/+11
|/ /
* | More revisions to get finalization of ReflectedTransforms correct,dgp2011-09-231-56/+63
| | | | | | including adopting a "dead" field as was done in tclIORChan.c.
* | Further corrections to [info frame] in a coroutine.dgp2011-09-231-21/+45
| |
* | Revise [info frame] so that it stops creating cyclesdgp2011-09-221-1/+1
| | | | | | in the iPtr->cmdFramePtr stack.
* | Revise the thread exit handling of the [testthread] command so that itdgp2011-09-211-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 ↵ferrieux2011-09-211-2/+2
| | | | | | | | mistaking them as nonblocking ones.
* | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed theandreask2011-09-211-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) dgp2011-09-201-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 leakingdgp2011-09-201-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.dgp2011-09-191-0/+1
|
* Plug all memory leaks in ioCmd.test exposed by `make valgrind`.dgp2011-09-191-25/+45
|\
| * Plug leak of a ReflectedChannel in test iocmd.tf-32.0dgp2011-09-191-22/+36
| |
| * Plug a number of MarshallError memleaks.dgp2011-09-191-3/+9
| |
| |
| \
*-. \ IMPLEMENTATION OF TIP #388jan.nijtmans2011-09-165-22/+46
|\ \ \
| | * \ Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-162-2/+2
| | |\ \
| | | * | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-162-2/+2
| | | | |
| * | | | merge trunk to feature branchtip_388_impljan.nijtmans2011-09-1613-80/+162
| |\ \ \ \
| * \ \ \ \ Merge to feature branchjan.nijtmans2011-08-291-103/+103
| |\ \ \ \ \
| * \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-251-0/+25
| |\ \ \ \ \ \
| | * | | | | | [Enh 3396731] Follow-up: special case for Pure-unicode representationjan.nijtmans2011-08-251-0/+25
| | | | | | | |
| * | | | | | | Merge to feature branchjan.nijtmans2011-08-241-4/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge to feature branchjan.nijtmans2011-08-232-84/+84
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-223-19/+69
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-183-30/+30
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-176-72/+108
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge current trunkjan.nijtmans2011-08-164-15/+19
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | TIP 388 implementationjan.nijtmans2011-08-125-22/+46
| | | | | | | | | | | | |
* | | | | | | | | | | | | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!dkf2011-09-162-1/+3
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | 3408408 Partial improvement by sharing as literals the computed values ofdgp2011-09-151-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constant subexpressions when we can do so without incurring the cost of string rep generation.
* | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | Thanks to Wolfgang S. Kechel.
| * | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | Thanks to Wolfgang S. Kechel.
| | * | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel.
* | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | Thanks to Dagobert Michelson.
| * | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | Thanks to Dagobert Michelson.
| | * | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Dagobert Michelson.
| | * | | | | | | | | | Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-064-6/+5
| | | | | | | | | | | |
* | | | | | | | | | | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-101-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | produces the right sort of message.
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-071-45/+73
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY***
| | * | | | | | | | | | missing 'break'dgp2011-09-071-0/+1
| |/ / / / / / / / / /