summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray refcount bump that caused a memory leak.dkf2011-07-141-1/+0
| | | FossilOrigin-Name: 238efaddfb075bb7e4a4c1d7a0c3bde53738c236
* Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-251-2/+221
| | | FossilOrigin-Name: 2778ad161a0a0c67ae685b848e3b97470f163128
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-14/+13
| | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. FossilOrigin-Name: 5574bdd262b2672cde48771787370c12854cecf4
* fix typo in dkf's last commitmig2011-03-011-1/+1
| | | FossilOrigin-Name: b4bf957f29c4e327fae35d2abf65918f86eb673c
* Reorganization of call context reference count management so that codedkf2011-03-011-4/+6
| | | | | is (mostly) simpler. FossilOrigin-Name: 25d2a66f4de7efec148a46f106297b860ac2d5bd
* * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-5/+3
| | | | | | | | | | | | | | | | | * generic/tclExecute.c: that they set the typePtr field to * generic/tclIO.c: NULL so that the Tcl_Obj is not left * generic/tclIndexObj.c: in an inconsistent state. * generic/tclInt.h: [Bug 2857044] * generic/tclListObj.c: * generic/tclNamesp.c: * generic/tclOOCall.c: * generic/tclObj.c: * generic/tclPathObj.c: * generic/tclProc.c: * generic/tclRegexp.c: * generic/tclStringObj.c: FossilOrigin-Name: c712d7d7bb31719fdaa59e4625f78e004c15dd4e
* Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-121-6/+12
| | | | | | [Bug 1895546] FossilOrigin-Name: 18d45c03cdbfd7ce57665f4f065005647546c752
* Add "const" to many internalnijtmans2008-10-161-2/+2
| | | | | | | const tables. No functional or API change. FossilOrigin-Name: f03d2e2d83be42035c4aad3b01bbd09f5a967c1b
* slightly more efficientdkf2008-09-251-3/+1
| | | FossilOrigin-Name: 7fac343845827ff1629d9994f075d1e65f36a37a
* Fix [Bug 2120903]dkf2008-09-251-9/+8
| | | FossilOrigin-Name: c27a3bf717b83c1b70eaf4ccef52e807cd73c0fd
* new TclNRAddCallback macro for internal use instead of the publicmsofer2008-07-181-4/+4
| | | | | | Tcl_NRAddCallback FossilOrigin-Name: 41bf7d9039838529fef6ebd671f8bd57844a6aff
* * generic/tcl.decls: Change the public api prefix frommsofer2008-07-181-4/+4
| | | | | | | | | | | | | | | | | | | * generic/tcl.h: TclNR_foo to Tcl_NRfoo * generic/tclBasic.c: * generic/tclDecls.h: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclInterp.c: * generic/tclNRE.h: * generic/tclNamesp.c: * generic/tclOO.c: * generic/tclOOBasic.c: * generic/tclOOCall.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclStubInit.c: FossilOrigin-Name: 028024f0d323bcbb2bf25aca558315642093fb46
* NRE-aware TclOO.dkf2008-07-161-25/+61
| | | FossilOrigin-Name: a8d83acd188df8a873518f5d731cf8cea8f0c668
* Fix [Bug 1998221]dkf2008-06-191-6/+9
| | | FossilOrigin-Name: 3b2afa4b8d9478eed17d259c9858b96653b745f6
* Plug leak. [Bug 1987817]dkf2008-06-081-5/+17
| | | FossilOrigin-Name: a3fd190cc6297bce8f63a362417e720751f52886
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-13/+13
| | | | | | | | | | | | | | | | * unix/Makefile.in: stub lib; disable broken tclOO genstubs * generic/tclOO.c: make tclOO stubs tables 'static const' * generic/tclOODecls.h: and stub table pointers MODULE_SCOPE * generic/tclOOIntDecls.h: (change generated files manually * generic/tclOOStubInit.c: pending genstubs support for tclOO). * generic/tclOOStubLib.c: * generic/tclOO.c: fix warnings for 'int<->ptr conversion' * generic/tclOOCall.c: and 'signed vs unsigned comparison'. * generic/tclOOMethod.c: FossilOrigin-Name: 7efe478a950202363e8139834344966e364c3088
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+1211
| | | FossilOrigin-Name: e46e1575d392981d674e659a6c6649dc51ecf5dc
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-803/+0
| | | FossilOrigin-Name: c97ddfca3f37b8bcbeefe626726c4cc30920f333
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-0/+803
other developers FossilOrigin-Name: a99bded51f412bd376c67eff98e562b5ae0d1c66