Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP #630 implementation: TclOO commands > 2^31 | jan.nijtmans | 2022-08-21 | 1 | -5/+16 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-07-01 | 1 | -0/+11 |
|/ | |||||
* | Use more Tcl_ObjCmdProc/Tcl_MethodCallProc typedefs | jan.nijtmans | 2022-05-27 | 1 | -92/+34 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ↵ | jan.nijtmans | 2022-01-12 | 1 | -1/+1 |
| | | | | | | | | macro's like this. | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -8/+6 |
|\ \ | |||||
| * \ | merge 8.6 | dgp | 2019-11-15 | 1 | -8/+6 |
| |\ \ | | |/ | |||||
| | * | Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() to | pooryorick | 2019-11-15 | 1 | -8/+6 |
| | | | | | | | | | Destructing(). No functiontional changes. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵ | jan.nijtmans | 2019-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters. | ||||
| | * | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | Eliminate "register" keyword usage from all header-files (and also ↵ | jan.nijtmans | 2019-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | corresponding implementations). | ||||
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -4/+4 |
|/ / | |||||
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ↵ | jan.nijtmans | 2018-11-15 | 1 | -2/+2 |
| | | | | | | | | | | is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more. | ||||
* | | Definition and introspection commands. | dkf | 2018-10-28 | 1 | -0/+3 |
| | | |||||
* | | Core machinery for implementing TIP 524; still needs user-facing access commands | dkf | 2018-10-27 | 1 | -0/+20 |
| | | |||||
* | | merge core-8-6-branch | dkf | 2018-10-19 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 1 | -0/+8 |
| | | |||||
| * | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -28/+18 |
| | | |||||
| * | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -0/+4 |
| | | |||||
| * | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -8/+8 |
| | | | | | | deletes the object's namespace. | ||||
* | | merge core-8-branch | dkf | 2018-08-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
| | | | |||||
* | | | Create a special command, [ :my:class], (in each instance namespace) that ↵ | dkf | 2018-07-01 | 1 | -0/+2 |
|/ / | | | | | | | allows objects to delegate methods to their class. | ||||
* | | Make [info object methods] and [info class methods] work right. | dkf | 2018-05-15 | 1 | -0/+1 |
| | | |||||
* | | Make sure that [self call] reports useful info. | dkf | 2018-05-14 | 1 | -0/+4 |
| | | |||||
* | | Correct results from unknown method handler. | dkf | 2018-05-13 | 1 | -1/+2 |
| | | |||||
* | | Private methods seem to be working... | dkf | 2018-05-05 | 1 | -10/+1 |
| | | |||||
* | | Start of private method dispatch machinery. | dkf | 2018-04-05 | 1 | -1/+11 |
| | | |||||
* | | This should be the implementation of private variables. | dkf | 2018-03-18 | 1 | -2/+42 |
| | | |||||
* | | Starting to build the implementation of the private methods and variables. ↵ | dkf | 2018-02-25 | 1 | -0/+3 |
| | | | | | | | | Definition support. | ||||
* | | Streamline TclOO object cleanup routines. | pooryorick | 2017-12-10 | 1 | -28/+18 |
| | | |||||
* | | Streamline TclOO object cleanup routines. | pooryorick | 2017-11-27 | 1 | -0/+4 |
| | | |||||
* | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -8/+8 |
| | | | | | | deletes the object's namespace. | ||||
* | | Start of implementation of TIP #470. | dkf | 2017-04-27 | 1 | -0/+3 |
| | | |||||
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵ | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|/ | | | | type-casts which are not necessary any more. | ||||
* | [3d96b7076e] Prevent crashes when destroying an object's class inside a ↵ | dkf | 2015-11-21 | 1 | -0/+3 |
| | | | | method call. | ||||
* | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a ↵ | jan.nijtmans | 2015-07-01 | 1 | -1/+1 |
| | | | | | better idea. A few more consistancies in refcount management. | ||||
* | The fix for [3610404] leads to a simplification in the implementation of | dgp | 2013-08-15 | 1 | -6/+0 |
| | | | forward methods. | ||||
* | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -5/+4 |
| | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings. | ||||
* | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -15/+0 |
| | | | baroque in its internals. | ||||
* | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -0/+2 |
| | |||||
* | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -12/+3 |
| | |||||
* | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 1 | -0/+7 |
| | |||||
* | Reorganization of call context reference count management so that code | dkf | 2011-03-01 | 1 | -4/+2 |
| | | | is (mostly) simpler. | ||||
* | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -2/+2 |
| | | | | | | | included, don't include <limits.h> again. Follow-up to [Bug 2991415]: tclport.h #included before limits.h See comments in [Bug 2991415] | ||||
* | [Patch 2961556]: Change TclOO to use the same style of function typedefs as | dkf | 2010-03-05 | 1 | -10/+10 |
| | | | | Tcl, as this is about the last chance to get this right. |