Timeline
Not logged in

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

35 check-ins using file generic/tclProc.c version d1bd11087d

2006-08-31
23:27
More introspection and starting to assemble the [oo::definer] metaclass check-in: bcee6d2234 user: dkf tags: tip-257-implementation-branch
15:43
Fix bloopers check-in: 3af609789f user: dkf tags: tip-257-implementation-branch
15:41
Add more introspection Change line endings to LF check-in: a76bef062d user: dkf tags: tip-257-implementation-branch
15:41
Change to using LF line endings check-in: cdff92950a user: dkf tags: tip-257-implementation-branch
2006-08-30
23:49
Reorganization to support more types of methods and method cloning. Now can clone non-class objects.... check-in: 634064f6b6 user: dkf tags: tip-257-implementation-branch
15:35
Test updates to start checking introspection facilities check-in: d366834cac user: dkf tags: tip-257-implementation-branch
14:53
Implementations of many of the simpler introspective actions. check-in: 8662f03c75 user: dkf tags: tip-257-implementation-branch
14:23
Outline of the additions to [info] command. No changes to test suite yet, nor any functional impleme... check-in: fdf32fc3ba user: dkf tags: tip-257-implementation-branch
2006-08-29
23:13
small error message changes check-in: f3386b1f83 user: dkf tags: tip-257-implementation-branch
15:21
Squelching another nasty edge case that causes crashes check-in: 20015fde33 user: dkf tags: tip-257-implementation-branch
14:47
Squelch crash when destroying the root of the object tree. The root is special. check-in: 0d19c7d89d user: dkf tags: tip-257-implementation-branch
13:09
More use of ensemble tricks to improve error messages check-in: d0c7ac00b8 user: dkf tags: tip-257-implementation-branch
11:01
Better handling of method arguments, added (currently failing) test to check check-in: 65d94ddd66 user: dkf tags: tip-257-implementation-branch
09:06
Do not run destructors in deleted interpreters; it makes bad things happen on some platforms (esp. L... check-in: 25819362e2 user: dkf tags: tip-257-implementation-branch
2006-08-28
23:37
Partial implementation of object cloning check-in: 17381ed8e0 user: dkf tags: tip-257-implementation-branch
15:53
Added support for mixins and changing an object's class dynamically. check-in: f5ea786b6e user: dkf tags: tip-257-implementation-branch
2006-08-27
14:33
Memory now handled mostly right throughout. Filters now supported. check-in: 71661452ad user: dkf tags: tip-257-implementation-branch
2006-08-26
22:15
Tidying up and most of object/class teardown now implemented. check-in: 0c23e1fdea user: dkf tags: tip-257-implementation-branch
2006-08-24
23:56
Multiple inheritance (no filters, no mixins) and more of [self] check-in: 0b75ce7945 user: dkf tags: tip-257-implementation-branch
02:54
fix line endings check-in: c3adf41ddc user: dgp tags: tip-257-implementation-branch
2006-08-23
23:43
Add another test check-in: 7ab5acf1a3 user: dkf tags: tip-257-implementation-branch
23:37
Some simple changes to make [global] (and related) work properly in methods. check-in: 9128289062 user: dkf tags: tip-257-implementation-branch
23:35
Remove dead (and previously commented-out) code check-in: 77fb73e48a user: dkf tags: tip-257-implementation-branch
15:42
Tweaking the init sequence; not yet important check-in: 118748827c user: dkf tags: tip-257-implementation-branch
14:38
Partial implementation of the [self] command. check-in: 8d612b3ee0 user: dkf tags: tip-257-implementation-branch
09:29
Make single inheritance and the [next] command work properly. check-in: 14b71b4b3a user: dkf tags: tip-257-implementation-branch
2006-08-22
23:36
Some support for defining simple class hierarchies; incomplete and buggy though check-in: c9a7010d1d user: dkf tags: tip-257-implementation-branch
15:01
Test method forwarding check-in: d548cb619f user: dkf tags: tip-257-implementation-branch
14:42
Improved test check-in: 6c71dee38e user: dkf tags: tip-257-implementation-branch
14:37
Another test, this time of self.method check-in: dc23c6dc3e user: dkf tags: tip-257-implementation-branch
10:50
Add more tests. Working towards being able to do object cleanup properly check-in: e78d6b4fed user: dkf tags: tip-257-implementation-branch
2006-08-21
21:34
Add support for export/unexport of commands (not yet properly inheritance-aware), and make method fo... check-in: 0e237eec29 user: dkf tags: tip-257-implementation-branch
15:55
Nearly working destructor code. check-in: cc4b6e0a7c user: dkf tags: tip-257-implementation-branch
2006-08-20
18:11
fix line endings (again) check-in: e1c3dace5e user: dgp tags: tip-257-implementation-branch
12:20
Constructors now work, but still no (real) inheritance so they're not very useful yet check-in: ae0495000a user: dkf tags: tip-257-implementation-branch