Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

259 check-ins using file win/Makefile.in version 6e8b7b69eb

2017-02-16
18:32
Contibuted patch from Brian Griffin implementing a variation on TIP 282. Closed-Leaf check-in: 7a3f8cded6 user: dgp tags: bg-tip-282
2016-11-02
01:42
Fix the generated copyright sections in the HTML help file. Closed-Leaf check-in: 13b8547f59 user: mistachkin tags: htmlCopyrightsFix
2016-09-19
18:48
Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP SDK compatibility. check-in: 126eddaf93 user: mistachkin tags: winFixes
2016-09-16
16:43
merge trunk check-in: 0fe77ba9d6 user: dgp tags: tip-445
09:24
merge trunk check-in: 54ff2ac9a1 user: jan.nijtmans tags: tip-389-impl
09:09
merge core-8-6-branch check-in: 26ceff2e2c user: jan.nijtmans tags: trunk
09:06
Fix [c7d0bc9a549714e0]: Newly introduced unshared (local-only) literals from cmd resolvers cause Tcl... check-in: 8924992522 user: jan.nijtmans tags: core-8-6-branch
2016-09-15
13:22
Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvin Closed-Leaf check-in: 2dbbe15297 user: jan.nijtmans tags: bug-c7d0bc9a549714e0
2016-09-09
16:07
merge trunk Leaf check-in: 6fa2f53c7f user: dgp tags: bug-3418547
12:42
merge trunk check-in: 7a1aabb850 user: dgp tags: tip-445
12:36
Revert b98ee56376. The "bug" fixed was documented behavior. check-in: e087838b90 user: dgp tags: trunk
07:28
Remove unnecessary use of fpsetround. See https://bugs.freebsd.org/212512 check-in: 20c19f9d55 user: gahr tags: trunk
2016-09-08
19:03
merge trunk Leaf check-in: 965131dbb9 user: dgp tags: dgp-literal-reform
15:11
merge check-in: 8d40770f84 user: dgp tags: dgp-literal-reform
14:49
merge microopt check-in: 87bd460092 user: dgp tags: dgp-literal-reform
09:49
Expose some of the core variable access APIs. check-in: b4dfc30083 user: dkf tags: dkf-expose-ptrgetvar
03:29
merge trunk check-in: 0b63cd813b user: dgp tags: tip-445
02:38
[7f02ff1efa] Fix scope for var unset traces when procs return. *** POTENTIAL INCOMPATIBILITY *** check-in: b98ee56376 user: dgp tags: trunk
02:34
New test trace-18.5 for the bug. Updated trace-18.1 which was tuned to it. Closed-Leaf check-in: c8b6dd2da5 user: dgp tags: bug-7f02ff1efa
2016-09-07
18:31
Attempt to fix [7f02ff1efa]. Make trace-18.1 fail. Suspect test is an experiment that preserves the ... check-in: b25357cf3a user: dgp tags: bug-7f02ff1efa
18:09
[4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: db4b2eff59 user: dgp tags: trunk
17:45
[4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: 9ac587b48c user: dgp tags: core-8-6-branch
13:34
Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: 8dd58d9800 user: jan.nijtmans tags: trunk
12:54
Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: c09edf1bac user: jan.nijtmans tags: core-8-6-branch
2016-09-06
10:46
Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 6636f975db user: dkf tags: trunk
10:44
Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 10c5858b0d user: dkf tags: core-8-6-branch
08:25
Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.test. Looks good to me, so... Closed-Leaf check-in: 6b5f0e9b55 user: jan.nijtmans tags: bug-d4e7780ca1
2016-09-05
14:52
some more clean-up check-in: b6613c42d4 user: jan.nijtmans tags: bug-d4e7780ca1
14:12
merge core-8-6-branch check-in: 088a6d7995 user: jan.nijtmans tags: bug-d4e7780ca1
13:56
merge core-8-6-branch check-in: 4ba030874a user: jan.nijtmans tags: trunk
13:55
Allow additional optional "interp" argument for testinterpresolver command. Not used yet in any test... check-in: f0027409f5 user: jan.nijtmans tags: core-8-6-branch
13:14
Some patch clean-up, no change in functionality check-in: fafbedb850 user: jan.nijtmans tags: bug-d4e7780ca1
2016-09-02
12:11
Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by Gustaf Neumann check-in: 3b88e32691 user: jan.nijtmans tags: bug-d4e7780ca1
2016-08-30
13:57
merge trunk check-in: 2a530e021b user: jan.nijtmans tags: tip-389-impl
13:07
Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_... check-in: 2de1551609 user: jan.nijtmans tags: trunk
13:00
Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_... check-in: c0a65532a7 user: jan.nijtmans tags: core-8-6-branch
2016-08-26
13:49
Merge dup-removal into search loop so we avoid pre-processing efforts on data that are never used. C... check-in: 6b4fc5cf0f user: dgp tags: trunk
13:46
Merge dup-removal into search loop so we avoid pre-processing efforts on data that are never used. C... check-in: 33fdf70e7f user: dgp tags: core-8-6-branch
2016-08-22
07:58
Fix improper use of TclCheckEmptySTring. check-in: 0461352597 user: pooryorick tags: pyk-emptystring
2016-08-18
21:59
Add back constraint that direct dict->list conversion is only done when no string representation exi... Closed-Leaf check-in: 5b24f3f8d6 user: pooryorick tags: pyk-listdictstringrep
2016-08-10
04:27
* added some docco for [update] changes. Leaf check-in: f2ca25064c user: colin tags: updateextended
04:12
* [update] - added flags for all possible Tcl_DoOneEvent() modes - obviates [vwait] and provides a ... check-in: 26b64e7254 user: colin tags: updateextended
03:13
Set the default topic, enable full-text search, and put all help output files under OUT_DIR. check-in: 7dd3b3949d user: mistachkin tags: winFixes
2016-08-09
21:03
Fix the 'htmlhelp' target so that it compiles cleanly and includes all the appropriate HTML files. check-in: 2f28c2ba02 user: mistachkin tags: winFixes
2016-07-28
21:49
merge pyk-listdictstringrep Closed-Leaf check-in: 3351777fb6 user: pooryorick tags: pyk-trunk
21:47
merge pyk-pkgrequirenre check-in: 86d4e33030 user: pooryorick tags: pyk-trunk
21:45
merge pyk-emptysting check-in: d1c0e833c1 user: pooryorick tags: pyk-trunk
21:43
Create new branch named "pyk-trunk" check-in: edeed2a4f8 user: pooryorick tags: pyk-trunk
19:46
Remove left-over debugging code. check-in: 7318d47029 user: pooryorick tags: pyk-listdictstringrep
2016-07-27
18:56
merge mark check-in: ac14beae58 user: dgp tags: trunk
18:55
merge release check-in: cea1f5457e user: dgp tags: core-8-6-branch
2016-07-26
19:20
merge trunk check-in: 20cc566da5 user: dgp tags: tip-445
18:40
merge trunk check-in: 95b5fc0a7a user: dgp tags: bug-3418547
18:36
Converting to stringType no longer loses the existing internal representation of a value. check-in: acf65fb1a4 user: pooryorick tags: pyk-listdictstringrep
13:54
a few test & docs fixes Closed-Leaf check-in: 6c53c071ed user: dgp tags: rc2, release, core-8-6-6-rc, core-8-6-6
10:09
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: c853c914b6 user: dkf tags: trunk
10:08
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: 1cf98255a8 user: dkf tags: core-8-6-branch
2016-07-24
17:58
[6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous cop... check-in: 9b23417ffa user: dkf tags: trunk
13:09
[6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous cop... check-in: 63410153ac user: dkf tags: core-8-6-branch
12:45
Make a few tests more resilient to differences in the semantics of pipes between operating systems. Closed-Leaf check-in: 4d292bc194 user: dkf tags: bug-db0a5f6417
2016-07-22
19:27
Avoid generating string for list dict list round trip. check-in: 75649873cd user: pooryorick tags: pyk-listdictstringrep
15:28
test repairs check-in: 09fc39def5 user: dgp tags: rc1, core-8-6-6-rc
14:00
Set release date check-in: 335b64996c user: dgp tags: core-8-6-6-rc
2016-07-21
16:20
Update changes file. check-in: 43ae83ee3c user: dgp tags: core-8-6-6-rc
2016-07-20
21:31
merge trunk check-in: 4e7313a973 user: dgp tags: tip-445
20:39
Stop internals intrusion into lists. check-in: 58ce371475 user: dgp tags: trunk
19:47
Revise "parsedVarName" type to use proposed interfaces. check-in: 104118eb12 user: dgp tags: tip-445
17:46
merge trunk check-in: 4a72971d2e user: dgp tags: tip-445
17:39
Streamline TclObjLookupVarEx check-in: 02c918099b user: dgp tags: trunk
16:36
Merge trunk; silence compiler warning. check-in: 960302feeb user: dgp tags: tip-445
16:32
Use strchr() to parse array variable syntax. check-in: dffa92924e user: dgp tags: trunk
15:43
merge trunk check-in: 2482e2c2a2 user: dgp tags: tip-445
15:43
Use the new private flag INDEX_TEMP_TABLE in testing command too. check-in: bef7bf0f11 user: dgp tags: trunk
15:31
Convert the "localVarName" type to the proposed interfaces. check-in: 48c59e3d83 user: dgp tags: tip-445
11:50
merge trunk check-in: ca3b8e2652 user: dgp tags: tip-445
11:48
merge 8.6 check-in: 7cba574a67 user: dgp tags: core-8-6-6-rc
03:05
Merge tzdata 2016f from ietf.org check-in: ebce0d21ba user: venkat tags: trunk
03:05
Merge tzdata 2016f from ietf.org check-in: 89f3b4af00 user: venkat tags: core-8-6-branch
2016-07-19
21:18
merge trunk check-in: d4a20bdff2 user: dgp tags: tip-445
20:40
Factor out common prologue. check-in: d0f7109ae5 user: dgp tags: trunk
19:52
merge 8.6 check-in: f82f6e686f user: dgp tags: trunk
19:33
"array search" is no longer a registered Tcl_ObjType. check-in: d2009889c6 user: dgp tags: trunk
19:31
[0363f0146c] Fix [array startsearch] id handling to support var name variations check-in: 67c987ee93 user: dgp tags: trunk
15:00
Remove outdated comment. check-in: 546171b02b user: dgp tags: core-8-6-branch
2016-07-18
21:53
Second half "chan" Tcl_ObjType conversion. Mistake avoided this time. check-in: d672e6e584 user: dgp tags: tip-445
20:59
Half convert "chan" Tcl_ObjType to new interfaces. check-in: bb39d672f9 user: dgp tags: tip-445
18:14
merge trunk check-in: 431b60e7c3 user: dgp tags: bug-3418547
17:47
merge 8.6 check-in: 9d793e9bd1 user: dgp tags: core-8-6-6-rc
17:33
merge trunk check-in: 4d025dde61 user: dgp tags: tip-445
16:50
[104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. Also ... check-in: 98f348e049 user: dgp tags: trunk
16:46
[104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. check-in: fb17469c50 user: dgp tags: core-8-6-branch
16:14
merge mark check-in: 88eb1046fb user: dgp tags: core-8-6-branch
05:49
NRE-enable [package ifneeded] scripts. 2018-02-06: This branch is closed. See the py-package-nre... Closed-Leaf check-in: fab0d99a87 user: pooryorick tags: pyk-pkgrequirenre
2016-07-17
12:02
[77d58e3a7a] Test case independence: var. check-in: 6adffde7de user: dkf tags: core-8-6-branch
11:56
[77d58e3a7a] Test case independence: unload. check-in: 5867920a2a user: dkf tags: core-8-6-branch
2016-07-16
20:50
merge 8.6 check-in: eaf2842e3d user: dgp tags: core-8-6-6-rc
11:42
[77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe. check-in: b83f83a4aa user: dkf tags: core-8-6-branch
2016-07-15
20:38
With the (causes of the) bug removed; now remove the faulty fix too. check-in: 8d1fa3db76 user: dgp tags: bug-3418547
17:31
With no caching as a baseline, record the proper test results. check-in: b14cad183d user: dgp tags: bug-3418547
16:17
First really crude step toward a fix is to just completely disable the intreps of the "cmdName" Tcl_... check-in: ab91e6d681 user: dgp tags: bug-3418547
15:54
Reopened [3418547] with revised test resolver-1.1. check-in: d43f03c9f3 user: dgp tags: bug-3418547
14:20
Remove unmaintained disabled speculative code. Such things are for branches and history. check-in: dbb80e10f1 user: dgp tags: trunk
14:19
Factor the cmdName intrep setting code into common utility routine. check-in: d38d059aeb user: dgp tags: trunk
12:36
Stop using the tclCmdNameType to store failed command lookups. If we don't find a command, there's n... check-in: 5562afaf9b user: dgp tags: trunk
05:39
[77d58e3a7a] Test case independence: interp. check-in: 27e05ac49a user: dkf tags: core-8-6-branch
03:12
Fix docs and test failures. I had rolled back .PS1 (Powershell files) as being executable without fi... check-in: 1b84f2328f user: ashok tags: core-8-6-branch
02:33
One of the validity checks for the "cmdName" type is to see if the resolved command has been deleted... check-in: 54fac92610 user: dgp tags: trunk
2016-07-14
18:09
merge trunk check-in: 8bc432448a user: dgp tags: tip-445
17:58
Stop checking case that can never happen. check-in: 1ab1c04f34 user: dgp tags: trunk
15:17
Plug memory leak created in recent variable Tcl_ObjType reform. check-in: ffbbee4284 user: dgp tags: trunk
14:40
New test demonstrates memleak discovered by Rolf Ade. check-in: 632e9e93f1 user: dgp tags: trunk
10:55
Merge mark without merging. Reformatting conflicts with branch edit plans. check-in: 6e1ed3397b user: dgp tags: tip-445
08:31
[77d58e3a7a] Test case independence: chanio, cmdah, env, history. check-in: 0a7e505919 user: dkf tags: core-8-6-branch
08:05
Tidy up some references to INDEX_TEMP_TABLE. check-in: 765b64e067 user: dkf tags: trunk, minor change
2016-07-13
19:25
merge trunk check-in: d66bcc3138 user: dgp tags: tip-445
19:19
merge 8.6 check-in: 7e385b0261 user: dgp tags: trunk
19:06
New private flag value INDEX_TEMP_TABLE. Used to signal to Tcl_GetIndexFromObj*() routines that the ... check-in: 2413f3f624 user: dgp tags: trunk
17:25
yup check-in: c7f76e47e9 user: dgp tags: tip-445
17:02
another check-in: 9d1c7e4c14 user: dgp tags: tip-445
16:02
and another check-in: 9aaa28293f user: dgp tags: tip-445
15:43
another one check-in: 706824b349 user: dgp tags: tip-445
2016-07-12
21:41
More of the same. check-in: 0ebde48e9b user: dgp tags: tip-445
21:38
Prefer removal of just known invalid interp over destruction of all intreps. check-in: 67619034d2 user: dgp tags: tip-445
21:36
Prefer removal of just known invalid intrep over destruction of all intreps. check-in: 57e15cb3b0 user: dgp tags: tip-445
21:32
convert ensembleCmdType to new interfaces. check-in: cc54010057 user: dgp tags: tip-445
21:30
[3606125] Make parser-related tests work on their own. check-in: dd90eda48e user: dkf tags: core-8-6-branch
21:25
[3606388] Make variable-related tests work on their own. check-in: 670c247057 user: dkf tags: core-8-6-branch
19:42
merge trunk check-in: 64aaa60b0e user: dgp tags: tip-445
16:46
tzdata2016f check-in: 5897ba5816 user: dgp tags: core-8-6-6-rc
16:24
Dup test name. Bump to TclOO 1.0.5. check-in: 385021e3e6 user: dgp tags: core-8-6-6-rc
14:15
merge 8.6 check-in: 9c25c0023c user: dgp tags: core-8-6-6-rc
14:03
Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: ad9dfb6444 user: jan.nijtmans tags: trunk
14:02
Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: 2d5aa36b64 user: jan.nijtmans tags: core-8-6-branch
13:44
Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for example). Default (unsigned) ... check-in: 2f25778e69 user: jan.nijtmans tags: trunk
13:23
Start RC branch for Tcl 8.6.6 check-in: e0e954814c user: dgp tags: core-8-6-6-rc
2016-07-11
22:04
merge trunk check-in: 2f033e93bf user: dgp tags: tip-445
22:04
merge 8.6 check-in: f550200687 user: dgp tags: trunk
21:56
[cea0344a1] Restore a clearing of the ensemble rewrite in one execution path so attempts to use the ... check-in: 8ece76bbf1 user: dgp tags: core-8-6-branch
17:13
Avoid memory leak in test. check-in: 5a8d50de65 user: dgp tags: core-8-6-branch
09:16
Remove unnecessary macro. Use an enum for result values. check-in: 79794b22be user: pooryorick tags: pyk-emptystring
08:09
Change TclIsEmpty to TclCheckEmptyString. Check length instead of first char of bytes. check-in: 6898c26016 user: pooryorick tags: pyk-emptystring
00:01
Add missing "break". check-in: 4c5e0f370b user: pooryorick tags: pyk-emptystring
2016-07-10
23:07
Avoid generating string representation for comparisons against empty string. check-in: f9acd4e294 user: pooryorick tags: pyk-emptystring
19:35
merge trunk check-in: f12aff22e0 user: dgp tags: tip-445
19:33
merge 8.6 check-in: c6bab9eaed user: dgp tags: trunk
19:28
[96fe2f1cc7] Plug memory leak. check-in: 1599a81c24 user: dgp tags: core-8-6-branch
14:15
[3606121] Making tests less cross-dependent. check-in: e2bacdca41 user: dkf tags: core-8-6-branch
14:14
Fixes to namespace-old.test Closed-Leaf check-in: c5ddb319aa user: dkf tags: bug-3606121
12:45
Fix to resolver.test check-in: 6045212d73 user: dkf tags: bug-3606121
07:59
Fixes to namespace.test check-in: 68b9457756 user: dkf tags: bug-3606121
06:41
Bugfix [da340d4f32]. clock-55.9 and clock-55.10 test failures. check-in: b6a05c2ceb user: ashok tags: core-8-6-branch
06:33
Fix compiler warnings (const-ness and unused label) that did not show up in the non-optimized build... check-in: d8603114aa user: ashok tags: core-8-6-branch
2016-07-09
17:21
merge trunk check-in: c991627aa9 user: dgp tags: tip-445
15:47
merge 8.6 check-in: 217fdba06e user: dgp tags: trunk
14:30
Fix missing constraints for Windows-specific tests check-in: 270139a1e3 user: ashok tags: core-8-6-branch
14:26
Revise INST_INVOKE_REPLACE to call EvalObjv with TCL_EVAL_INVOKE and no longer call EvalObjEx which ... check-in: d14a538b3b user: dgp tags: core-8-6-branch
14:23
Fixed docs for prior check-in (exec of .CMD files on Windows) check-in: ec74f7d026 user: ashok tags: core-8-6-branch
14:18
Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows. check-in: 2b6ee27091 user: ashok tags: core-8-6-branch
13:26
[1493a43044] Make [namespace upvar] ignore variable resolvers; the previous situation was completely... check-in: 3749c1071e user: dkf tags: core-8-6-branch
11:13
Bugfix [3613671]. file owned implementation for Windows. check-in: 4fe9800f92 user: ashok tags: core-8-6-branch
08:27
Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in special Windows files/devices... check-in: 5e0bded748 user: ashok tags: core-8-6-branch
2016-07-08
14:19
Repair some memory corruption problems in EnsembleCmdRep. check-in: 65348900a8 user: dgp tags: core-8-6-branch
10:30
Merge core-8-6-branch: Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with a first argume... check-in: 4589a9d17c user: jan.nijtmans tags: trunk
10:28
Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj in many places where po... check-in: 48cb8436f1 user: jan.nijtmans tags: trunk
07:58
Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with a first argument that was not an abso... check-in: c96de4ed64 user: ashok tags: core-8-6-branch
2016-07-07
19:50
Missed a cleanup line, which created a memleak. Closed-Leaf check-in: 355146f0e0 user: dgp tags: dgp-ecr
18:44
To use a Tcl_Command token [aka (Command *)] for epoch checking, we must not permit it to be freed w... check-in: c8510ad941 user: dgp tags: dgp-ecr
10:08
Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which seem to need it. Closed-Leaf check-in: 3514f007e1 user: dkf tags: bug-1493a43044
08:35
Also test the interpreted path. check-in: 97119b1afc user: dkf tags: bug-1493a43044
07:48
Merge core-8-6-branch: New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 ... check-in: ded621ba1e user: jan.nijtmans tags: trunk
06:30
Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. check-in: b697ecad74 user: ashok tags: core-8-6-branch
2016-07-06
16:47
Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed. check-in: 706fa34f9f user: dgp tags: core-8-6-branch
15:50
Simplify all the Tcl_NRPostProc declarations. check-in: 1c9802632e user: dgp tags: core-8-6-branch
15:12
[bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE fla... check-in: 3e81a6e8f0 user: dgp tags: core-8-6-branch
2016-07-05
22:05
Demonstrate that there is a problem. check-in: 38c92c9106 user: dkf tags: bug-1493a43044
19:54
Enable TCL_EVAL_INVOKE support in the Tcl*Eval(Ex)* family. Closed-Leaf check-in: 80f54ac235 user: dgp tags: bug-bd7f17bce8
17:03
New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these ... check-in: 0bd7b3cdcd user: dgp tags: core-8-6-branch
08:55
Fixup the ensemble rewrite conversions check-in: b6ce502ee0 user: jan.nijtmans tags: trunk
08:53
Fixup the ensemble rewrite conversions (merge fork) check-in: b2827b9d1c user: jan.nijtmans tags: core-8-6-branch
2016-07-04
20:39
Fixup the ensemble rewrite conversions. Closed-Leaf check-in: de9a40683e user: dgp tags: core-8-6-branch-fork
08:39
Use conventional list operations for ensemble dispatch Add ability to disassemble TclOO constructors... check-in: b73ca431a6 user: jan.nijtmans tags: trunk
08:36
typo and end-of-line spacing check-in: 4251186884 user: jan.nijtmans tags: core-8-6-branch
08:18
Add ability to disassemble TclOO constructors and destructors ([1493a43044] motivates) check-in: 5fc1ac9c4f user: dkf tags: core-8-6-branch
2016-07-03
14:09
Use conventional list operations for ensemble dispatch. check-in: 0d9fdf9dd8 user: dgp tags: core-8-6-branch
2016-07-02
20:43
merge trunk check-in: 987eef5140 user: dgp tags: tip-445
17:58
[09fabeb1fd] test subdirs in sorted order. check-in: c52fadac62 user: dgp tags: trunk
17:57
[f961d7d1dd] Repair usage message for ensemble parameters with spaces. check-in: ef9ee5ea93 user: dgp tags: trunk
17:55
[09fabeb1fd] test subdirs in sorted order. check-in: 472138d6f5 user: dgp tags: core-8-6-branch
17:21
[f961d7d1dd] Repair usage message for ensemble parameters with spaces. check-in: c5ab34c434 user: dgp tags: core-8-6-branch
2016-07-01
20:18
[4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 64cb01c415 user: dgp tags: trunk
20:14
[4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 080020d874 user: dgp tags: core-8-6-branch
19:42
The EnsembleCmdRep struct that is the internal rep for caching ensemble dispatches and spelling corr... check-in: ac4dbb12dd user: dgp tags: dgp-ecr
19:20
merge 8.6 check-in: 1b0fd0a8a0 user: dgp tags: dgp-ecr
19:16
Add some tests check-in: a814c92bba user: dgp tags: dgp-ecr
18:54
[4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 326a8bf33e user: dgp tags: dgp-ecr
14:11
Make test-case "for.test" pass, regardless of end-of-line spacing check-in: a957f4d518 user: jan.nijtmans tags: trunk
14:08
Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. check-in: de03b733a2 user: dgp tags: dgp-ecr
13:34
merge core-8-6-branch check-in: 54a405ca36 user: jan.nijtmans tags: trunk
13:32
Use same internal representation for unicode strings in test-cases than in reality, in order to prev... check-in: a895fda712 user: jan.nijtmans tags: core-8-6-branch
13:20
Disable special hacks for Itcl 3 ensemble error message generation. Migration paths are in place to ... check-in: 726413c61a user: dgp tags: trunk
13:07
Use the utility routines to eliminate the last bit of intrusion into the ensembleRewrite area. check-in: 623f095839 user: dgp tags: trunk
12:58
merge 8.6 check-in: 690ae007cd user: dgp tags: dgp-ecr
12:21
Use the utility routines to eliminate the last bit of intrusion into the ensembleRewrite area. check-in: ab6f1d64dd user: dgp tags: core-8-6-branch
2016-06-30
13:16
Simplify use of "struct" keyword in many places. check-in: 2e6ea5716f user: jan.nijtmans tags: trunk
2016-06-29
16:07
merge trunk check-in: c4c97e0856 user: dgp tags: tip-445
15:45
Remove Tcl_Main() function, since it's no longer being used: It has been a macro already for ages. check-in: 9fa2fe5c59 user: jan.nijtmans tags: trunk
15:28
Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway check-in: b78ff97295 user: jan.nijtmans tags: trunk
11:39
Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions which are deprecated. check-in: 3108faf68a user: jan.nijtmans tags: trunk
08:25
Editorconfig support (experimental) Leaf check-in: 32d692006f user: jan.nijtmans tags: editorconfig
2016-06-28
22:49
merge 8.6 check-in: a4c7d14662 user: dgp tags: dgp-ecr
22:30
Route all ensemble rewrite activity through a few utility routines. check-in: 8d4c031d3a user: dgp tags: trunk
21:17
Route all ensemble rewrite activity through a few utility routines. check-in: 5f7825d972 user: dgp tags: core-8-6-branch
16:31
merge trunk check-in: 31bc13d0c4 user: dgp tags: tip-445
14:26
merge 8.6 Closed-Leaf check-in: 152c9bf698 user: dgp tags: dgp-ensemble-rewrite
2016-06-27
20:29
Re-order loop for fewer gotos. check-in: 0959583cf9 user: dgp tags: trunk
19:01
Stop parsing white space where there cannot be any. check-in: d2ff1d695d user: dgp tags: trunk
15:16
Streamline comment parsing. check-in: f81dc859f1 user: dgp tags: trunk
14:28
[dd260aaf72] Allow the -dictionary option to be read from a pushed transform. check-in: b900551f9b user: dkf tags: trunk
14:27
[dd260aaf72] Allow the -dictionary option to be read from a pushed transform. check-in: 3a71ff429a user: dkf tags: core-8-6-branch
13:46
[c3d956be5b] Clearer text about positioning of optional arguments. check-in: 48ebae8786 user: dkf tags: core-8-6-branch
13:44
[c3d956be5b] Clearer text about positioning of optional arguments. check-in: 06af0634c4 user: dkf tags: trunk
10:22
Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_InitStubs() arguments. Usef... check-in: dac224dbfc user: jan.nijtmans tags: trunk
2016-06-26
09:03
Add TCL_NOINLINE macro, useful for micro-optimizations check-in: 8755f87d4b user: jan.nijtmans tags: trunk
09:00
(cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of 444. check-in: 5355df3a95 user: jan.nijtmans tags: core-8-6-branch
07:51
Merge trunk Leaf check-in: 10dcf619f9 user: jan.nijtmans tags: drh-micro-optimization
2016-06-24
16:40
[c30087b04f] Install man pages with permissions 644 instead of 444. check-in: 02219cfde2 user: max tags: trunk
2016-06-23
13:18
merge 8.6 check-in: 3834e099ca user: dgp tags: dgp-ensemble-rewrite
08:21
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. check-in: a633d16fae user: dkf tags: trunk
08:20
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. check-in: a1400f5f20 user: dkf tags: core-8-6-branch
2016-06-22
20:58
[c95b9fc0e3] Make errorcodes out of level parsing more consistent. check-in: 66d3dc08f1 user: dkf tags: trunk
20:57
[c95b9fc0e3] Make errorcodes out of level parsing more consistent. check-in: 038290e42b user: dkf tags: core-8-6-branch
18:59
merge trunk check-in: 233becf0c2 user: dgp tags: tip-445
18:57
merge 8.6 check-in: 36e5654983 user: dgp tags: dgp-ensemble-rewrite
18:05
[16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: ad87c3093e user: dgp tags: trunk
18:04
[16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: 4add8eddc5 user: dgp tags: core-8-6-branch
2016-06-21
11:11
Repair earlier bug fix. Stopped crash, but botched the logic for multiple glob patterns. check-in: 3f88bc9a9f user: dgp tags: trunk
11:10
Repair earlier bug fix. Stopped crash, but botched the logic for multiple glob patterns. check-in: 182635f8e2 user: dgp tags: core-8-6-branch
09:59
Upgrade internal Unicode tables to Unicode 9.0 check-in: 3165c3bb9f user: jan.nijtmans tags: trunk
09:58
Upgrade internal Unicode tables to Unicode 9.0 check-in: 0f9effc04d user: jan.nijtmans tags: core-8-6-branch
2016-06-20
19:31
[c383ebb5e4] Match DStringInit and DStringFree properly. check-in: 6aef1de4ea user: dgp tags: trunk
19:23
[c383ebb5e4] Match DStringInit and DStringFree properly. check-in: d30be00a35 user: dgp tags: core-8-6-branch
2016-06-17
03:06
merge trunk check-in: 28e89d646c user: dgp tags: tip-445
00:53
merge 8.6 check-in: 4e27cf4c80 user: dgp tags: dgp-ensemble-rewrite
2016-06-16
17:15
[4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: 15dd07c23c user: dgp tags: trunk
17:15
[4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: c94c7c4f4c user: dgp tags: core-8-6-branch
17:09
[16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: 35323a976b user: dgp tags: trunk
16:38
[16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: fac5b3732e user: dgp tags: core-8-6-branch
16:27
Merge tip of core-8-6-branch Closed-Leaf check-in: 3da2ce641b user: dgp tags: bug-16828b3744
2016-06-14
09:58
Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 5aad54f649 user: jan.nijtmans tags: trunk
09:57
Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 5ed3db2343 user: jan.nijtmans tags: core-8-6-branch
2016-06-10
12:10
Merge trunk check-in: cb4d8a38a3 user: gahr tags: gahr-ticket-e6f27aa56f
2016-06-09
11:41
Fix [e14c77b845] for MSVC6: Compilation error over typedef check-in: c7cea9d704 user: jan.nijtmans tags: trunk
11:38
Fix [e14c77b845] for MSVC6: Compilation error over typedef check-in: 66a48888ae user: jan.nijtmans tags: core-8-6-branch
2016-06-03
13:32
merge 8.6 check-in: dc7542662d user: dgp tags: dgp-ensemble-rewrite
13:31
merge trunk check-in: 7a9c350519 user: dgp tags: tip-445
2016-06-02
14:56
Fix [e14c77b845]: Compilation error over typedef. check-in: 942948a1ea user: jan.nijtmans tags: trunk
14:54
Fix [e14c77b845]: Compilation error over typedef. check-in: 65c8108ed2 user: jan.nijtmans tags: core-8-6-branch
12:27
(cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in tcltest::configure. Tcltest 2.3.8 -... check-in: e5fd1394a2 user: jan.nijtmans tags: core-8-6-branch
12:24
tcltest 2.3.9 -> 2.4.0 check-in: e49dfc8538 user: jan.nijtmans tags: trunk