summaryrefslogtreecommitdiffstats
path: root/generic/tclOOScript.h
Commit message (Expand)AuthorAgeFilesLines
* Move tclOOScript.tcl from the generic to the tools directory, so "make dist" ...jan.nijtmans2019-11-061-1/+1
* Test cases (and some fixes)dkf2018-10-281-2/+2
* Simplify the slot resolution protocoldkf2018-09-111-4/+5
* Implementation of TIP 516dkf2018-09-081-3/+25
* Added a note about the genesis of the compiled header.dkf2018-08-111-0/+4
* Improve script compilation. Prove that compilation works with safe interps.dkf2018-08-111-218/+198
* Combine the two bits of scripted code inside TclOO's definition into one.dkf2018-08-051-95/+120
* Make it much easier to maintain the TclOO initialisation script.dkf2018-08-051-21/+23
* Added more tests and made [initialize] an alternate spelling for [initialise].dkf2018-07-151-18/+27
* Document the [myclass] command; someone might find it useful besides me.dkf2018-07-071-1/+1
* Improving the singletondkf2018-07-061-1/+6
* Create a special command, [ :my:class], (in each instance namespace) that all...dkf2018-07-011-1/+1
* More test cases. More fixes.dkf2018-06-291-4/+20
* Tests for abstract and singletondkf2018-06-281-1/+2
* Add better error handling and make the delegation work with cloning.dkf2018-06-271-4/+31
* Make the delegates work by moving their creation into C.dkf2018-06-231-38/+18
* Leaving out the weird delegates stops the test failures.dkf2018-06-171-2/+3
* Most of the implementation ported over. [classmethod] is trickier...dkf2018-06-171-1/+106
* Split scripted parts of TclOO into their own file.dkf2018-06-171-0/+85