Tcl Source Code

Timeline
Login

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

35 check-ins related to "tip-500"

2018-06-03
11:44
TIP 500: Private Methods and Variables in TclOO check-in: 86262924a2 user: dkf tags: core-8-branch
2018-06-02
14:19
merge core-8-branch Closed-Leaf check-in: 3419afb49d user: dkf tags: tip-500
2018-05-31
07:17
Neither use --disable-threads on MacOS builds, and don't mention it any more in the README check-in: dade30b4a0 user: jan.nijtmans tags: core-8-branch
2018-05-30
09:38
Tweaking the documentation check-in: d65f77c5b5 user: dkf tags: tip-500
2018-05-27
12:04
Add sensible behaviour with export and unexport of private methods. check-in: 98387d0a22 user: dkf tags: tip-500
2018-05-22
08:26
More docs check-in: d4f60c9644 user: dkf tags: tip-500
2018-05-20
15:09
merge core-8-branch check-in: 8bc53049e0 user: dkf tags: tip-500
2018-05-19
11:26
Disable many warnings that are pointless in the stub library. Yes, it accesses deprecated fields, we... check-in: 4cad2850ba user: dkf tags: core-8-branch
11:18
Minor updates to C API to handle private methods. check-in: 8632183f6c user: dkf tags: tip-500
08:38
Corrections for a number of small things to align with TIP check-in: 39e20c8e3a user: dkf tags: tip-500
2018-05-15
13:04
Make [info object methods] and [info class methods] work right. check-in: a0a3142700 user: dkf tags: tip-500
2018-05-14
20:55
Make sure that [self call] reports useful info. check-in: 0a346c9e04 user: dkf tags: tip-500
2018-05-13
19:20
Correct results from unknown method handler. check-in: ea2054164a user: dkf tags: tip-500
16:10
Make [info vars] aware of private variable resolution. check-in: ecc06fcafa user: dkf tags: tip-500
10:08
Merge core-8-branch check-in: aae3c29836 user: dkf tags: tip-500
07:17
General code style cleanup. check-in: ea1fc89541 user: dkf tags: core-8-branch, minor change
2018-05-07
15:42
More efficient way of getting array element names; why search when direct lookup is possible? check-in: ede43e26d2 user: dkf tags: tip-500
12:43
Make the 'varname' method know about private variables. check-in: af6136109d user: dkf tags: tip-500
2018-05-06
14:20
Documentation. check-in: 4090126e45 user: dkf tags: tip-500
07:17
Corrections to test names. check-in: 6022af433b user: dkf tags: tip-500, minor change
07:13
Fix up instance privates. check-in: 62c847e122 user: dkf tags: tip-500
2018-05-05
17:30
merge 8.7 check-in: d8c8c91b02 user: dkf tags: tip-500
17:23
Private methods seem to be working... check-in: 470494b82a user: dkf tags: tip-500
2018-05-04
19:06
Update TZ info to tzdata2018e. check-in: 0ac864f24f user: jima tags: core-8-branch
2018-04-15
15:11
Added basic tests of the 'private' definition command. check-in: 19f241ec29 user: dkf tags: tip-500
14:47
Testing the private variables. check-in: 95e0451a74 user: dkf tags: tip-500
10:29
Added tests for [info object creationid] check-in: 0911aed318 user: dkf tags: tip-500
2018-04-13
07:23
Duplicate the private variable config when cloning objects. check-in: b8199bd706 user: dkf tags: tip-500
2018-04-12
23:54
Added introspectors mentioned in TIP. check-in: fd04ec02db user: dkf tags: tip-500
2018-04-05
07:26
Start of private method dispatch machinery. check-in: 087b4f8229 user: dkf tags: tip-500
2018-03-30
19:53
merge 8.7 check-in: 06265f1ca1 user: dgp tags: tip-500
19:22
Refactor the [lrange] machinery into a single routine TclListObjRange(). Apply some optimizations. C... check-in: 0f8ef41b28 user: dgp tags: core-8-branch
2018-03-18
18:04
This should be the implementation of private variables. check-in: 313e734043 user: dkf tags: tip-500
2018-02-25
12:04
Starting to build the implementation of the private methods and variables. Definition support. check-in: bd8482a809 user: dkf tags: tip-500
2018-02-23
17:49
Don't let presence of a string rep prevent optimizations on "pure" bytearrays. check-in: 7f4d49a687 user: dgp tags: core-8-branch