TclOO Package

Changes On Branch development-next2
Login

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

Changes In Branch development-next2 Excluding Merge-Ins

This is equivalent to a diff from b717126770 to f5a2cfd0d4

2011-05-25
12:29
Implementation of TIP #381: Call Chain Introspection and Control check-in: 5ff57966d7 user: dkf tags: trunk
2011-05-16
18:52
Pushing Jeff's build system changes to make it more TEA compliant and working for Windows. This change bumps the version to 0.6.3. check-in: e98f8dd6a1 user: andreask tags: trunk
2011-05-04
21:45
Report method type as part of chain introspection. Closed-Leaf check-in: f5a2cfd0d4 user: dkf tags: development-next2
2011-04-23
13:46
More tests, this time of [nextto] in constructors and destructors. check-in: 0a3fc3c4a0 user: dkf tags: development-next2
2011-03-28
21:36
Erroneous commit Closed-Leaf check-in: 480c351092 user: dkf tags: erroneous, erroneous-commit-1
17:29
Create new branch named "development-next2" check-in: 523b455661 user: dkf tags: development-next2
2011-03-14
18:23
Create new branch named "development-gc" check-in: e5d7e19150 user: dkf tags: development-gc
2011-03-11
14:02
Create new branch named "development-slots" check-in: ba99a79556 user: dkf tags: development-slots
14:01
Create new branch named "development-submethods" check-in: 7523da4b4a user: dkf tags: development-submethods
10:37
Reorganization of call context reference count management so that code is (mostly) simpler. check-in: b717126770 user: dkf tags: trunk
10:25
[Bug 3185009]: Keep references to resolved object variables so that an unset doesn't leave any dangling pointers for code to trip over. check-in: 2e6c187198 user: dkf tags: trunk

Changes to doc/next.n.

Changes to doc/ooInfo.n.

Changes to doc/self.n.

Changes to generic/tclOO.c.

Changes to generic/tclOOBasic.c.

Changes to generic/tclOOCall.c.

Changes to generic/tclOOInfo.c.

Changes to generic/tclOOInt.h.

Changes to tests/oo.test.

Added tests/ooNext2.test.