summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInfo.c
Commit message (Expand)AuthorAgeFilesLines
* [3d96b7076e] Prevent crashes when destroying an object's class inside a metho...dkf2015-11-211-0/+12
* Say what is meant more clearly, put syntax checks before semantic checks.dkf2015-07-011-42/+43
* Implementation of TIP #436: Improve TclOO isa Introspectiondkf2015-07-011-34/+25
* Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-22/+22
* Slim down the code a bit more; we can make more safe assumptions.dkf2012-12-171-13/+7
* Simplify the [info object] and [info class] additions.dgp2012-12-131-9/+3
* Added compilation of [info object isa object] (i.e., object verification).dkf2012-11-031-1/+1
* Added more TclOO introspection bytecodes ([info object class], [info object n...dkf2012-11-021-53/+32
* merge trunkdgp2012-08-081-30/+34
|\
| * converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-30/+34
* | Update TclOO package to 0.7, correct copyright dates.dkf2012-07-121-1/+1
|/
* [Bug 3387082]: Plug memory leak in call chain introspection.dkf2011-08-071-0/+1
* Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-251-0/+90
* More generation of error codes (TclOO miscellany).dkf2011-04-041-13/+9
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)dkf2010-03-241-1/+134
* | Added more introspection: ability to look up namespace of an object.dkf2009-05-151-1/+36
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-21/+21
* | Fix [Bug 2489836]dkf2009-01-061-3/+7
* | Add "const" to many internalnijtmans2008-10-161-4/+4
* | Handle error case [info class destructor].dkf2008-10-131-1/+5
* | Clean up result handling, factor out some duplicated code, share objects.dkf2008-10-041-155/+118
* | Implementation of TIP #320.#320.#320.dkf2008-09-231-28/+88
* | * generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd):hobbs2008-08-121-3/+3
* | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-3/+3
* | Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+1271
|/
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-901/+0
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-0/+901