Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. | jan.nijtmans | 2019-09-02 | 6 | -7/+10 |
| | | | Add @runstatedir@ to Makefile.in's (not used yet) | ||||
* | Merge core-8-6-branch. nmake bug fix [889065786b] for extension stubs. | apnadkarni | 2019-08-29 | 1 | -3/+3 |
|\ | |||||
| * | Bug fix 889065786b. Add stubs related flags when compiling extension stubs. | apnadkarni | 2019-08-29 | 1 | -3/+3 |
| | | |||||
* | | Fix one version-check in rules.vc (Thanks to Ashok P. Nadkarni for noticing ↵ | jan.nijtmans | 2019-08-29 | 1 | -1/+1 |
|\ \ | |/ | | | | | this!) | ||||
| * | Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that. | jan.nijtmans | 2019-08-29 | 1 | -5/+5 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 20 | -54/+60 |
|\ \ | |/ | |||||
| * | Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵ | jan.nijtmans | 2019-08-28 | 23 | -61/+67 |
| | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters. | ||||
* | | merge 8.6 | sebres | 2019-08-27 | 3 | -16/+116 |
|\ \ | |/ | |||||
| * | closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2 | sebres | 2019-08-27 | 3 | -16/+116 |
| |\ | |||||
| | * | small amend: be sure checkInterp is set if entering back the code marked as ↵ | sebres | 2019-08-27 | 1 | -2/+2 |
| | | | | | | | | | | | | TCL_BYTECODE_RECOMPILE (normally also set in CACHE_STACK_INFO, but...) | ||||
| | * | simplification, use the same "fixed" (and faster) code for INST_EVAL_STK | sebres | 2019-08-27 | 1 | -11/+6 |
| | | | |||||
| | * | fixes [fa6bf38d07]: command invocation (NRE callback to TEBCResume) caused ↵ | sebres | 2019-08-27 | 1 | -9/+20 |
| | | | | | | | | | | | | by execution of recompiled TEBC (on epoch bump) | ||||
| | * | more test cases | sebres | 2019-08-27 | 1 | -1/+42 |
| | | | |||||
| | * | added tests covering bug [fa6bf38d07] | sebres | 2019-08-27 | 2 | -4/+57 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2019-08-27 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2019-08-27 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | One more knownMsvcBug marker (seen in Travis). Properly export ↵ | jan.nijtmans | 2019-08-27 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | ::tcltest::testConstraint in cmdMZ.test | ||||
| | * | | Backport two knownMsvcBug markers, which hit us (again) on Travis. | jan.nijtmans | 2019-08-27 | 1 | -7/+9 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-08-26 | 1 | -4/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [3947fcf7]: Current .gitattributes settings might not allow switching ↵ | jan.nijtmans | 2019-08-26 | 1 | -4/+6 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | branches | ||||
| | * | Fix [3947fcf7]: Current .gitattributes settings might not allow switching ↵ | jan.nijtmans | 2019-08-26 | 1 | -4/+6 |
| | |\ | | | | | | | | | | | | | branches | ||||
| | | * | Attempt to fix [3947fcf7]: Current .gitattributes settings might not allow ↵ | jan.nijtmans | 2019-08-23 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | switching branches | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-08-26 | 6 | -8/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.5 | jan.nijtmans | 2019-08-26 | 4 | -6/+12 |
| |\ \ \ | | |/ / | |||||
| | * | | If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps ↵ | jan.nijtmans | 2019-08-26 | 3 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | the file locked), this should not result in a test failure, just a warning. Observed in this Travis build: [https://travis-ci.org/tcltk/tcl/jobs/576443957] Tcl test 2.5.0 -> 2.5.1 | ||||
| | * | | One more "knownMsvcBug" marker, for a test-case which failed (incidentally) ↵ | jan.nijtmans | 2019-08-26 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | in Travis. | ||||
| * | | | Correct NUL encoding in documentation | andy | 2019-08-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-08-23 | 11 | -17/+75 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-settings/binary-glob to handle *.gz file transparently in fossil/git | ||||
| * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 7 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 7 | -8/+8 |
| | | | |||||
| * | | Add native Windows builds using GCC (mingw-w64) to travis. | jan.nijtmans | 2019-08-22 | 1 | -1/+28 |
| |\ \ | |||||
| | * \ | Merge 8.6 | jan.nijtmans | 2019-08-20 | 2 | -25/+33 |
| | |\ \ | |||||
| | * | | | Forgot "choko install make" | jan.nijtmans | 2019-08-12 | 1 | -0/+6 |
| | | | | | |||||
| | * | | | Test windows native build | jan.nijtmans | 2019-08-12 | 1 | -1/+13 |
| | | | | | |||||
| * | | | | merge-mark | jan.nijtmans | 2019-08-20 | 0 | -0/+0 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| | * | | Backport some "knownMsvcBug" markers from 8.6: Those indicate test-cases the ↵ | jan.nijtmans | 2019-08-20 | 2 | -90/+91 |
| | | | | | | | | | | | | | | | | sporadically fail in the Travis Windows environment. | ||||
* | | | | merge 8.6 | sebres | 2019-08-20 | 1 | -10/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.5 | sebres | 2019-08-20 | 1 | -10/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | win/Makefile.in: small amend normalizing test-dependencies | sebres | 2019-08-20 | 1 | -7/+7 |
| | | | | |||||
| | * | | Prevent misleading message: | jan.nijtmans | 2019-08-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | -bash: pwd: -W: invalid option pwd: usage: pwd [-LP]" written to stderr when pwd -W doesn't exist, e.g. on Linux/MacOS/Cygwin or any cross-compile other than Msys2. | ||||
* | | | | merge 8.6: conflicts resolved, fix mingw build, closes [40d5ff2a0e], etc | sebres | 2019-08-19 | 1 | -18/+26 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etc | sebres | 2019-08-19 | 1 | -19/+27 |
| |\ \ \ | | |/ / | |||||
| | * | | win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be ↵ | sebres | 2019-08-19 | 1 | -117/+126 |
| | | | | | | | | | | | | | | | | more similar to all major versions now), fixed VPATH (TOP_DIR/ROOT_DIR) compiling from chocolatey or git-bash (closes [40d5ff2a0e]), added tcltest-helpers, etc. | ||||
* | | | | Make zipfsFilesystem static (as the name - not starting with Tcl - ↵ | jan.nijtmans | 2019-08-15 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | suggests). Also remove one unneeded MODULE_SCOPE, as TclZipfs_Init is already declared in tclInt.h | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bug | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-08-15 | 43 | -485/+486 |
|\ \ \ | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers | ||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2019-08-14 | 58 | -270/+464 |
| |\ \ \ | |||||
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 63 | -558/+559 |
| | | | | | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
* | | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ↵ | jan.nijtmans | 2019-08-14 | 3 | -20/+14 |
| |/ / / |/| | | | | | | | | | | | effect that the value is converted to Unicode for, we don't need a separate function "teststringobj getunicode" for that. So, merge the two functions to one. |