Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated ↵ | jan.nijtmans | 2020-09-20 | 2 | -7/+10 |
| | | | | once. Addation brackets in TclHasStringRep() macro | ||||
* | 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 ↵ | pooryorick | 2020-09-20 | 2 | -16/+17 |
| | | | | little less intrusive. | ||||
* | 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 |
| | | | | | | testest.tcl: Use more uppercase hex. | ||||
* | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 2 | -11/+51 |
| | | |||||
* | | 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) | ||||
* | | 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 | ||||
* | | 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) | ||||
* | | 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 | ||||
* | | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 2 | -4/+4 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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. | ||||
* | | Rename safe-stock86.test to safe-stock.test | jan.nijtmans | 2020-09-09 | 1 | -11/+6 |
| | | |||||
* | | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS ↵ | jan.nijtmans | 2020-09-07 | 1 | -1/+1 |
| | | | | | | | | "TIP 581" after .TP | ||||
* | | 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 | ||||
* | | TIP #581: Last possible master/slave -> parent/child changes, without ↵ | jan.nijtmans | 2020-09-05 | 8 | -279/+279 |
| | | | | | | | | affecting anything serious | ||||
* | | 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 | ||||
* | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 12 | -312/+311 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-09-02 | 3 | -8/+10 |
|\ \ | |/ | | | Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis | ||||
| * | Upgrade Travis build from xcode 11.5 to 11.7 | jan.nijtmans | 2020-09-02 | 1 | -4/+4 |
| | | |||||
* | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 42 | -1116/+1117 |
| | | |||||
* | | Eliminate eol-spacing | jan.nijtmans | 2020-09-01 | 13 | -27/+27 |
| | | |||||
* | | opt package: Change comment. 0.4.7 -> 0.4.8. | jan.nijtmans | 2020-08-31 | 12 | -59/+61 |
| | | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases | ||||
* | | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 11 | -26/+65 |
|\ \ | |||||
| * \ | Merge-mark (for triggering another Travis build) | jan.nijtmans | 2020-08-21 | 0 | -0/+0 |
| |\ \ | |||||
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-08-19 | 42 | -360/+531 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-08-03 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-08-03 | 2 | -67/+85 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-26 | 7 | -14/+74 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-21 | 2 | -7/+7 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-21 | 6 | -101/+101 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-20 | 7 | -85/+129 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | New TIP #581 implementation | jan.nijtmans | 2020-07-17 | 6 | -7/+46 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge safe-bugfixes-8-6 | kjnash | 2020-08-28 | 17 | -94/+1279 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | kjnash | 2020-08-28 | 8 | -20/+307 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge bug-c2dc1da315-for-8-6 | kjnash | 2020-08-28 | 6 | -7/+231 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | kjnash | 2020-08-28 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | kjnash | 2020-08-27 | 4 | -18/+23 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵ | kjnash | 2020-08-24 | 6 | -7/+231 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http(n). Bump version to 2.9.5. | ||||
| * | | | | | | | | | | | | | | Create new branch named "bug-c2dc1da315-for-8-6" | kjnash | 2020-08-24 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge http-bug-cb0373bb33-again-for-8-6 | kjnash | 2020-08-28 | 6 | -19/+71 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge 8.6 | kjnash | 2020-08-28 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | merge 8.5 | sebres | 2020-08-28 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | tests/regexp.test: more tests for -indices by multi-byte utf-8 (considering ↵ | sebres | 2020-08-28 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -start position now) |