summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* For [testthread cancel], avoid creating a new Tcl_Obj when the default ↵Joe Mistachkin2011-11-181-1/+2
| | | | script cancellation result is desired.
* 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.dgp2011-10-311-28/+11
|\
| * Purge the old, buggy implementation.bug_3414754dgp2011-10-311-34/+0
| |
| * CONST-ification update.dgp2011-10-272-3/+4
| |
| * Proposed fix for 3414754dgp2011-10-271-0/+17
| |
* | ChangeLog entry.dkf2011-10-201-3/+3
| |
* | Tidying up.dkf2011-10-201-33/+43
| |
* | Stop warnings and segfault.dgp2011-10-191-2/+2
| |
* | Commit of patch relating to interp resolversdkf2011-10-154-0/+272
| |
* | Correct botch.dgp2011-10-131-0/+1
| |
* | 3423059 silence compiler warningdgp2011-10-131-1/+1
| |
* | 3423069 silence compiler warnings.dgp2011-10-131-2/+3
| |
* | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-092-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.nijtmans2011-10-072-4/+4
|\ \ | |/
| * Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-2/+0
| |\
| | * Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-1/+1
| | |
| * | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]:dkf2011-09-161-0/+2
| | | | | | | | | Corrected the handling of procedure error messages (found by TclOO).
* | | 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
| |\ \ \ \ \ \ \