| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|\ |
|
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|
|
| * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -2/+2 |
|
|
| * | More implicit type-casts, for better compatibility with C++ | jan.nijtmans | 2021-02-05 | 1 | -43/+42 |
|
|
| * | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -1/+1 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -5/+5 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -3/+4 |
|
|
* | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE... | jan.nijtmans | 2020-10-08 | 1 | -5/+5 |
|\ \
| |/ |
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -1/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -8/+8 |
|
|
* | | More deployment of TCL_UNUSED. (Travis appears happy with it). | dgp | 2020-03-06 | 1 | -9/+4 |
|
|
* | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -9/+8 |
| |\ \ |
|
* | \ \ | Merge 8.6 | jan.nijtmans | 2020-02-26 | 1 | -3/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Resolve a number of shadowed variables (discovered by compiling with -Wshadow) | jan.nijtmans | 2020-02-26 | 1 | -3/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -7/+6 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -7/+6 |
|
|
| * | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
|
|
| * | More bytecodes are non-throwing. | dgp | 2019-06-10 | 1 | -0/+1 |
|
|
* | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
|
|
* | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c... | jan.nijtmans | 2019-06-30 | 1 | -37/+37 |
|
|
* | | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 1 | -1/+7 |
|
|
* | | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -1/+9 |
|
|
* | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -1/+1 |
|
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -2/+2 |
|
|
* | | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-03-10 | 1 | -11/+12 |
|\ \ \
| |/ / |
|
| * | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -11/+12 |
| |\ \
| | |/ |
|
| | * | Newer utility routine is more suitable. | dgp | 2018-03-09 | 1 | -8/+4 |
|
|
| | * | Update the command compilers and bytecode execution engine to use new machinery. | dgp | 2018-03-09 | 1 | -2/+2 |
|
|
| | * | Establish 4 symbols for categories of parsed index values: | dgp | 2018-03-07 | 1 | -2/+7 |
|
|
| | * | Incorporate sebres work on the same ticket. Good stuff! | dgp | 2018-03-07 | 1 | -1/+2 |
| | |\ |
|
| | * | | rework error handling to keep test suite happy. | dgp | 2018-03-06 | 1 | -7/+13 |
|
|
| | * | | Have assembler use same index value parser as the bytecode compiler. | dgp | 2018-03-06 | 1 | -13/+6 |
| | |/ |
|
* | | | merge 8.7 | dgp | 2018-02-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon... | jan.nijtmans | 2018-01-26 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Finally, get rid of tclWideIntType completely | jan.nijtmans | 2017-11-01 | 1 | -1/+1 |
|
|
| * | | | more progress in code simplifications | jan.nijtmans | 2017-10-30 | 1 | -1/+1 |
| |/ / |
|
* | | | merge trunk | dgp | 2017-03-17 | 1 | -0/+20 |
|\ \ \
| |/ / |
|
| * | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+20 |
| |\ \
| | |/ |
|
| | * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+20 |
|
|
* | | | merge trunk | dgp | 2017-03-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 1 | -1/+1 |
|
|
* | | | merge trunk | dgp | 2016-12-23 | 1 | -20/+20 |
|\ \ \
| |/ / |
|
| * | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -20/+20 |
|
|
* | | | merge trunk | dgp | 2016-09-08 | 1 | -3/+3 |
|\ \ \
| |/ / |
|