summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
Commit message (Expand)AuthorAgeFilesLines
* Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+6
|\
* \ Merge tip-548jan.nijtmans2019-08-151-2/+2
|\ \ | |/
| * Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-5/+5
* | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-25/+25
|\ \ | |/
* | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-2/+2
|/
* merge 8.6dgp2019-05-031-7/+10
|\
| * Minor code style cleanup.dkf2019-04-231-11/+22
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-3/+3
* | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-1/+1
|\ \ | |/
* | Fix windows build with Visual Studiojan.nijtmans2018-11-211-3/+3
* | Implement TIP 524dkf2018-11-061-0/+263
|\ \
| * | Definition and introspection commands.dkf2018-10-281-4/+4
| * | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-0/+263
* | | merge 8.7dgp2018-10-241-1/+0
|\ \ \ | |/ /
| * | merge core-8-6-branchdkf2018-10-191-1/+0
| |\ \ | | |/
| | * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-1/+0
| | * Streamline TclOO object cleanup routines.pooryorick2018-02-151-1/+3
| | * Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2018-02-141-4/+4
* | | merge 8.7dgp2018-06-041-203/+461
|\ \ \ | |/ /
| * | Make [info object methods] and [info class methods] work right.dkf2018-05-151-1/+8
| * | Make sure that [self call] reports useful info.dkf2018-05-141-142/+164
| * | Correct results from unknown method handler.dkf2018-05-131-80/+147
| * | Documentation.dkf2018-05-061-2/+2
| * | Fix up instance privates.dkf2018-05-061-67/+116
| * | Private methods seem to be working...dkf2018-05-051-32/+124
| * | Start of private method dispatch machinery.dkf2018-04-051-10/+31
* | | merge 8.7dgp2018-01-111-1/+12
|\ \ \ | |/ /
| * | Some refactoring and tidying up of comments.dkf2018-01-091-2/+11
| * | Streamline TclOO object cleanup routines.pooryorick2017-12-101-1/+3
* | | merge trunkdgp2017-10-301-4/+4
|\ \ \ | |/ /
| * | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-301-4/+4
| |/
* | merge trunkdgp2017-10-201-19/+56
|\ \ | |/
| * Oops; put the code in the wrong place. Mixins have priority when deciding met...dkf2017-10-191-12/+12
| * Ensure that method list introspection finds methods from mixins in all cases....dkf2017-10-191-19/+56
| * [900cb0284bc] Ensure that masking pseudo-methods used for export management a...dkf2017-03-291-0/+1
* | merge trunkdgp2017-03-311-0/+1
|\ \
| * | Tweak to make tests a little clearer.dkf2017-03-291-1/+1
| * | Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not list...aspect2017-03-271-0/+1
| |/
* | merge trunkdgp2016-11-161-0/+1
|\ \ | |/
| * Slightly more efficient version as this is Hot Path code.dkf2016-11-151-1/+1
| * See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjTypedgp2016-11-141-0/+1
* | and anotherdgp2016-07-131-1/+1
* | merge trunkdgp2016-07-091-6/+3
|\ \ | |/
| * Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-6/+3
* | Revise the "TclOO method name" objType to use proposed routines.dgp2016-04-071-15/+14
|/
* Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-1/+1
* [b9e1a3032e] Implement the documented method search order for TclOO.dkf2014-08-281-26/+71
* [a84a720966] Protect against double free in TclOO classChainCache teardown.dgp2014-07-311-1/+1
* merge core-8-5-branchjan.nijtmans2013-01-311-6/+5
|\