Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around 2019-08-28 12:57:04.

2019-09-02
08:28
Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runstatedir@ in Makefile.in... check-in: 6bc6e7c170 user: jan.nijtmans tags: core-8-5-branch
2019-08-30
19:48
extends [fec0c17d39]: restrict nested compilations using same limit (interp recursionlimit) like the... check-in: d9ccf1ab84 user: sebres tags: bug-fec0c17d39-8.6-limit
16:35
merge 8.5 - compile.test: reduce count of nested scripts to 1000 in debug case (seems to be to heavy... check-in: 2ff3869960 user: sebres tags: core-8-6-branch
16:33
compile.test: reduce count of nested scripts to 1000 in debug case (seems to be to heavy on some pla... check-in: ae6806e6a9 user: sebres tags: core-8-5-branch
15:21
Let's try a real C++ build with Travis on Linux check-in: 5732a73bf5 user: jan.nijtmans tags: cplusplus
2019-08-29
20:55
fixes bug [fec0c17d39] (regression firstly introduced in [bf171b6b51]): stack overflow (followed by ... check-in: f2eecef0a3 user: sebres tags: core-8-6-branch
20:50
closes [fec0c17d39]: fixed stack overflow (followed by SF) by compilation of too many nested bodies ... Closed-Leaf check-in: 5ece79492c user: sebres tags: bug-fec0c17d39-8.6
20:46
more variants in test (since 8.6 compiles "try" using evalStk instruction) check-in: 2d6219e686 user: sebres tags: bug-fec0c17d39-8.6
20:33
bug [fec0c17d39]: add test cases covering nested compilation (8.6th compile generates a stack overfl... check-in: 4695da0056 user: sebres tags: bug-fec0c17d39-8.6
20:28
add test cases covering nested compilation bug [fec0c17d39] (8.5 is not affected at the moment by ne... check-in: 2f4d19ea81 user: sebres tags: core-8-5-branch
13:58
Merge trunk. Also a lot of ckfree() -> Tcl_Free() changes, hopefully that will fix the Travis build. check-in: 553e3556d7 user: jan.nijtmans tags: dgp-refactor
13:36
Merge 8.7 check-in: 516dbebb26 user: jan.nijtmans tags: tip-548
13:35
Merge trunk and fix makefile.vc build for Travis check-in: c116ddd1b3 user: jan.nijtmans tags: novem
13:28
Merge tip-548 check-in: c933888049 user: jan.nijtmans tags: cplusplus
10:39
Merge from core-8-branch. nmake bug fix [889065786b] for extension stubs. check-in: 8fedd4f1f7 user: apnadkarni tags: trunk
10:34
Merge core-8-6-branch. nmake bug fix [889065786b] for extension stubs. check-in: 777c029301 user: apnadkarni tags: core-8-branch
10:16
Bug fix 889065786b. Add stubs related flags when compiling extension stubs. check-in: b48a77c12f user: apnadkarni tags: core-8-6-branch
07:45
Fix one version-check in rules.vc (Thanks to Ashok P. Nadkarni for noticing this!) check-in: f049e25a2e user: jan.nijtmans tags: core-8-branch
07:42
Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that. check-in: 0acf7d7967 user: jan.nijtmans tags: core-8-6-branch
2019-08-28
14:38
Merge 8.7 check-in: dba8e47516 user: jan.nijtmans tags: tip-548
13:17
merge trunk check-in: 030c2f7cbd user: dgp tags: dgp-refactor
13:17
merge trunk check-in: 8d9545922c user: dgp tags: dgp-properbytearray
12:57
merge trunk check-in: ef2152226c user: dgp tags: novem
12:57
merge 8.7 check-in: b1e79915be user: dgp tags: core-8-7-a3-rc
12:57
merge 8.6 check-in: 87e71bd13b user: dgp tags: core-8-6-10-rc
11:45
Merge 8.7 check-in: 590a4ca494 user: jan.nijtmans tags: trunk
11:15
Merge 8.6 check-in: 8f92213e5f user: jan.nijtmans tags: core-8-branch
09:59
Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings). Eliminate some more ... check-in: 7c9c59b504 user: jan.nijtmans tags: core-8-6-branch
2019-08-27
18:33
merge 8.6 check-in: 3c525d911f user: sebres tags: core-8-branch
18:27
closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2 check-in: 35c83160d6 user: sebres tags: core-8-6-branch
15:40
small amend: be sure checkInterp is set if entering back the code marked as TCL_BYTECODE_RECOMPILE (... Closed-Leaf check-in: 126e224ee5 user: sebres tags: bug-fa6bf38d07-v2
15:32
simplification, use the same "fixed" (and faster) code for INST_EVAL_STK check-in: d9712c6874 user: sebres tags: bug-fa6bf38d07-v2
15:00
fixes [fa6bf38d07]: command invocation (NRE callback to TEBCResume) caused by execution of recompile... Closed-Leaf check-in: a03e05de6e user: sebres tags: bug-fa6bf38d07
14:56
more test cases check-in: 8a26c393f2 user: sebres tags: bug-fa6bf38d07
12:03
added tests covering bug [fa6bf38d07] check-in: f7ece56ca2 user: sebres tags: bug-fa6bf38d07
11:59
Merge 8.7 check-in: 8f6d91df36 user: jan.nijtmans tags: trunk
11:58
Merge 8.6 check-in: db34c7f0f0 user: jan.nijtmans tags: core-8-branch
11:56
Merge 8.5 check-in: 2f4caefb81 user: jan.nijtmans tags: core-8-6-branch
11:53
One more knownMsvcBug marker (seen in Travis). Properly export ::tcltest::testConstraint in cmdMZ.te... check-in: 4f17e45d10 user: jan.nijtmans tags: core-8-5-branch
11:37
Backport two knownMsvcBug markers, which hit us (again) on Travis. check-in: 03f91558fb user: jan.nijtmans tags: core-8-5-branch
2019-08-26
19:04
merge trunk check-in: 00ce529160 user: dgp tags: dgp-refactor
18:56
merge trunk's elimination of register keyword check-in: 9e3083e018 user: dgp tags: dgp-refactor
18:44
merge trunk through Aug 14 check-in: 129893e072 user: dgp tags: dgp-refactor
18:18
merge trunk through July 24 check-in: 80a66d24f2 user: dgp tags: dgp-refactor
17:01
merge trunk through July 17 check-in: 587ce44ad2 user: dgp tags: dgp-refactor
16:34
merge trunk check-in: 0f14c97005 user: dgp tags: dgp-properbytearray
16:10
merge trunk check-in: e146c4c2ff user: dgp tags: novem
16:10
merge 8.7 check-in: 38a75e8d0f user: dgp tags: core-8-7-a3-rc
15:55
merge 8.6 check-in: 467899664d user: dgp tags: core-8-6-10-rc
14:09
Merge 8.7 check-in: 899aac64b5 user: jan.nijtmans tags: trunk