| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 4 | -303/+367 |
|
|
* | Fix env.test, when running under wine 1.3 | jan.nijtmans | 2011-10-07 | 2 | -0/+5 |
|\ |
|
| * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 2 | -28/+40 |
| |\ |
|
| | * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 2 | -19/+35 |
|
|
* | | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 3 | -4/+9 |
|\ \ \
| |/ / |
|
| * | | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 2 | -2/+6 |
| |\ \
| | |/ |
|
| | * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 6 | -11/+18 |
|
|
* | | | Reintegrate the compilation of [dict with], which is now usually much faster | dkf | 2011-10-06 | 10 | -226/+762 |
|\ \ \ |
|
| * | | | Add the other instructions to the assembler's nous.dkf_dict_with_compiled | dkf | 2011-10-06 | 1 | -0/+2 |
|
|
| * | | | merge trunk | dkf | 2011-10-05 | 2 | -166/+0 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | wrong copy/paste in ChangeLog | jan.nijtmans | 2011-10-05 | 1 | -2/+2 |
|
|
* | | | | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 3 | -166/+6 |
|
|
| * | | | Added some tests. | dkf | 2011-10-05 | 1 | -0/+66 |
|
|
| * | | | merge trunk | dkf | 2011-10-04 | 11 | -1078/+18 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Update to Olson's tzdata2011k | venkat | 2011-10-04 | 12 | -1078/+36 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Update to Olson's tzdata2011k | venkat | 2011-10-04 | 12 | -1078/+31 |
|
|
| * | | | merge-mark | jan.nijtmans | 2011-09-26 | 0 | -0/+0 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 2 | -51/+59 |
|
|
| | | * | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 6 | -41/+147 |
|
|
| | | * | Add assembler support for the new INST that I think has a stable interface. | dkf | 2011-10-03 | 1 | -0/+1 |
|
|
| | | * | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 8 | -223/+584 |
| |_|/
|/| | |
|
* | | | More polishing of Tcl's HTML doc converter. | dkf | 2011-09-29 | 3 | -359/+414 |
|
|
* | | | [Bug 3414769]: Updated list of default-hidden commands for safe interps. | dkf | 2011-09-29 | 1 | -1/+1 |
|
|
* | | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPE | jan.nijtmans | 2011-09-28 | 5 | -96/+66 |
|\ \ \ |
|
| * | | | FRQ 3010352 implementationfreq_3010352_impl | jan.nijtmans | 2011-09-21 | 3 | -68/+58 |
|
|
* | | | | Release unused memory... | dkf | 2011-09-27 | 1 | -0/+1 |
|
|
* | | | | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected | dkf | 2011-09-27 | 4 | -31/+106 |
|\ \ \ \ |
|
| * | | | | Test harness for Tcl_ParseArgsObjvbug_3413857 | dkf | 2011-09-27 | 2 | -6/+77 |
|
|
| * | | | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing. | dkf | 2011-09-27 | 1 | -1/+8 |
|
|
| * | | | | Proposed patch to fix [Bug 3413857]... | dkf | 2011-09-26 | 1 | -24/+14 |
|
|
* | | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 3 | -0/+34 |
|/ / / / |
|
* | | | | More revisions to get finalization of ReflectedTransforms correct, | dgp | 2011-09-23 | 2 | -56/+67 |
|
|
* | | | | Stop using the deprecated thread management commands of the tcltest package. | dgp | 2011-09-23 | 2 | -11/+35 |
|
|
* | | | | Further corrections to [info frame] in a coroutine. | dgp | 2011-09-23 | 1 | -21/+45 |
|
|
* | | | | Revise [info frame] so that it stops creating cycles | dgp | 2011-09-22 | 2 | -1/+6 |
|
|
* | | | | (minor: tidy up some comments) | dkf | 2011-09-22 | 1 | -7/+6 |
|
|
* | | | | [Bug 2903743]: Try to do the right thing when presented with old-style nroff. | dkf | 2011-09-22 | 4 | -43/+35 |
|
|
* | | | | typo | jan.nijtmans | 2011-09-22 | 1 | -1/+1 |
|
|
* | | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 3 | -4/+16 |
|
|
* | | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistak... | ferrieux | 2011-09-21 | 2 | -2/+7 |
|
|
* | | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the | andreask | 2011-09-21 | 2 | -0/+7 |
|/ / / |
|
* | | | Remove constraint on test which apparently passes | dkf | 2011-09-21 | 1 | -1/+1 |
|
|
* | | | ChangeLog entry | dgp | 2011-09-20 | 1 | -0/+5 |
|
|
* | | | Re-using the "interp" field to signal a dead channel (via NULL value)
| dgp | 2011-09-20 | 1 | -6/+13 |
|
|
* | | | Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking | dgp | 2011-09-20 | 2 | -32/+56 |
|
|
* | | | Conversion from [testthread] to Thread package stops most memory leaks. | dgp | 2011-09-19 | 3 | -94/+93 |
|
|
* | | | Plug most memory leaks in thread.test. | dgp | 2011-09-19 | 2 | -16/+29 |
|\ \ \ |
|
| * | | | stop segfaultthread_leaks | dgp | 2011-09-12 | 1 | -1/+5 |
|
|
| * | | | Attempt to convert test thread-7.26 | dgp | 2011-09-12 | 1 | -9/+9 |
|
|
* | | | | Plug all memory leaks in ioCmd.test exposed by `make valgrind`. | dgp | 2011-09-19 | 4 | -178/+209 |
|\ \ \ \ |
|