| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | Unused arguments in the OO source code files. | dgp | 2020-03-07 | 1 | -6/+3 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -0/+2 |
|\ |
|
| * | Add FALLTHRU markers, eliminating gcc warning using -Wextra | jan.nijtmans | 2019-12-24 | 1 | -0/+2 |
|
|
* | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -3/+6 |
|\ \
| |/ |
|
* | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -5/+5 |
|
|
* | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -25/+25 |
|\ \
| |/ |
|
* | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -2/+2 |
|/ |
|
* | merge 8.6 | dgp | 2019-05-03 | 1 | -7/+10 |
|\ |
|
| * | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -11/+22 |
|
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | 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 |
|\ \
| |/ |
|
* | | Fix windows build with Visual Studio | jan.nijtmans | 2018-11-21 | 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 |
|
|
* | | | merge 8.7 | dgp | 2018-10-24 | 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 |
|
|
* | | | merge 8.7 | dgp | 2018-06-04 | 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 8.7 | dgp | 2018-01-11 | 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 |
|
|
* | | | merge trunk | dgp | 2017-10-30 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -4/+4 |
| |/ |
|
* | | merge trunk | dgp | 2017-10-20 | 1 | -19/+56 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | 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 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | and another | dgp | 2016-07-13 | 1 | -1/+1 |
|
|
* | | merge trunk | dgp | 2016-07-09 | 1 | -6/+3 |
|\ \
| |/ |
|
| * | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -6/+3 |
|
|
* | | Revise the "TclOO method name" objType to use proposed routines. | dgp | 2016-04-07 | 1 | -15/+14 |
|/ |
|