summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInfo.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where ap...jan.nijtmans2024-05-281-3/+3
|\
* \ merge 8.6dkf2024-05-261-4/+2
|\ \ | |/
| * Use the new operationsdkf2024-05-251-4/+2
* | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-17/+17
|\ \ | |/
| * Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-111-25/+25
| * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-18/+18
* | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-15/+15
* | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-2/+2
* | More int/Tcl_Size backportjan.nijtmans2023-05-201-1/+1
* | eliminate some compiler warningsjan.nijtmans2022-09-191-2/+2
* | merge core-8-branchdkf2021-01-051-1/+1
|\ \
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | merge core-8-branchdkf2020-12-061-57/+57
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-21/+21
| * | Merge 8.6jan.nijtmans2020-09-011-28/+28
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
| * | Unused arguments in the OO source code files.dgp2020-03-071-54/+27
| * | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-27/+54
| |\ \
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-14/+14
* | | | Other list-returning [info class] subcommands are plurals, so change property...dkf2019-12-311-5/+7
* | | | Implementation of properties for TclOOdkf2019-12-281-1/+182
| |/ / |/| |
* | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-6/+6
|/ /
* | merge 8.6dgp2018-11-161-6/+8
|\ \ | |/
| * Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-6/+8
* | Test cases (and some fixes)dkf2018-10-281-2/+2
* | Definition and introspection commands.dkf2018-10-281-0/+52
* | Make [info object methods] and [info class methods] work right.dkf2018-05-151-3/+7
* | Correct results from unknown method handler.dkf2018-05-131-1/+2
* | Private methods seem to be working...dkf2018-05-051-1/+2
* | Testing the private variables.dkf2018-04-151-4/+20
* | Added tests for [info object creationid]dkf2018-04-151-1/+1
* | Added introspectors mentioned in TIP.dkf2018-04-121-19/+135
|/
* [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