Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -8/+8 |
|\ | |||||
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -8/+8 |
* | | Merge 8.7 | jan.nijtmans | 2022-02-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [22547f9053]: TIP 519 compiler warning | jan.nijtmans | 2022-02-18 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -8/+8 |
| |\ | |||||
| | * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -8/+8 |
| | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -9/+9 |
| | * | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -1/+1 |
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
* | | | 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-09-17 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -9/+9 |
* | | | Merge 8.7 | jan.nijtmans | 2020-08-11 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -48/+24 |
|\ \ \ | |/ / | |||||
| * | | Unused arguments in the OO source code files. | dgp | 2020-03-07 | 1 | -48/+24 |
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -51/+75 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -2/+1 |
| |\ \ | |||||
| * \ \ | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -18/+36 |
| |\ \ \ | |||||
| * \ \ \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -6/+12 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -27/+27 |
| |\ \ \ \ | |||||
| * | | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -3/+3 |
| |/ / / / | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -2/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-02-26 | 1 | -2/+1 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| | * | | Ensure that we release the correct references when an error occurs during set... | dkf | 2020-02-25 | 1 | -2/+1 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -3/+3 |
| |\ \ \ | |||||
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-07-24 | 1 | -3/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename... | jan.nijtmans | 2019-07-23 | 1 | -3/+3 |
| |/ / | |||||
* | | | merge 8.7 | dgp | 2019-05-03 | 1 | -29/+47 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | dgp | 2019-05-03 | 1 | -29/+47 |
| |\ \ | | |/ | |||||
| | * | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -37/+61 |
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins and | dgp | 2018-11-02 | 1 | -0/+2 |
| * | | silence compiler warning | dgp | 2018-11-09 | 1 | -1/+1 |
| * | | Implement TIP 524 | dkf | 2018-11-06 | 1 | -17/+131 |
| |\ \ | |||||
| | * | | Definition and introspection commands. | dkf | 2018-10-28 | 1 | -16/+118 |
| | * | | Core machinery for implementing TIP 524; still needs user-facing access commands | dkf | 2018-10-27 | 1 | -10/+22 |
| * | | | Implement TIP 519 | dkf | 2018-11-06 | 1 | -9/+44 |
| |\ \ \ | |||||
| | * | | | Remove unused variable | dkf | 2018-10-21 | 1 | -1/+0 |
| | * | | | More tests. Better implementation. | dkf | 2018-10-21 | 1 | -18/+39 |
| | * | | | Rebase on 8.7 | dkf | 2018-10-20 | 1 | -6/+21 |
| | |/ / | |||||
* | | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co... | jan.nijtmans | 2019-01-24 | 1 | -4/+4 |
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -5/+5 |
* | | | | Implement TIP 524 | dgp | 2018-11-13 | 1 | -17/+131 |
* | | | | Adapted TIP 519 | dgp | 2018-11-13 | 1 | -10/+45 |