Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improve comment in install-sh, regarding Tcl-specific change | jan.nijtmans | 2020-10-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fix [cb458261c3]: Strip comme il faut (without really doing 'il faut' ....). ↵ | jan.nijtmans | 2020-10-19 | 1 | -210/+200 | |
| | | | | | | | | Update 'install-sh' to latest upstream version, but re-add this commit: [b269db5d3e97b67c] | |||||
* | | Still troubles with GIT on Travis | jan.nijtmans | 2020-10-16 | 1 | -0/+4 | |
| | | ||||||
* | | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵ | jan.nijtmans | 2020-10-15 | 3 | -13/+10 | |
| | | | | | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now | |||||
* | | Fix [53d5155335]: Typo in interp.n | jan.nijtmans | 2020-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | Something strange going on on Travis with (long-gone) safe-stock86.test | jan.nijtmans | 2020-10-15 | 2 | -2/+3 | |
| | | ||||||
* | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 29 | -95/+112 | |
| | | | | | | | | stead of Tcl_NewIntObj() | |||||
* | | Fix warning, doing a static build on Windows | jan.nijtmans | 2020-10-13 | 1 | -2/+2 | |
| | | ||||||
* | | Update TZ info to tzdata2020b. | José Ignacio Marín | 2020-10-10 | 11 | -51/+238 | |
| | | ||||||
* | | Merge 8.5 | jan.nijtmans | 2020-10-09 | 2 | -21/+23 | |
|\ \ | |/ | ||||||
| * | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵ | jan.nijtmans | 2020-10-09 | 5 | -77/+80 | |
| | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | |||||
* | | Eliminate warnings when compiling with -Wundef | jan.nijtmans | 2020-10-08 | 5 | -7/+7 | |
| | | ||||||
* | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ↵ | jan.nijtmans | 2020-10-08 | 2 | -2/+14 | |
| | | | | | | | | with "glob" | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-10-08 | 1 | -2/+4 | |
|\ \ | |/ | ||||||
| * | xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.c | jan.nijtmans | 2020-10-07 | 1 | -2/+3 | |
| | | ||||||
* | | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains ↵ | jan.nijtmans | 2020-10-06 | 2 | -2/+2 | |
| | | | | | | | | -Werror. Here's the fix. | |||||
* | | (slightly) better error-message for invalid http -headers option. This works ↵ | jan.nijtmans | 2020-09-30 | 2 | -6/+4 | |
| | | | | | | | | for plain 8.6 too | |||||
* | | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict | oehhar | 2020-09-29 | 2 | -2/+7 | |
|\ \ | ||||||
| * | | Remove wrong copy of test case http-3.2 | oehhar | 2020-09-29 | 1 | -3/+0 | |
| | | | ||||||
| * | | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict. | oehhar | 2020-09-29 | 2 | -2/+10 | |
|/ / | ||||||
* | | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to ↵ | jan.nijtmans | 2020-09-28 | 1 | -8/+8 | |
| | | | | | | | | TCL_CHANNEL_VERSION_5. Not actually a change, since supported procs are the same. So all internal channels have the same type | |||||
* | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 14 | -110/+103 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | It's "utf-8", not "utf8" or "UTF8" | jan.nijtmans | 2020-09-25 | 7 | -17/+17 | |
| | | ||||||
* | | When sourcing script files (even when simulating that through open|read), ↵ | jan.nijtmans | 2020-09-25 | 3 | -1/+4 | |
|\ \ | |/ | | | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files. | |||||
| * | When sourcing script files (even when simulating that through open|read), ↵ | jan.nijtmans | 2020-09-25 | 2 | -0/+3 | |
| | | | | | | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files. | |||||
* | | 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: ↵ | jan.nijtmans | 2020-09-23 | 1 | -1/+1 | |
| | | | | | | | | [https://travis-ci.org/github/tcltk/tcl/jobs/729226819] | |||||
* | | 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 | |
| | |