summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-09-071-1/+1
|\
* \ Merge core-8-branchjan.nijtmans2020-09-051-1/+1
|\ \
| * | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-051-1/+1
| |/
* | Merge 8.7jan.nijtmans2020-09-041-1/+1
|\ \ | |/
| * Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-1/+1
* | Merge 8.7jan.nijtmans2020-09-011-3/+3
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-011-3/+3
| |\
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
* | | Merge 8.7jan.nijtmans2020-03-071-20/+10
|\ \ \ | |/ /
| * | Unused arguments in the OO source code files.dgp2020-03-071-20/+10
* | | Merge 8.7jan.nijtmans2020-02-281-37/+43
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-12-031-15/+29
| |\ \
| * \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+9
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-4/+4
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-35/+35
* | | | | merge 8.7dgp2019-11-151-15/+29
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge 8.6dgp2019-11-151-15/+29
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | fix compliation warning, resulting from previous commitjan.nijtmans2019-11-151-1/+1
| | * | Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() topooryorick2019-11-151-15/+29
* | | | Merge 8.7jan.nijtmans2019-08-151-6/+6
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-6/+6
| | |/ | |/|
* | | merge 8.7dgp2019-05-031-43/+46
|\ \ \ | |/ /
| * | merge 8.6dgp2019-05-031-43/+46
| |\ \ | | |/
| | * Minor code style cleanup.dkf2019-04-231-57/+110
| | * Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins anddgp2018-11-021-2/+7
| * | Implement TIP 524dkf2018-11-061-4/+34
| |\ \
| | * | Test cases (and some fixes)dkf2018-10-281-4/+7
| | * | Definition and introspection commands.dkf2018-10-281-0/+1
| | * | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-4/+30
* | | | Implement TIP 524dgp2018-11-131-4/+34
* | | | Plug memory leak. Fork new trunk that isn't broken.dgp2018-11-131-2/+7
|\ \ \ \ | |/ / /
| * | | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins andpooryorick2018-11-011-2/+7
| |/ /
* | | Merge 8.7jan.nijtmans2018-10-221-1/+1
|\ \ \ | |/ /
| * | Missing ',' in documentation (discovered by MacOSX help processing). Some whi...jan.nijtmans2018-10-221-1/+1
* | | Merge 8.7jan.nijtmans2018-10-191-33/+63
|\ \ \ | |/ /
| * | merge core-8-6-branchdkf2018-10-191-33/+63
| |\ \ | | |/
| | * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-40/+69
* | | Merge trunkjan.nijtmans2018-09-271-23/+13
|\ \ \ | |/ /
| * | merge core-8-branchdkf2018-09-041-639/+738
| |\ \
| * | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-17/+12
* | | | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-76/+72
|\ \ \ \ | | |/ / | |/| |
| * | | Combine the two bits of scripted code inside TclOO's definition into one.dkf2018-08-051-13/+1
| * | | Document the [myclass] command; someone might find it useful besides me.dkf2018-07-071-17/+17
| * | | Create a special command, [ :my:class], (in each instance namespace) that all...dkf2018-07-011-0/+58
| * | | Split scripted parts of TclOO into their own file.dkf2018-06-171-58/+8
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-37/+37
|\ \ \ \ | |/ / /
* | | | More using TCL_Z_MODIFIER where possiblejan.nijtmans2018-06-281-1/+1
* | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-8/+67
|\ \ \ \ | |/ / /
| * | | Private methods seem to be working...dkf2018-05-051-10/+15
| * | | Duplicate the private variable config when cloning objects.dkf2018-04-131-2/+17