Itcl - the [incr Tcl] extension

Timeline
Login

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

24 check-ins using file tests/sfbugs.test version a437c1d8c9

2019-02-07
23:39
amend to [734b2ff2e3]: fix release, ckfree -> ItclCkfree (without in-between temp automation in tcl-core) check-in: befa6a2d70 user: sebres tags: sebres-memopt-perf-branch
21:37
fixes huge performance regression (introduced in [c7e729d15408ed4e]), replace internal mechanism of preservation facilities (Itcl_PreserveData/Itcl_ReleaseData) from Tcl_Preserve (which is basically inappropriate here) to own memory facilities without this major overhead. check-in: 734b2ff2e3 user: sebres tags: sebres-memopt-perf-branch
19:19
Use TCL_INTEGER_SPACE to size the buffer. check-in: 8ab8b442af user: dgp tags: trunk
15:25
configure rebuilt with newest tclconfig version check-in: 37013da4a5 user: sebres tags: trunk
15:03
silence a compiler warning "-Wformat-overflow": output 2..11 bytes into buf of size 10 ('sprintf' may write a 0 of NTS past the end of the destination) check-in: 10244410a1 user: sebres tags: trunk
2018-11-01
16:00
TEA update check-in: bbbfb09c68 user: dgp tags: trunk, itcl-4-1-2
15:12
Contributed patch adding introspection functionality on Itcl instance vars. check-in: 6676931332 user: dgp tags: bug-050ac21f72
2018-10-17
16:55
TEA update check-in: f2bfa58c8c user: dgp tags: trunk
2018-10-16
17:24
Repair broken `make dist` from conversion to DIST_INSTALL* tools. check-in: f769d86c66 user: dgp tags: trunk
2018-10-15
18:25
Bump to version 4.1.2 for release. check-in: 56d9c8d4a6 user: dgp tags: trunk
2018-06-18
15:40
Update to latest TEA. Improve tests/all.tcl. check-in: f196fcf563 user: stu tags: trunk
2018-06-15
11:33
Use DIST_INSTALL_* macros to make dist. check-in: 7d5415eaa9 user: stu tags: trunk
10:42
Bring in some of the recent TEA changes. check-in: 318193ca5b user: stu tags: trunk
2018-06-14
15:27
Report the error information we collected. check-in: bc4dddabd7 user: dgp tags: trunk
12:41
Remove [source -rsrc] check-in: 97d99ccccd user: dgp tags: trunk
2018-06-06
05:27
ItclMemberCode: use reference counting instead of Itcl_PreserveData. check-in: 7388d76981 user: pooryorick tags: trunk
2018-06-05
15:01
Add TCLLIBPATH to valgrind invocation. check-in: 0f3ae00c14 user: pooryorick tags: trunk
2018-05-16
13:56
Contributed patch adding introspection functionality on Itcl instance vars. Closed-Leaf check-in: 8d29902da1 user: dgp tags: bug-050ac21f72
13:55
close fork check-in: af95a3325d user: dgp tags: trunk
2018-05-15
12:58
Contributed patch adding introspection functionality on Itcl instance vars. Closed-Leaf check-in: 9d573e1756 user: dgp tags: bug-050ac21f72
2018-04-02
14:03
[SF Bug 267] Make sure [::info vars] falls back to trying [::tcl::info::vars] when no Itcl context is found. check-in: f03bd6f7d2 user: dgp tags: trunk
2018-02-27
19:34
[c949e73d3e] Repair regression in [info option $option] by expanding the object context discoverable by Itcl_GetContext(). Seems related to constructor operations. check-in: b8f24e43d4 user: dgp tags: trunk
19:16
[c949e73d3e] Prevent crashes trying to use object contexts that are not present. check-in: d32dbafdea user: dgp tags: trunk
2018-02-15
21:57
[SF Bug 281] Rebuild virtual tables as part of [inherit] so we resolve inherited commons properly. check-in: 84b0a3ad49 user: dgp tags: trunk