Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
* | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -3/+3 |
|\ | |||||
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -3/+3 |
| * | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
| |\ | |||||
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2018-11-21 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix windows build with Visual Studio | jan.nijtmans | 2018-11-21 | 1 | -3/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Implement TIP 524 | dkf | 2018-11-06 | 1 | -0/+263 |
| |\ \ | |||||
| | * | | Definition and introspection commands. | dkf | 2018-10-28 | 1 | -4/+4 |
| | * | | Core machinery for implementing TIP 524; still needs user-facing access commands | dkf | 2018-10-27 | 1 | -0/+263 |
* | | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -15/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.7 | dgp | 2018-10-24 | 1 | -1/+0 |
| |\ \ \ | | |/ / | |||||
| * | | | merge 8.7 | dgp | 2018-06-04 | 1 | -203/+461 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.7 | dgp | 2018-01-11 | 1 | -1/+12 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge trunk | dgp | 2017-10-30 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge trunk | dgp | 2017-10-20 | 1 | -19/+56 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge trunk | dgp | 2017-03-31 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Tweak to make tests a little clearer. | dkf | 2017-03-29 | 1 | -1/+1 |
| | * | | | | | | | Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not list... | aspect | 2017-03-27 | 1 | -0/+1 |
| * | | | | | | | | merge trunk | dgp | 2016-11-16 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| * | | | | | | | | and another | dgp | 2016-07-13 | 1 | -1/+1 |
| * | | | | | | | | merge trunk | dgp | 2016-07-09 | 1 | -6/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Revise the "TclOO method name" objType to use proposed routines. | dgp | 2016-04-07 | 1 | -15/+14 |
* | | | | | | | | | | Implement TIP 524 | dgp | 2018-11-13 | 1 | -0/+263 |
* | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-10-19 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | merge core-8-6-branch | dkf | 2018-10-19 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | * | | | | | | | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 1 | -1/+0 |
| | * | | | | | | | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -1/+3 |
| | * | | | | | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -4/+4 |
| | | |_|_|/ / / | | |/| | | | | | |||||
* | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -13/+13 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
* | | | | | | | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 1 | -203/+461 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Make [info object methods] and [info class methods] work right. | dkf | 2018-05-15 | 1 | -1/+8 |
| * | | | | | | | Make sure that [self call] reports useful info. | dkf | 2018-05-14 | 1 | -142/+164 |
| * | | | | | | | Correct results from unknown method handler. | dkf | 2018-05-13 | 1 | -80/+147 |
| * | | | | | | | Documentation. | dkf | 2018-05-06 | 1 | -2/+2 |
| * | | | | | | | Fix up instance privates. | dkf | 2018-05-06 | 1 | -67/+116 |
| * | | | | | | | Private methods seem to be working... | dkf | 2018-05-05 | 1 | -32/+124 |
| * | | | | | | | Start of private method dispatch machinery. | dkf | 2018-04-05 | 1 | -10/+31 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | merge trunk | jan.nijtmans | 2018-01-29 | 1 | -1/+12 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Some refactoring and tidying up of comments. | dkf | 2018-01-09 | 1 | -2/+11 |
| * | | | | | | Streamline TclOO object cleanup routines. | pooryorick | 2017-12-10 | 1 | -1/+3 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Change TclOO epoch fields from int to size_t. | jan.nijtmans | 2017-11-16 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Oops; put the code in the wrong place. Mixins have priority when deciding met... | dkf | 2017-10-19 | 1 | -12/+12 |
* | | | | Ensure that method list introspection finds methods from mixins in all cases.... | dkf | 2017-10-19 | 1 | -19/+56 |
* | | | | [900cb0284bc] Ensure that masking pseudo-methods used for export management a... | dkf | 2017-03-29 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | Slightly more efficient version as this is Hot Path code. | dkf | 2016-11-15 | 1 | -1/+1 |
* | | | See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjType | dgp | 2016-11-14 | 1 | -0/+1 |
| |/ |/| |