Tcl Source Code

Timeline
Login

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

36 check-ins going from 4589a9d17c9575e7 to b98ee5637696606e

2016-09-08
02:38
[7f02ff1efa] Fix scope for var unset traces when procs return. *** POTENTIAL INCOMPATIBILITY *** check-in: b98ee56376 user: dgp tags: trunk
2016-09-07
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
13:34
Fix [d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: 8dd58d9800 user: jan.nijtmans tags: trunk
2016-09-06
10:46
Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 6636f975db user: dkf tags: trunk
2016-09-05
13:56
merge core-8-6-branch check-in: 4ba030874a user: jan.nijtmans tags: trunk
2016-08-30
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
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
2016-07-27
18:56
merge mark check-in: ac14beae58 user: dgp tags: trunk
2016-07-26
10:09
[db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: c853c914b6 user: dkf tags: trunk
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
2016-07-20
20:39
Stop internals intrusion into lists. check-in: 58ce371475 user: dgp tags: trunk
17:39
Streamline TclObjLookupVarEx check-in: 02c918099b user: dgp tags: trunk
16:32
Use strchr() to parse array variable syntax. check-in: dffa92924e user: dgp tags: trunk
15:43
Use the new private flag INDEX_TEMP_TABLE in testing command too. check-in: bef7bf0f11 user: dgp tags: trunk
03:05
Merge tzdata 2016f from ietf.org check-in: ebce0d21ba user: venkat tags: trunk
2016-07-19
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
2016-07-18
16:50
[104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups.

Also ... check-in: 98f348e049 user: dgp tags: trunk

2016-07-15
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
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
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
08:05
Tidy up some references to INDEX_TEMP_TABLE. check-in: 765b64e067 user: dkf tags: trunk, minor change
2016-07-13
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
2016-07-12
14:03
Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: ad9dfb6444 user: jan.nijtmans tags: trunk
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
2016-07-11
22:04
merge 8.6 check-in: f550200687 user: dgp tags: trunk
2016-07-10
19:33
merge 8.6 check-in: c6bab9eaed user: dgp tags: trunk
2016-07-09
15:47
merge 8.6 check-in: 217fdba06e user: dgp tags: trunk
2016-07-08
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