Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 2b96efaf2704f213.

2016-05-19
11:46
merge core-8-6-branch check-in: a674b5dc82 user: jan.nijtmans tags: zipfs
2016-05-17
11:45
merge 8.6 check-in: 7483f14990 user: dgp tags: dgp-ecr
2016-05-16
10:57
Possible fix for [f97d4ee020]; uses a two-stage approach to avoid quadratic behaviour. check-in: 20c01f4161 user: dkf tags: bug-f97d4ee020
2016-05-14
06:38
Tweak a test to not leave around extra commands. check-in: 8de1814368 user: dkf tags: core-8-6-branch
2016-05-13
16:09
type mismatch check-in: 95c8fa50bd user: dgp tags: dgp-refactor
16:06
merve novem check-in: 98a107e967 user: dgp tags: dgp-refactor
16:03
merge trunk check-in: 1fdf03ed46 user: dgp tags: tip-445
15:55
merge 8.6 check-in: 4c37c40df1 user: dgp tags: dgp-ecr
09:21
Merge trunk check-in: b65f70f7a8 user: jan.nijtmans tags: novem
09:09
Merge core-8-6-branch check-in: 82af266b57 user: jan.nijtmans tags: trunk
09:07
result/sendResult could be 64-bit, so account for that check-in: ce171454ea user: jan.nijtmans tags: core-8-6-branch
08:01
Merge core-8-6-branch. Eliminate some unnecessary spacing. check-in: e7796bf5e8 user: jan.nijtmans tags: trunk
07:49
Make tclreg13.dll work in any Unicode environment (either with 32-bit or 64-bit characters). Adopted... check-in: 978ad0ba66 user: jan.nijtmans tags: core-8-6-branch
00:46
Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exception range. check-in: 862ead931b user: kbk tags: trunk, bug-3154ea2759
00:45
Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exception range. check-in: 665d72dc7b user: kbk tags: core-8-6-branch, bug-3154ea2759
2016-05-12
20:23
Don't see why the intrep should make and keep copies of things already stored in the hash table. check-in: bdea6deef6 user: dgp tags: dgp-ecr
19:49
The "ensembleCommand" Tcl_ObjType has no need for an UpdateString routine. It is entirely a caching ... check-in: 6cc7894dfb user: dgp tags: dgp-ecr
19:44
Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any justification for keeping it (... check-in: 24c7f928da user: dgp tags: dgp-ecr
2016-05-10
17:22
Revise encodingType to use proposed routines. check-in: 145b84c792 user: dgp tags: tip-445
16:53
merge trunk check-in: c5365cda20 user: dgp tags: tip-445
16:52
Value correctness over performance myths. Encoding ObjType duplication needs to dup the typePtr so t... check-in: 462af0ad86 user: dgp tags: trunk
16:03
merge trunk Closed-Leaf check-in: 57cc57e749 user: dgp tags: dgp-dup-encoding-fix
2016-05-09
09:50
winreg encoding fixes, needed when UTF_MAX > 4 (androwish) check-in: 5223ed3dc1 user: jan.nijtmans tags: androwish
09:42
Fix [5c7578d0f2958bfd]: Tclkits producing temporary directories on Windows check-in: 35ac7f7ade user: jan.nijtmans tags: androwish
2016-05-06
16:03
Bug fix. Have to arrange to only close a catch once. After the space has been returned to placehold... Closed-Leaf check-in: 510a32f92c user: dgp tags: bug-3154ea2759
2016-05-04
12:23
Add a note in tcltest manual page to betray false expectations on msec and usec. check-in: 2b96efaf27 user: gahr tags: gahr-tip-447
2016-05-03
19:50
Approximate ms by μs/1000 check-in: c7aa0a34d2 user: gahr tags: gahr-tip-447
19:40
Merge trunk check-in: 04abbf3ecb user: gahr tags: gahr-tip-447
15:38
merge novem check-in: fd6fb19018 user: dgp tags: dgp-refactor
15:14
merge trunk check-in: 31be103f5d user: dgp tags: novem
2016-04-30
17:47
More ByteCode revisions. check-in: 7f7eddcdaa user: dgp tags: tip-445
2016-04-29
20:34
typo check-in: 7f412fb38f user: dgp tags: tip-445
20:33
more revisions check-in: 06c9126f73 user: dgp tags: tip-445
20:20
Revise the "exprcode" Tcl_ObjType to proposed routines. check-in: 49096aaf74 user: dgp tags: tip-445
20:04
Revise "assemblecode" Tcl_ObjType to proposed routines. check-in: 1a2fe68d79 user: dgp tags: tip-445
19:32
merge trunk check-in: d81838fbdf user: dgp tags: tip-445
19:31
Rework bytecode intialization to serve different callers better. check-in: 9f02a2427c user: dgp tags: trunk
19:29
Parameterize TclInitByteCodeObj to callers sense of typePtr. Closed-Leaf check-in: 438aad9179 user: dgp tags: dgp-init-bytecode
18:02
No longer need to create Tcl_Obj just to make some bytecode. check-in: 6bf9d5d7aa user: dgp tags: dgp-init-bytecode
17:58
Make obj-free bytecode maker available to rest of compile-related files. check-in: 0dba0ff8ad user: dgp tags: dgp-init-bytecode
17:52
Tease apart the bytecode creation machinery from the Tcl_Obj intrep machinery. check-in: d521ec90bf user: dgp tags: dgp-init-bytecode
17:34
Refactor bytecode initialization machinery. check-in: 50792c291d user: dgp tags: dgp-init-bytecode
2016-04-26
13:26
merge novem check-in: 7f875d6226 user: dgp tags: dgp-refactor
2016-04-24
16:14
merge zipfs check-in: f5952216bf user: jan.nijtmans tags: androwish
16:14
merge core-8-6-branch check-in: 3808550a8f user: jan.nijtmans tags: zipfs
16:04
merge trunk check-in: 203ec72d4a user: jan.nijtmans tags: novem
16:02
merge-mark check-in: dea4b3abd4 user: jan.nijtmans tags: trunk
2016-04-22
19:59
close forked fork check-in: 41dd36c2b9 user: dgp tags: trunk
19:59
Update to tzdata2016d from IETF check-in: 0bee1e0ede user: venkat tags: core-8-6-branch
19:56
close fork check-in: 4edda0b435 user: dgp tags: trunk