| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-09-28 | 14 | -89/+80 |
|\ |
|
| * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 14 | -110/+103 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-26 | 1 | -10/+18 |
|\ \
| |/ |
|
| * | Merge 8.5 | jan.nijtmans | 2020-09-26 | 1 | -6/+14 |
| |\ |
|
| | * | Tweak xcode labels for Travis build | jan.nijtmans | 2020-09-26 | 1 | -5/+5 |
|
|
| | * | Build Travis with Xcode 12 and 12u (Universal Apps) | jan.nijtmans | 2020-09-25 | 1 | -10/+18 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-25 | 6 | -15/+15 |
|\ \ \
| |/ / |
|
| * | | It's "utf-8", not "utf8" or "UTF8" | jan.nijtmans | 2020-09-25 | 7 | -17/+17 |
|
|
* | | | merge-mark | jan.nijtmans | 2020-09-25 | 0 | -0/+0 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-25 | 3 | -25/+11 |
|\ \ \
| |/ / |
|
| * | | When sourcing script files (even when simulating that through open|read), alw... | jan.nijtmans | 2020-09-25 | 3 | -1/+4 |
| |\ \
| | |/ |
|
| | * | When sourcing script files (even when simulating that through open|read), alw... | jan.nijtmans | 2020-09-25 | 2 | -0/+3 |
|
|
| * | | Merge 8.5 | jan.nijtmans | 2020-09-25 | 1 | -23/+9 |
| |\ \
| | |/ |
|
| | * | Add gcc-10 build to Travis | jan.nijtmans | 2020-09-24 | 1 | -22/+8 |
|
|
| | * | Let's see if we can recover from an occasional hickup like happened here: [ht... | jan.nijtmans | 2020-09-23 | 1 | -1/+1 |
|
|
* | | | When writing script files (like pkgIndex.tcl), always use -translation lf, s... | jan.nijtmans | 2020-09-22 | 4 | -0/+9 |
|
|
* | | | 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 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-20 | 4 | -7/+6 |
|\ \ \
| |/ / |
|
| * | | Merge 8.5 | jan.nijtmans | 2020-09-20 | 4 | -7/+6 |
| |\ \
| | |/ |
|
| | * | Backport many (formatting) changes in tools/*. Nothing functional. | jan.nijtmans | 2020-09-20 | 18 | -189/+194 |
|
|
* | | | merge mark (safety) | dgp | 2020-09-19 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 2 | -11/+51 |
|
|
* | | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 2 | -11/+51 |
|
|
* | | | 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 | 11 | -24/+24 |
|\ \ \
| |/ / |
|
| * | | Tcl 8.6 should not be tested with "package prefer latest" any more: All inclu... | jan.nijtmans | 2020-09-17 | 1 | -1/+0 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-17 | 1 | -5/+14 |
|\ \ \
| |/ / |
|
| * | | Fix [835c93c000]: TIP #525 only implemented for non-singleproc case | jan.nijtmans | 2020-09-17 | 1 | -5/+14 |
| |\ \
| | |/ |
|
| | * | Fix [835c93c000]: TIP #525 only implemented for non-singleproc case | jan.nijtmans | 2020-09-17 | 1 | -8/+17 |
| | |\ |
|
| | | * | Proposed solution for [835c93c000]: TIP #525 only implemented for non-singlep... | jan.nijtmans | 2020-09-16 | 1 | -5/+14 |
| | |/
| |/| |
|
* | | | Little tweak to makeHeader.tcl, not depending on lsearch returning -1 any more | jan.nijtmans | 2020-09-16 | 1 | -1/+1 |
|
|
* | | | one more test | dgp | 2020-09-15 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add test for [string replace] troubles. | dgp | 2020-09-15 | 1 | -0/+3 |
|
|
* | | | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementation | jan.nijtmans | 2020-09-15 | 5 | -18/+62 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 | 2 | -2/+24 |
|
|
| * | | | Fix for test lindex-18.0 | dgp | 2020-09-02 | 2 | -16/+21 |
|
|
| * | | | Test lindex-18.0 demonstrates same issue with INST_LIST_INDEX | dgp | 2020-09-02 | 1 | -0/+8 |
|
|
| * | | | Different fix where existing protection tools for nesting bytecode execution | dgp | 2020-09-02 | 1 | -0/+3 |
|
|
| * | | | Add test-case util-9.59, which demonstrates bug [b5777d3d32] | jan.nijtmans | 2020-08-25 | 1 | -0/+3 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-14 | 3 | -18/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Unbreak winFCmd-1.38 testcase on Windows | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|
|
| * | | | Add .bmp to .gitattributes. Simplify .fossil-settings/binary-glob | jan.nijtmans | 2020-09-14 | 2 | -7/+11 |
|
|
| * | | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 19 | -268/+268 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-14 | 12 | -20/+20 |
|\ \ \ \
| |/ / / |
|
| * | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha... | jan.nijtmans | 2020-09-14 | 16 | -33/+33 |
|
|