Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -22/+22 |
| | | | | | generation where we can detect that we're not in the WrongNumArgs case. The compiler just checks that the argument count is in the right range and issues a standard dispatch; that's enough to do an efficient job. | ||||
* | Slim down the code a bit more; we can make more safe assumptions. | dkf | 2012-12-17 | 1 | -13/+7 |
| | |||||
* | Simplify the [info object] and [info class] additions. | dgp | 2012-12-13 | 1 | -9/+3 |
| | |||||
* | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | Added more TclOO introspection bytecodes ([info object class], [info object ↵ | dkf | 2012-11-02 | 1 | -53/+32 |
| | | | | namespace]). Also moved TclOO-in-8.6 to using the main Tcl internal ensemble builder. | ||||
* | merge trunk | dgp | 2012-08-08 | 1 | -30/+34 |
|\ | |||||
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -30/+34 |
| | | |||||
* | | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 |
|/ | |||||
* | [Bug 3387082]: Plug memory leak in call chain introspection. | dkf | 2011-08-07 | 1 | -0/+1 |
| | |||||
* | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 1 | -0/+90 |
| | |||||
* | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 1 | -13/+9 |
| | |||||
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -2/+2 |
| | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -1/+134 |
| | | | | | | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | ||||
* | | Added more introspection: ability to look up namespace of an object. | dkf | 2009-05-15 | 1 | -1/+36 |
| | | |||||
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 1 | -21/+21 |
| | | | | | | | | etc.) | ||||
* | | Fix [Bug 2489836] | dkf | 2009-01-06 | 1 | -3/+7 |
| | | |||||
* | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -4/+4 |
| | | | | | | | | | | const tables. No functional or API change. | ||||
* | | Handle error case [info class destructor]. | dkf | 2008-10-13 | 1 | -1/+5 |
| | | |||||
* | | Clean up result handling, factor out some duplicated code, share objects. | dkf | 2008-10-04 | 1 | -155/+118 |
| | | |||||
* | | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 1 | -28/+88 |
| | | |||||
* | | * generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd): | hobbs | 2008-08-12 | 1 | -3/+3 |
| | | | | | | | | fix # args displayed. [Bug 2048676] | ||||
* | | more consistent wrong # arg messages: change all messages containing ↵ | nijtmans | 2008-07-13 | 1 | -3/+3 |
| | | | | | | | | ?options? to the form ?-option value ...? | ||||
* | | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+1271 |
|/ | |||||
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -901/+0 |
| | |||||
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -0/+901 |
other developers |