Tcl Source Code

Timeline
Login

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

16 check-ins going from a633d16fae to 726413c61a

2016-07-01
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
2016-06-30
13:16
Simplify use of "struct" keyword in many places. check-in: 2e6ea5716f user: jan.nijtmans tags: trunk
2016-06-29
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
2016-06-28
22:30
Route all ensemble rewrite activity through a few utility routines. check-in: 8d4c031d3a user: dgp tags: trunk
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
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
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
08:21
[d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. check-in: a633d16fae user: dkf tags: trunk