| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 17 | -71/+73 |
|
|
* | TIP #581 tweak: Don't report "slaves" as valid option for "interp" | jan.nijtmans | 2020-09-30 | 1 | -9/+20 |
|
|
* | Restore change with correction. | dgp | 2020-09-28 | 1 | -8/+8 |
|
|
* | Revert change that made test expr-20.2 fail. | dgp | 2020-09-28 | 1 | -7/+7 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-09-28 | 12 | -79/+72 |
|\ |
|
| * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 11 | -99/+94 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | When sourcing script files (even when simulating that through open|read), alw... | jan.nijtmans | 2020-09-25 | 1 | -1/+1 |
| |\ |
|
| | * | cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow. | sebres | 2020-07-16 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-20 | 2 | -7/+11 |
|\ \ \
| |/ / |
|
| * | | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o... | jan.nijtmans | 2020-09-20 | 2 | -7/+10 |
|
|
* | | | Merge 8.6 | dgp | 2020-09-20 | 1 | -16/+14 |
|\ \ \
| |/ / |
|
| * | | Silence compiler warning -- fix safety of macro. | dgp | 2020-09-20 | 1 | -1/+1 |
|
|
| * | | Make the check to avoid generating a string representation in [uplevel] a lit... | pooryorick | 2020-09-20 | 2 | -16/+17 |
|
|
| * | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 1 | -11/+34 |
|
|
* | | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 1 | -11/+34 |
|
|
* | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 50 | -269/+318 |
|
|
* | | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff... | jan.nijtmans | 2020-09-17 | 2 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 17 | -266/+266 |
|
|
| * | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha... | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
|
|
* | | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementation | jan.nijtmans | 2020-09-15 | 2 | -18/+37 |
|\ \ \ |
|
| * | | | Protect INST_STR_REPLACE too | jan.nijtmans | 2020-09-04 | 1 | -0/+3 |
|
|
| * | | | Tests string-12.2[45].* and fixes to INST_STRING_RANGE. | dgp | 2020-09-02 | 1 | -2/+10 |
|
|
| * | | | Fix for test lindex-18.0 | dgp | 2020-09-02 | 2 | -16/+21 |
|
|
| * | | | Different fix where existing protection tools for nesting bytecode execution | dgp | 2020-09-02 | 1 | -0/+3 |
|
|
* | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha... | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
|
|
* | | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge... | fvogel | 2020-09-13 | 5 | -19/+13 |
|\ \ \ \ |
|
| * | | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde... | fvogel | 2020-09-02 | 5 | -19/+13 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-09-11 | 3 | -8/+8 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 2 | -4/+4 |
|
|
* | | | | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y... | jan.nijtmans | 2020-09-11 | 8 | -23/+30 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ... | jan.nijtmans | 2020-09-11 | 8 | -46/+52 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-09-10 | 4 | -14/+14 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Don't use sizeof() for structs containing a flexible array as last element. L... | jan.nijtmans | 2020-09-10 | 3 | -13/+13 |
|
|
| * | | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 4 | -28/+27 |
|
|
* | | | | Fix windows debug build, broken by previous commit | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|
|
* | | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 8 | -48/+78 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 18 | -747/+746 |
|\ \ \ \
| |/ / / |
|
| * | | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 10 | -560/+560 |
|
|
* | | | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 11 | -45/+49 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 8 | -21/+27 |
| |\ \ |
|
| | * \ | Merge 8.6 | jan.nijtmans | 2020-08-19 | 22 | -52/+104 |
| | |\ \
| | |/ /
| |/| | |
|
| | * | | Merge 8.6 | jan.nijtmans | 2020-07-21 | 4 | -43/+43 |
| | |\ \ |
|
| | * \ \ | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -5/+5 |
| | |\ \ \ |
|
| | * | | | | New TIP #581 implementation | jan.nijtmans | 2020-07-17 | 3 | -2/+8 |
|
|
* | | | | | | Fix for [688fcc7082fa], memory error during deletion of imported routine. | pooryorick | 2020-08-16 | 1 | -14/+13 |
|
|
* | | | | | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 12 | -29/+32 |
|
|
* | | | | | | Backout uncomplete fix for [3422267ed6b79922]: segmentation fault from deleti... | jan.nijtmans | 2020-08-13 | 2 | -13/+1 |
|
|
* | | | | | | merge bug-3422267ed6b79922 | pooryorick | 2020-08-12 | 2 | -1/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix for [3422267ed6b7], segmentation fault with imported alias. | pooryorick | 2020-08-12 | 2 | -1/+13 |
|
|