Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's ↵ | jan.nijtmans | 2020-09-17 | 11 | -24/+24 |
|\ | | | | | | | | | different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere. | ||||
| * | Tcl 8.6 should not be tested with "package prefer latest" any more: All ↵ | jan.nijtmans | 2020-09-17 | 1 | -1/+0 |
| | | | | | | | | included packages are supposed to be stable. Not to be merged to 8.7 (which still contains unstable packages) | ||||
* | | 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 ↵ | jan.nijtmans | 2020-09-16 | 1 | -5/+14 |
| | |/ | |/| | | | | | | | non-singleproc case | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | calls are used. This solution suggests there may be many more places needing protection. Any routine that gets passed "interp" is a possibility. | ||||
| * | | | 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 |
| | | | | | | | | | | | | Eliminate many unnecessary type-casts to (unsigned) | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-14 | 12 | -20/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 16 | -33/+33 |
| | | | | | | | | | | | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
* | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 4 | -11/+11 |
| | | | | | | | | | | | | | | | | Thanks! | ||||
* | | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-13 | 6 | -25/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface) after positive vote from the TCT. | ||||
| * | | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-02 | 6 | -25/+26 |
| | | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface | ||||
* | | | | | 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 ↵ | jan.nijtmans | 2020-09-11 | 9 | -23/+31 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | you doing ...!) | ||||
| * | | | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵ | jan.nijtmans | 2020-09-11 | 8 | -46/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | complains about body.chars[] usage. (Yes, I know, this one is for Tk, but Tcl was using the same construct too ....) | ||||
| * | | | | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 4 | -7/+7 |
| | | | | | |||||
* | | | | | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 5 | -8/+8 |
| | | | | | |||||
* | | | | | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) ↵ | jan.nijtmans | 2020-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | core-8-6-branch, so we do it. | ||||
* | | | | | Merge 8.6 | jan.nijtmans | 2020-09-10 | 5 | -15/+15 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Don't use sizeof() for structs containing a flexible array as last element. ↵ | jan.nijtmans | 2020-09-10 | 3 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | Lesson from [https://core.tcl-lang.org/tk/info/3bc0f44ef3|3bc0f44ef3]. Use TclOffset in stead. | ||||
* | | | | | Merge 8.6 | jan.nijtmans | 2020-09-09 | 1 | -14/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Rename safe-stock86.test to safe-stock.test | jan.nijtmans | 2020-09-09 | 1 | -11/+6 |
| | | | | | |||||
* | | | | | Merge-mark | jan.nijtmans | 2020-09-07 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS ↵ | jan.nijtmans | 2020-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | "TIP 581" after .TP | ||||
* | | | | | Merge-mark | jan.nijtmans | 2020-09-07 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually ↵ | jan.nijtmans | 2020-09-07 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | used by Tcl. But could be used in (libtommath-related) extensions | ||||
* | | | | | Re-apply fix for [c1a376375e0e6488], as the build-problems originated elsewhere | jan.nijtmans | 2020-09-06 | 8 | -48/+78 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | New bug-c1a376375e0e6488 branch with (up to now) failing solutions. Please ↵ | jan.nijtmans | 2020-09-05 | 1 | -96/+0 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | make sure Travis builds OK before merging to core-8-branch | ||||
* | | | | | | Backout [c1a376375e0e6488]: imported namespace ensemble command name ↵ | jan.nijtmans | 2020-09-05 | 9 | -174/+48 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | distorted during deletion trace on the import. According to Travis, there's a memory leak which needs to be fixed first. | ||||
* | | | | | Merge-mark | jan.nijtmans | 2020-09-05 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | TIP #581: Last possible master/slave -> parent/child changes, without ↵ | jan.nijtmans | 2020-09-05 | 8 | -279/+279 |
| | | | | | | | | | | | | | | | | | | | | affecting anything serious | ||||
* | | | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 156 | -234/+288 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 145 | -293/+332 |
| | | | | | | | | | | | | | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 4 | -93/+93 |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | |||||
| * | | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 12 | -312/+311 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 3 | -12/+14 |
|\ \ \ \ | |/ / / |