Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -6/+3 |
|\ \ | |/ | |||||
| * | Unused arguments in the OO source code files. | dgp | 2020-03-07 | 1 | -6/+3 |
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -30/+33 |
|\ \ | |/ | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-01-07 | 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 |
| |\ \ \ | | |/ / | |||||
| * | | | 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.7 | jan.nijtmans | 2019-12-24 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Add FALLTHRU markers, eliminating gcc warning using -Wextra | jan.nijtmans | 2019-12-24 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -5/+5 |
| |/ | |||||
* | | merge 8.7 | dgp | 2019-05-03 | 1 | -7/+10 |
|\ \ | |/ | |||||
| * | 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 |
* | | | 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 |
| | | |_|_|/ / / | | |/| | | | | |