summaryrefslogtreecommitdiffstats
path: root/generic/tclOOMethod.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2012-08-081-4/+4
|\
| * converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-4/+4
* | Update TclOO package to 0.7, correct copyright dates.dkf2012-07-121-1/+1
|/
* * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-9/+0
* [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!dkf2011-09-161-1/+1
* [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-101-1/+1
* More generation of error codes (TclOO miscellany).dkf2011-04-041-0/+2
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-23/+22
* [Bug 3185009]: Keep references to resolved object variables so that an unset ...dkf2011-03-051-0/+16
|\
| * [Bug 3185009]: Keep references to resolved object variables so that an unset ...Bug_3185009dkf2011-03-041-0/+16
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|/
* Add missing commentdkf2011-01-181-2/+3
* * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Makedkf2011-01-181-3/+35
* Fix [Bug 3105999]; deallocate temporary structure.dkf2010-11-091-4/+11
* * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid codeMiguel Sofer2010-09-261-51/+10
* * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-221-5/+9
* * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)dkf2010-03-241-2/+2
* test that tclOO stubs are present in stub librarynijtmans2010-03-071-5/+5
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-2/+2
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-3/+3
* Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-111-2/+16
* TIP #336 IMPLEMENTATIONdgp2008-12-021-5/+5
* Remove obsolete debugging macro. [Bug 2124814]dkf2008-09-241-7/+1
* Implementation of TIP #320.#320.#320.dkf2008-09-231-4/+262
* Improve the semantics of C-implemented destructors slightly.dkf2008-09-011-1/+11
* * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-231-2/+2
* Align variable naming and typing a bit better with tclNamesp.c.dkf2008-08-211-10/+10
* Added casts to make MSVC happy and re-enable the debug build.patthoyts2008-08-201-2/+2
* Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-201-10/+19
* * generic/tclOOMethod.c (PushMethodCallFrame): Added missing checkdgp2008-08-121-3/+6
* (PushMethodCallFrame): fix uninitialized efi name fielddas2008-08-091-1/+2
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-3/+16
* Remove unnecessary hack.dkf2008-07-271-8/+2
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-271-2/+2
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-2/+2
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-3/+3
* NRE-aware TclOO.dkf2008-07-161-13/+27
* Complete fix of [Bug 1981001]dkf2008-06-011-2/+4
* * generic/tclOOMethod.c: Fix a bug where the refcount of a methodKevin B Kenny2008-06-011-2/+2
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-2/+2
* Plug method-related memory leaks pointed out by Miguel.dkf2008-05-311-2/+2
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+1425