summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix env.test, when running under wine 1.3jan.nijtmans2011-10-072-0/+5
|\
| * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-072-28/+40
| |\
| | * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-072-19/+35
| | |
* | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-073-4/+9
|\ \ \ | |/ /
| * | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-072-2/+6
| |\ \ | | |/
| | * Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-076-11/+18
| | |
* | | Reintegrate the compilation of [dict with], which is now usually much fasterdkf2011-10-0610-226/+762
|\ \ \ | | | | | | | | (but only inside contexts with a local variable table).
| * | | Add the other instructions to the assembler's nous.dkf_dict_with_compileddkf2011-10-061-0/+2
| | | |
| * | | merge trunkdkf2011-10-052-166/+0
| |\ \ \ | |/ / / |/| | |
* | | | wrong copy/paste in ChangeLogjan.nijtmans2011-10-051-2/+2
| | | |
* | | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-053-166/+6
| | | |
| * | | Added some tests.dkf2011-10-051-0/+66
| | | |
| * | | merge trunkdkf2011-10-0411-1078/+18
| |\ \ \ | |/ / / |/| | |
* | | | Update to Olson's tzdata2011kvenkat2011-10-0412-1078/+36
|\ \ \ \ | | |/ / | |/| |
| * | | Update to Olson's tzdata2011kvenkat2011-10-0412-1078/+31
| | | |
| * | | merge-markjan.nijtmans2011-09-260-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Support Visual Studio 11jan.nijtmans2011-09-262-51/+59
| | | |
| | | * 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-028-223/+584
| |_|/ |/| | | | | | | | yet certain that the added bytecode opcodes are correct; evaluation is still needed (but the test suite does pass...)
* | | More polishing of Tcl's HTML doc converter.dkf2011-09-293-359/+414
| | |
* | | [Bug 3414769]: Updated list of default-hidden commands for safe interps.dkf2011-09-291-1/+1
| | |
* | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPEjan.nijtmans2011-09-285-96/+66
|\ \ \
| * | | 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-274-31/+106
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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-272-6/+77
| | | | |
| * | | | 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-263-0/+34
|/ / / /
* | | | More revisions to get finalization of ReflectedTransforms correct,dgp2011-09-232-56/+67
| | | | | | | | | | | | including adopting a "dead" field as was done in tclIORChan.c.
* | | | Stop using the deprecated thread management commands of the tcltest package.dgp2011-09-232-11/+35
| | | | | | | | | | | | | | | | The test suite ought to provide these tools for itself. They do not belong in a testing harness.
* | | | Further corrections to [info frame] in a coroutine.dgp2011-09-231-21/+45
| | | |
* | | | Revise [info frame] so that it stops creating cyclesdgp2011-09-222-1/+6
| | | | | | | | | | | | in the iPtr->cmdFramePtr stack.
* | | | (minor: tidy up some comments)dkf2011-09-221-7/+6
| | | |
* | | | [Bug 2903743]: Try to do the right thing when presented with old-style nroff.dkf2011-09-224-43/+35
| | | |
* | | | typojan.nijtmans2011-09-221-1/+1
| | | |
* | | | Revise the thread exit handling of the [testthread] command so that itdgp2011-09-213-4/+16
| | | | | | | | | | | | | | | | 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-212-2/+7
| | | | | | | | | | | | | | | | mistaking them as nonblocking ones.
* | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed theandreask2011-09-212-0/+7
|/ / / | | | | | | | | | | | | missing initialization of the 'dsti' field. Reported by Don Porter, on chat.
* | | Remove constraint on test which apparently passesdkf2011-09-211-1/+1
| | |
* | | ChangeLog entrydgp2011-09-201-0/+5
| | |
* | | 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-202-32/+56
| | | | | | | | | | | | 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-193-94/+93
| | |
* | | Plug most memory leaks in thread.test.dgp2011-09-192-16/+29
|\ \ \
| * | | stop segfaultthread_leaksdgp2011-09-121-1/+5
| | | |
| * | | Attempt to convert test thread-7.26dgp2011-09-121-9/+9
| | | |
* | | | Plug all memory leaks in ioCmd.test exposed by `make valgrind`.dgp2011-09-194-178/+209
|\ \ \ \
| * | | | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a iocmd_leaksdgp2011-09-192-5/+16
| | | | | | | | | | | | | | | memory leak that cannot be plugged while testing what the test aims to test.