summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
|\ \
| * | 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
* | 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
* | Revise the thread exit handling of the [testthread] command so that itdgp2011-09-211-3/+9
* | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistak...ferrieux2011-09-211-2/+2
* | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed theandreask2011-09-211-0/+1
|/
* Re-using the "interp" field to signal a dead channel (via NULL value) dgp2011-09-201-6/+13
* Revised ReflectClose() and FreeReflectedTransform() so that we stop leakingdgp2011-09-201-25/+43
* 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
* | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | * | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
* | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-8/+8
| | * | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-071-45/+73
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | missing 'break'dgp2011-09-071-0/+1
| |/ / / / / / / / / /
| * | | | | | | | | | Tidiness, comments, and tests.dgp_3401704dgp2011-09-071-5/+28