summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-10-12320-3697/+6016
|\
| * Update TZ info to tzdata2020b.José Ignacio Marín2020-10-1011-51/+238
| * Merge 8.5jan.nijtmans2020-10-092-21/+23
| |\
| | * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-095-77/+80
| * | Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-085-7/+7
| * | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ...jan.nijtmans2020-10-082-2/+14
| * | Merge 8.5jan.nijtmans2020-10-081-2/+4
| |\ \ | | |/
| | * xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.cjan.nijtmans2020-10-071-2/+3
| * | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr...jan.nijtmans2020-10-062-2/+2
| * | (slightly) better error-message for invalid http -headers option. This works ...jan.nijtmans2020-09-302-6/+4
| * | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dictoehhar2020-09-292-2/+7
| |\ \
| | * | Remove wrong copy of test case http-3.2oehhar2020-09-291-3/+0
| | * | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict.oehhar2020-09-292-2/+10
| |/ /
| * | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V...jan.nijtmans2020-09-281-8/+8
| * | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-2814-110/+103
| * | Merge 8.5jan.nijtmans2020-09-261-6/+14
| |\ \ | | |/
| | * Tweak xcode labels for Travis buildjan.nijtmans2020-09-261-5/+5
| | * Build Travis with Xcode 12 and 12u (Universal Apps)jan.nijtmans2020-09-251-10/+18
| * | It's "utf-8", not "utf8" or "UTF8"jan.nijtmans2020-09-257-17/+17
| * | When sourcing script files (even when simulating that through open|read), alw...jan.nijtmans2020-09-253-1/+4
| |\ \ | | |/
| | * When sourcing script files (even when simulating that through open|read), alw...jan.nijtmans2020-09-252-0/+3
| * | Merge 8.5jan.nijtmans2020-09-251-23/+9
| |\ \ | | |/
| | * Add gcc-10 build to Travisjan.nijtmans2020-09-241-22/+8
| | * Let's see if we can recover from an occasional hickup like happened here: [ht...jan.nijtmans2020-09-231-1/+1
| * | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o...jan.nijtmans2020-09-202-7/+10
| * | Silence compiler warning -- fix safety of macro.dgp2020-09-201-1/+1
| * | Make the check to avoid generating a string representation in [uplevel] a lit...pooryorick2020-09-202-16/+17
| * | Merge 8.5jan.nijtmans2020-09-204-7/+6
| |\ \ | | |/
| | * Backport many (formatting) changes in tools/*. Nothing functional.jan.nijtmans2020-09-2018-189/+194
| * | 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 inclu...jan.nijtmans2020-09-171-1/+0
| * | 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 non-singlep...jan.nijtmans2020-09-161-5/+14
| | |/ | |/|
| * | 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
| * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-1416-33/+33
| * | 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
| * | 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. L...jan.nijtmans2020-09-103-13/+13
| * | Rename safe-stock86.test to safe-stock.testjan.nijtmans2020-09-091-11/+6
| * | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS "TIP...jan.nijtmans2020-09-071-1/+1
| * | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually us...jan.nijtmans2020-09-071-0/+10
| * | TIP #581: Last possible master/slave -> parent/child changes, without affecti...jan.nijtmans2020-09-058-279/+279
| * | Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-04145-293/+332
| * | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-0412-312/+311
| * | Merge 8.5 jan.nijtmans2020-09-023-8/+10
| |\ \ | | |/
| | * Upgrade Travis build from xcode 11.5 to 11.7jan.nijtmans2020-09-021-4/+4