Itcl - the [incr Tcl] extension

Check-in [8b790617eb]
Login

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

Overview
Comment:integrate bug fix of [777ae99cfb], fixes mem-leaks, certain optimizations
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8b790617eb320c3e1d0c0516eb9ec898c64d2f8b1172cd2b2ffa89fc007b5f74
User & Date: sebres 2019-11-04 21:24:18.473
References
2019-11-04
21:28 Closed ticket [777ae99cfb]: variable lookup before a common creation affects behaviour of variable resolution plus 4 other changes artifact: 6a73cf52da user: sebres
Context
2019-11-05
14:30
Remove internal routine Itcl_CreateMethodVariable (name is deceptive) which no longer has callers check-in: 48d5801f5a user: dgp tags: trunk
2019-11-04
21:24
integrate bug fix of [777ae99cfb], fixes mem-leaks, certain optimizations check-in: 8b790617eb user: sebres tags: trunk
21:20
avoid mem-leak (methodVariables is object-hash, so key refCount is incremented automaticaly); grave speedup of method variables (share same object "fullNamePtr" between imvPtr and ivPtr); remove obsolete or unneeded code. closed check-in: 4e0bd29adf user: sebres tags: sebres-on-dmnd-resolver-perf-branch
2019-11-03
02:31
close fork check-in: 41ce4308a9 user: dgp tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/itclClass.c.
Changes to generic/itclInt.h.
Changes to generic/itclParse.c.
Changes to tests/basic.test.