summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated ↵jan.nijtmans2020-09-202-7/+10
| | | | once. Addation brackets in TclHasStringRep() macro
* Silence compiler warning -- fix safety of macro.dgp2020-09-201-1/+1
|
* Make the check to avoid generating a string representation in [uplevel] a ↵pooryorick2020-09-202-16/+17
| | | | little less intrusive.
* Merge 8.5jan.nijtmans2020-09-204-7/+6
|\
| * Backport many (formatting) changes in tools/*. Nothing functional.jan.nijtmans2020-09-2018-189/+194
| | | | | | testest.tcl: Use more uppercase hex.
* | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-192-11/+51
| |
* | Tcl 8.6 should not be tested with "package prefer latest" any more: All ↵jan.nijtmans2020-09-171-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 casejan.nijtmans2020-09-171-5/+14
|\ \ | |/
| * Fix [835c93c000]: TIP #525 only implemented for non-singleproc casejan.nijtmans2020-09-171-8/+17
| |\
| | * Proposed solution for [835c93c000]: TIP #525 only implemented for ↵jan.nijtmans2020-09-161-5/+14
| |/ |/| | | | | non-singleproc case
* | Unbreak winFCmd-1.38 testcase on Windowsjan.nijtmans2020-09-141-1/+1
| |
* | Add .bmp to .gitattributes. Simplify .fossil-settings/binary-globjan.nijtmans2020-09-142-7/+11
| |
* | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-1419-268/+268
| | | | | | Eliminate many unnecessary type-casts to (unsigned)
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-1416-33/+33
| | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* | Folow-up to previous commit: ExecStack is a FLEXARRAY toojan.nijtmans2020-09-112-4/+4
| |
* | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵jan.nijtmans2020-09-118-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 consistantlyjan.nijtmans2020-09-114-7/+7
| |
* | Don't use sizeof() for structs containing a flexible array as last element. ↵jan.nijtmans2020-09-103-13/+13
| | | | | | | | Lesson from [https://core.tcl-lang.org/tk/info/3bc0f44ef3|3bc0f44ef3]. Use TclOffset in stead.
* | Rename safe-stock86.test to safe-stock.testjan.nijtmans2020-09-091-11/+6
| |
* | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS ↵jan.nijtmans2020-09-071-1/+1
| | | | | | | | "TIP 581" after .TP
* | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually ↵jan.nijtmans2020-09-071-0/+10
| | | | | | | | used by Tcl. But could be used in (libtommath-related) extensions
* | TIP #581: Last possible master/slave -> parent/child changes, without ↵jan.nijtmans2020-09-058-279/+279
| | | | | | | | affecting anything serious
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-04145-293/+332
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-0412-312/+311
| |
* | Merge 8.5 jan.nijtmans2020-09-023-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.7jan.nijtmans2020-09-021-4/+4
| |
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-0142-1116/+1117
| |
* | Eliminate eol-spacingjan.nijtmans2020-09-0113-27/+27
| |
* | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-3112-59/+61
| | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* | Implement TIP #581: Master/Slavejan.nijtmans2020-08-3111-26/+65
|\ \
| * \ Merge-mark (for triggering another Travis build)jan.nijtmans2020-08-210-0/+0
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-08-1942-360/+531
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-08-031-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2020-08-032-67/+85
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2020-07-267-14/+74
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-07-212-7/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-07-216-101/+101
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-07-207-85/+129
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | New TIP #581 implementationjan.nijtmans2020-07-176-7/+46
| | | | | | | | | | |
* | | | | | | | | | | Merge safe-bugfixes-8-6kjnash2020-08-2817-94/+1279
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.6kjnash2020-08-288-20/+307
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge bug-c2dc1da315-for-8-6kjnash2020-08-286-7/+231
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.6kjnash2020-08-281-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6kjnash2020-08-274-18/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵kjnash2020-08-246-7/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http(n). Bump version to 2.9.5.
| * | | | | | | | | | | | | | Create new branch named "bug-c2dc1da315-for-8-6"kjnash2020-08-240-0/+0
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge http-bug-cb0373bb33-again-for-8-6kjnash2020-08-286-19/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge 8.6kjnash2020-08-281-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | merge 8.5sebres2020-08-281-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | tests/regexp.test: more tests for -indices by multi-byte utf-8 (considering ↵sebres2020-08-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -start position now)