summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | | | | | | | | | Don't extend numbers with non-alphanumeric characters into barewords.dgp2011-09-061-0/+6
| * | | | | | | | | | 3401704 New patch to enable nancy(), influence(), 99bottles().dgp2011-09-061-43/+38
* | | | | | | | | | | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx())jan.nijtmans2011-09-063-8/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975jan.nijtmans2011-08-303-5/+6
* | | | | | | | | | | | unused static array wtensjan.nijtmans2011-09-061-9/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | unused static array wtensjan.nijtmans2011-09-061-10/+0
* | | | | | | | | | | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex).dgp2011-09-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | / / / / / / / / / / | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex)dgp2011-09-011-0/+3