Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file changes version b65b85d5fa

2022-07-21
18:55
added tests illustrating bug [b3977d199b] check-in: 350f5b9a9e user: sebres tags: bug-b3977d199b
2022-05-31
13:25
merge 8-5-event-perf-branch Leaf check-in: 2a854432fb user: sebres tags: sebres-8-6-event-perf-branch
2022-04-26
12:03
fixes compilation of try-command [27520c9b17]: compile only if finaly token is simple Closed-Leaf check-in: fba9450772 user: sebres tags: bug-27520c9b17
12:03
added test illustrating bug [27520c9b17] check-in: b6e28a1636 user: sebres tags: bug-27520c9b17
2020-06-22
17:36
compatibility to future 8.6 version ([6596c4af31e29b5d] introduced new internals TclUtfPrev/TclUtfNe... check-in: 75b156542f user: sebres tags: sebres-8-6-clock-speedup-cr2
17:28
simplification of new tests check-in: 9c3d568ffc user: sebres tags: sebres-8-6-clock-speedup-cr2
17:21
Merge branch 'gh-20--neg-relmonth-offs': fixed relative clock calculation on negative month offset o... check-in: ef0f2caea9 user: sebres tags: sebres-8-6-clock-speedup-cr2
17:19
fixed relative clock calculation on negative month offset over threshold of a year: compiler/platfo... Closed-Leaf check-in: ff917bd6e7 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-20
17:19
added test case illustrating bug #20 - wrong relative clock calculation on negative month offset ove... check-in: e856d21c22 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-20
17:14
Merge branch 'fix-gh-19' (https://github.com/sebres/tclclockmod/issues/19) check-in: 925b5b7229 user: sebres tags: sebres-8-6-clock-speedup-cr2
16:52
windows: small amend (speedup _hasRegistry in positive case) Closed-Leaf check-in: edbea056d9 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:51
close #19: implements safe "catch" in clock NS - avoid overwrite of interp state by select and setup... check-in: e236bb6a19 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:44
avoid overwrite of interp state by select and setup timezone check-in: 45258c6b60 user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:42
avoid change of interp state in ::tcl::clock::LocalizeFormat check-in: d05b3521ec user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:35
test case illustrating #19: some initialization of clock.tcl (locale/msgcat, etc) could overwrite in... check-in: b150f1e1fc user: sebres tags: sebres-8-6-clock-speedup-cr2-gh-19
16:30
improve tests, since timerate supporting max-count too check-in: 5aa58926a2 user: sebres tags: sebres-8-6-clock-speedup-cr2
2019-10-02
15:38
merge 8.6 check-in: 33718c7477 user: dgp tags: rc0, core-8-6-10-rc
11:29
Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD. Patch by Kamil Rytaro... check-in: 6878f1515f user: jan.nijtmans tags: core-8-6-branch
2019-09-29
12:02
Don't build most of the files with -DUNICODE -D_UNICODE any more, only the ones that need to. Since... check-in: 895c494b79 user: jan.nijtmans tags: core-8-6-branch
2019-09-27
12:21
merge 8.6 check-in: 59d7938a4c user: dgp tags: core-8-6-10-rc
11:42
Merge 8.6 and fix Travis build on Windows Closed-Leaf check-in: e021babf73 user: jan.nijtmans tags: implicit-unicode
2019-09-26
16:22
merge 8.5 check-in: d2ade47480 user: sebres tags: core-8-6-branch
12:14
Merge 8.6 check-in: a76a83b81d user: jan.nijtmans tags: implicit-unicode
2019-09-25
20:02
merge-point check-in: ec69ffe714 user: sebres tags: core-8-6-branch
15:03
merge 8.6 check-in: 7411148577 user: dgp tags: core-8-6-10-rc
13:07
Merge 8.5 check-in: 24259e5f48 user: jan.nijtmans tags: core-8-6-branch
2019-09-24
20:01
namespace.test: add missing clean-up (allow repetition of test within -singleproc 1) check-in: f5b6b83de7 user: sebres tags: core-8-6-branch
2019-09-20
21:38
Merge 8.6 check-in: 401f1b7597 user: jan.nijtmans tags: implicit-unicode
21:01
Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them because they are not used in ... check-in: b23280452f user: jan.nijtmans tags: core-8-6-branch
15:02
Modify registry/dde such that they no longer need to be compiled with -DUNICODE. Also no longer use ... check-in: 5336402800 user: jan.nijtmans tags: core-8-6-branch
13:28
merge 8.6 check-in: fce1012c3c user: dgp tags: core-8-6-10-rc
2019-09-19
15:09
Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. check-in: 32a99a2e90 user: jan.nijtmans tags: core-8-6-branch
11:36
Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and cat32 on Windows) check-in: 31d001f4a3 user: jan.nijtmans tags: implicit-unicode
2019-09-18
22:58
all.tcl: replacement for exit, if calling direct only (avoid rewrite exit if it is inlined or intera... check-in: 55d7513bf9 user: sebres tags: core-8-6-branch
22:43
TEBC: avoid error "unitialized variable" if called in debug mode (or with analysis tools) - objv = N... check-in: c49d451947 user: sebres tags: core-8-6-branch
16:31
merge 8.6 check-in: 8ce359ef30 user: dgp tags: core-8-6-10-rc
15:11
TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since we are impicitly compili... check-in: d05832de38 user: jan.nijtmans tags: core-8-6-branch
2019-09-17
13:01
Add missing constraints to test-cases check-in: da9896a779 user: jan.nijtmans tags: core-8-6-branch
2019-09-16
21:18
Bugfix in Tcl_UtfPrev/Tcl_UtfNext: When handling 4-byte UTF-8 byte sequences, those should be able t... check-in: aed6634d2c user: jan.nijtmans tags: core-8-6-branch
18:55
Add 32-bit windows builds (both MSVC and GCC) to Travis check-in: 309e366de6 user: jan.nijtmans tags: core-8-6-branch
16:33
execute.test: fix tests (if test started using -singleproc 1) check-in: e5d43f443c user: sebres tags: core-8-6-branch
2019-09-13
13:28
merge-mark check-in: fc0b382806 user: jan.nijtmans tags: core-8-6-branch
12:27
merge 8.6 check-in: 4524c11533 user: dgp tags: core-8-6-10-rc
09:10
Merge 8.5 check-in: 7ea1b47332 user: jan.nijtmans tags: core-8-6-branch
07:55
Remove unneeded knownMsvcBug testconstraint definition check-in: 832587e3a2 user: jan.nijtmans tags: core-8-6-branch
2019-09-12
19:34
cmdAH.test (win-only): rewrite test to prefer SystemRoot (readonly) instead of windir to check windo... check-in: 4be8da3560 user: sebres tags: core-8-6-branch
19:22
merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makefiles (used WIN_DIR now ... check-in: 1b04153fe9 user: sebres tags: core-8-6-branch
14:12
More code cleanup: Move more Tcl_UniChar initializations out of the loop. Remove unnecessary type-ca... check-in: 578c25b43a user: jan.nijtmans tags: core-8-6-branch
11:01
Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making the chance higher that... check-in: 38a4ab150c user: jan.nijtmans tags: core-8-6-branch
08:00
Update TZ info to tzdata2019c. check-in: 75c6705700 user: jima tags: core-8-6-branch
07:51
Fix Tcl part of a179564826: Tk 8.6: prevent i... check-in: a7a44cf3ca user: jan.nijtmans tags: core-8-6-branch
2019-09-11
19:11
merge-mark (no functional changes) check-in: 7395c026b7 user: sebres tags: core-8-6-branch
18:24
merge bug-fec0c17d39-8.6-limit: ultimate fix for [fec0c17d39] - avoid SO on deeply recursive call st... check-in: ecf524bce0 user: sebres tags: core-8-6-branch
15:55
merge 8.6 check-in: 3eccded281 user: dgp tags: core-8-6-10-rc
11:51
merge 8.5 (bug [7de2d722bd]) check-in: 1b22a4a786 user: sebres tags: core-8-6-branch
11:14
Merge 8.5 check-in: ee7bfb8b85 user: jan.nijtmans tags: core-8-6-branch
2019-09-10
12:42
Merge 8.5 check-in: e851c234a3 user: jan.nijtmans tags: core-8-6-branch
2019-09-09
09:02
Merge 8.5 check-in: f7e95d6fbe user: jan.nijtmans tags: core-8-6-branch
08:57
Merge 8.5 check-in: 243e292f9e user: jan.nijtmans tags: core-8-6-branch
2019-09-08
13:30
Merge 8.5 check-in: c54aae27ea user: jan.nijtmans tags: core-8-6-branch
2019-09-07
14:41
Merge 8.5 check-in: ff2af30a3a user: jan.nijtmans tags: core-8-6-branch
13:58
Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft could discontinue this macr... check-in: b88d81cb55 user: jan.nijtmans tags: core-8-6-branch
08:53
Fix bug 9d10c37aa8 (in the Tk repository): Improperly converted link in HTML man page for ttk::style check-in: ffff4f379b user: fvogel tags: core-8-6-branch
2019-09-06
20:26
merge 8.5 check-in: 131b35f6b8 user: sebres tags: core-8-6-branch
17:29
merge 8.5 (no functional changes on tclProc, it was already fixed there - only test cases) check-in: 95cfa1de65 user: sebres tags: core-8-6-branch
12:28
Simplify searching for tcl86.lib (and related files): First search for the one without 't' suffix, t... check-in: 939068a7f2 user: jan.nijtmans tags: core-8-6-branch
11:16
Fix [579a05fb34] (partly): b) tcltest file has mismatched version number. check-in: 2b9847109a user: jan.nijtmans tags: core-8-6-branch
2019-09-05
16:10
merge 8.5 check-in: 696c59810e user: sebres tags: core-8-6-branch
06:56
Fix [4718b41c56]: windows x86 & x64: file mtime overflows in modification date (2038?, windows 32-bi... check-in: e0b68fe7c6 user: jan.nijtmans tags: core-8-6-branch
2019-09-04
15:53
Don't build on travis with GCC on Windows, since it currently doesn't work in combination with autoc... check-in: 0fc859a757 user: jan.nijtmans tags: core-8-6-branch
10:50
When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch any more in rules.vc. check-in: 0db1b8a065 user: jan.nijtmans tags: core-8-6-branch
2019-09-03
19:32
Expand acronym in comment. Closed-Leaf check-in: 0f257f93f0 user: dgp tags: bug-fec0c17d39-8.6-limit
18:42
Merge 8.6 check-in: 0d3b00ebd2 user: jan.nijtmans tags: bug-fec0c17d39-8.6-limit
14:01
Docfix: \0 is special in nroff, so use \e0 instead check-in: c875c016ac user: dkf tags: core-8-6-branch
10:50
Backout [87d28ec30a29e3ce]: Looks like it causes test-failures in event.test on Windows. check-in: a6383a3d74 user: jan.nijtmans tags: core-8-6-branch
2019-09-02
14:13
Fix testing for debug build on UNIX too (on UNIX, ::tcl_platform(debug) is not set ....) check-in: a0dd0ac8ba user: jan.nijtmans tags: core-8-6-branch
13:49
merge 8.6 check-in: 556c1ecf1e user: sebres tags: bug-fec0c17d39-8.6-limit
13:48
windows (mingw build): fix debug recognition (::tcl_platform(debug)), no debug if NDEBUG is set check-in: d7fe46bdcb user: sebres tags: core-8-6-branch
11:08
Merge 8.5 check-in: 87d28ec30a user: jan.nijtmans tags: core-8-6-branch
08:33
Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate win/unix configure scripts. check-in: 4973c1c597 user: jan.nijtmans tags: core-8-6-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
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
10:16
Bug fix 889065786b. Add stubs related flags when compiling extension stubs. check-in: b48a77c12f user: apnadkarni tags: core-8-6-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
12:57
merge 8.6 check-in: 87e71bd13b user: dgp tags: core-8-6-10-rc
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: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:56
Merge 8.5 check-in: 2f4caefb81 user: jan.nijtmans tags: core-8-6-branch
2019-08-26
15:55
merge 8.6 check-in: 467899664d user: dgp tags: core-8-6-10-rc
14:05
Fix [3947fcf7]: Current .gitattributes settings might not allow switching branches check-in: c4e195655f user: jan.nijtmans tags: core-8-6-branch
08:58
Merge 8.5 check-in: 3cde445cde user: jan.nijtmans tags: core-8-6-branch
2019-08-24
18:30
Correct NUL encoding in documentation check-in: c2bf24ee52 user: andy tags: core-8-6-branch
2019-08-23
10:58
Build with MSVC/nmake in 3 flavours: Shared/Static/Debug Closed-Leaf check-in: ade81d2388 user: jan.nijtmans tags: travis-win32-with-make
10:16
Try Windows build with make on Travis check-in: 64211caf13 user: jan.nijtmans tags: travis-win32-with-make
2019-08-22
12:20
Fix [8566dc22f9]: various spelling fixes in comments check-in: 319c60966d user: jan.nijtmans tags: core-8-6-branch
11:04
Add native Windows builds using GCC (mingw-w64) to travis. check-in: 008285189d user: jan.nijtmans tags: core-8-6-branch
2019-08-20
14:28
merge-mark check-in: 5cf2737000 user: jan.nijtmans tags: core-8-6-branch
09:03
Merge 8.6 Closed-Leaf check-in: 1f99db9f40 user: jan.nijtmans tags: classic-windows-build
08:33
merge 8.5 check-in: bb5976d242 user: sebres tags: core-8-6-branch
2019-08-19
18:58
merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etc check-in: f2dee93aa1 user: sebres tags: core-8-6-branch
2019-08-15
07:04
Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bug check-in: 2357da0c1e user: jan.nijtmans tags: core-8-6-branch
2019-08-12
18:53
Forgot "choko install make" check-in: f5c40a1fa8 user: jan.nijtmans tags: classic-windows-build
17:10
Test windows native build check-in: ce2d2ab979 user: jan.nijtmans tags: classic-windows-build
2019-08-11
22:01
Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: time-related sporadic hangs in io/c... check-in: da771f407e user: jan.nijtmans tags: core-8-6-branch
2019-08-04
18:17
One more test which - apparently - cannot be thrusted when run in the Travis Windows environment check-in: ce326908c0 user: jan.nijtmans tags: core-8-6-branch
2019-08-03
20:32
Increase some timeout's a little, hoping this reduces the chance on Travis test-failures check-in: 13921a7870 user: jan.nijtmans tags: core-8-6-branch
2019-08-02
14:33
One more knownMsvcBug marker, for a test which sometimes fails on Travis. check-in: 43851f94b2 user: jan.nijtmans tags: core-8-6-branch
12:45
Add one more knownMsvcBug marker, for a test-case which sometimes fails in Travis. Fix a struct init... check-in: 3331352b51 user: jan.nijtmans tags: core-8-6-branch
2019-08-01
08:25
Merge 8.5 check-in: 7c7b3b9e77 user: jan.nijtmans tags: core-8-6-branch
08:02
Attempt to fix a179564826: Tk 8.6: prevent is... Closed-Leaf check-in: f6eb4196ee user: jan.nijtmans tags: bug-a179564826
07:52
Mark one more test-case as knownMsvcBug. TODO: something to be fixed here? See: [https://travis-ci.o... check-in: 0a54b276c1 user: jan.nijtmans tags: core-8-6-branch
2019-07-31
19:47
Merge 8.5 check-in: 98aa5b2f17 user: jan.nijtmans tags: core-8-6-branch
08:26
Mark 6 failing tests as knownMsvcBug. To be investigated. check-in: e5dbf11232 user: jan.nijtmans tags: core-8-6-branch
2019-07-30
07:47
Merge 8.5 check-in: 09b16a5736 user: jan.nijtmans tags: core-8-6-branch
2019-07-28
21:21
Merge core-8-6-branch, and merge latest libtommath check-in: 6652883e53 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-07-26
11:56
Merge 8.5 check-in: a0e235387c user: jan.nijtmans tags: core-8-6-branch
2019-07-24
14:00
merge 8.5 check-in: 4255168ee5 user: sebres tags: core-8-6-branch
13:52
merge 8.5 (reintegrate, no functional changes) check-in: 1054f5a364 user: sebres tags: core-8-6-branch
13:36
integrate timerate-loop-opti--discard-result check-in: 053fb81a89 user: sebres tags: core-8-6-branch
07:55
Fix Travis Static/Debug builds on Windows. Als group Clang builds together. check-in: 982d77287a user: jan.nijtmans tags: core-8-6-branch
2019-07-23
21:43
small amend with a comment about the optimization Closed-Leaf check-in: 3b40f959b5 user: sebres tags: timerate-loop-opti--discard-result
21:08
fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and reset discard result fl... check-in: 66eae16555 user: sebres tags: timerate-loop-opti--discard-result
17:40
better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" introduced, which allows ... check-in: 2958e9399c user: sebres tags: timerate-loop-opti--discard-result
16:55
Merge 8.5 check-in: e495bed0ea user: jan.nijtmans tags: core-8-6-branch
2019-07-17
14:10
I hate YAML. Closed-Leaf check-in: 3b69b46c31 user: dkf tags: travis-windows-debug
2019-07-16
11:57
Of course, Cygwin doesn't install a working build environment by default... check-in: f65c1a6ee7 user: dkf tags: travis-windows-debug
09:54
Eliminate TclDTraceStr type, only in use with DTrace enabled: It's just the same as "const char *", ... check-in: 50a5729f85 user: jan.nijtmans tags: core-8-6-branch
09:24
Merge 8.5 check-in: 985140526b user: jan.nijtmans tags: core-8-6-branch
2019-07-15
15:00
merge 8.6 check-in: 49ff40caae user: dgp tags: core-8-6-10-rc
14:15
Switch to using cygwin; apparently that's expected for our GCC-on-Win builds check-in: 34959b34c4 user: dkf tags: travis-windows-debug
12:21
small amend to [3bec82b72c] (sebres/tclclockmod#18): test cases extended to cover error cases (on am... check-in: 1dd3ce71c5 user: sebres tags: sebres-8-6-clock-speedup-cr2
12:18
Fixes sebres/tclclockmod#18 (Fails to parse short month name for June); The reason for that was the... check-in: 3bec82b72c user: sebres tags: sebres-8-6-clock-speedup-cr2
12:14
Merge pull request sebres/tclclockmod#17 from sebres/simplify-yy-flags

Simplifying info structure, ... check-in: 0f3c1da5c1 user: sebres tags: sebres-8-6-clock-speedup-cr2

12:12
simplifying info-structure, usage of flags etc (normalizing in order to use same flags as by formatt... Closed-Leaf check-in: ad1591d2df user: sebres tags: sebres-8-6-clock-simplify-yy-flags
12:12
**interim** try simplify info-structure (replace yyHave... with flags) check-in: 9e561572c3 user: sebres tags: sebres-8-6-clock-simplify-yy-flags
11:53
merge 8.6 check-in: 61ed10a39b user: sebres tags: sebres-8-6-clock-speedup-cr2
11:34
merge 8.5 check-in: b0795f6138 user: sebres tags: core-8-6-branch
09:34
Two missing "const" designations, in Dtrace configuration Closed-Leaf check-in: bb63ea12e1 user: jan.nijtmans tags: bug-7d7038d415b345d5
07:47
Fix [7d7038d415b345d5]: tcl is not LTO ready check-in: 04788c0daf user: jan.nijtmans tags: bug-7d7038d415b345d5
2019-07-14
09:04
Bugfix for #f81beca7af. Revert mistaken change to -querychannel -translation in library/http/http.tc... check-in: b00e59e558 user: kjnash tags: bug-f81beca7af
2019-07-13
19:38
Create new branch named "bug-f81beca7af" check-in: a4dcf36720 user: kjnash tags: bug-f81beca7af
17:11
please don't put experimental build steps in the main branches, as long as they don't work! check-in: 336a13dab1 user: jan.nijtmans tags: core-8-6-branch
11:44
Print what VPATH actually is check-in: 8278a4dc9f user: dkf tags: travis-windows-debug
2019-07-12
12:12
merge point check-in: 023e97dd32 user: sebres tags: core-8-6-branch
12:09
integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6), conflicts resolved, ... check-in: c07aa4e723 user: sebres tags: core-8-6-branch
11:50
Merge 8.5 check-in: 21761c34e4 user: jan.nijtmans tags: core-8-6-branch
06:41
Travis windows debugging check-in: 60f83662ac user: dkf tags: travis-windows-debug
2019-07-10
08:49
Add CI (Travis) builds and testing for Windows, both with MSVC and GCC. check-in: a38411737a user: dkf tags: core-8-6-branch
2019-07-08
20:18
Merge 8.5 check-in: afa1c8ee8c user: jan.nijtmans tags: core-8-6-branch
2019-07-05
22:53
Merge 8.5 check-in: c397a7bee7 user: jan.nijtmans tags: core-8-6-branch
15:11
Merge latest libtommath and 8.6 check-in: cbaf8a640b user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
14:40
merge 8.6 check-in: dcdca9b642 user: dgp tags: core-8-6-10-rc
11:23
Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modification date. Only fixed for... check-in: 11f16bfe10 user: jan.nijtmans tags: core-8-6-branch
2019-07-03
20:10
Tcl_ObjectDeleted was only partially documented. Oops. check-in: af6cfb364c user: dkf tags: core-8-6-branch
15:48
merge 8.6 check-in: 5c45d2a933 user: dgp tags: core-8-6-10-rc
2019-07-02
07:24
Update TZ info to tzdata2019b. check-in: b5b1f84308 user: jima tags: core-8-6-branch
2019-07-01
19:29
Avoid valgrind issues with uninitialized memory check-in: fec29b469f user: dgp tags: core-8-6-branch
13:28
merge 8.6 check-in: 9f5554335d user: dgp tags: core-8-6-10-rc
2019-06-30
10:08
VC++ 6.0 doesn't know the uLL number postfix check-in: 1133a35c93 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:53
Fix compilation on VC++ 6.0 check-in: 92f92aa1b0 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:22
Eliminate some more instances of "long long", for VC++ 6.0 check-in: 2218200db9 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:15
Merge 8.6 check-in: 8edc958c26 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-29
21:29
Trying to fix C4761 warning with VC++ 6.0 check-in: 5985c1971b user: jan.nijtmans tags: core-8-6-branch
2019-06-27
16:20
winFCmd.test: fixes EXDEV related constraint and paths in test cases (covering move/rename across de... check-in: 2340841fd4 user: sebres tags: core-8-6-branch
13:38
Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c check-in: fc898b30aa user: jan.nijtmans tags: core-8-6-branch
13:29
Fix execute flag for win/tclWinFile.c here too check-in: 403f72a587 user: jan.nijtmans tags: core-8-6-10-rc
13:06
merge 8.6 check-in: 5ca3be60d8 user: dgp tags: core-8-6-10-rc
2019-06-26
08:27
UNEXEC win/tclWinFile.c check-in: eaf145bcd7 user: jan.nijtmans tags: core-8-6-branch
08:26
Merge 8.5 check-in: d17e69e0cb user: jan.nijtmans tags: core-8-6-branch
2019-06-25
22:46
Merge 8.6 check-in: 465674584e user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
22:27
Makef tclTomMath.h work with VC++ 6.0 check-in: 6953921d68 user: jan.nijtmans tags: core-8-6-branch
18:59
restore userenv, used in 8.6 check-in: 33820ecf27 user: sebres tags: core-8-6-branch
18:02
merge 8.5 check-in: 47054b13b2 user: sebres tags: core-8-6-branch
06:56
Squelch C4244 warning on any MSVC compiler. check-in: c0c4ff91ba user: jan.nijtmans tags: core-8-6-branch
2019-06-21
19:22
closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsystems are not (yet) ini... check-in: 6c48a3be6d user: sebres tags: core-8-6-branch
09:45
Undo the changes made in [2876454c42] so only the simple name of the command is stored. Closed-Leaf check-in: ab4dee3eb0 user: pooryorick tags: pyk-core-8-6-branch
09:36
[8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch. check-in: 2876454c42 user: pooryorick tags: pyk-core-8-6-branch
09:30
core-8-6-branch as modified by pooryorick check-in: 9f198b3382 user: pooryorick tags: pyk-core-8-6-branch
2019-06-20
19:40
[6bdadfba7d] Stop crash with multi-lappend and failing writes check-in: ca4a6f0a95 user: dkf tags: core-8-6-branch
2019-06-17
18:56
Bump version numbers for 8.6.10 release. check-in: 170dc08ea5 user: dgp tags: core-8-6-10-rc
18:00
[8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch. check-in: 215b06343d user: dgp tags: core-8-6-branch
2019-06-15
22:31
Merge 8.5 check-in: 7a96d24542 user: jan.nijtmans tags: core-8-6-branch
2019-06-14
21:48
Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapted for changes in libtom... check-in: 125328a27d user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-13
20:43
Mark test namespace-54.6 as knownBug. The real bug here is Tcl's failure to forbid ":" as a namespac... Closed-Leaf check-in: e0ddb43682 user: dgp tags: bug-8b9854c3d8
17:58
Fix Bug 8b9854c3d8. Now 4 test failures require examination. check-in: 3bfd725f54 user: dgp tags: bug-8b9854c3d8
17:37
Unique test name. check-in: 5345820749 user: dgp tags: bug-8b9854c3d8
17:20
Test namespace-56.4 detects Bug 8b9854c3d8. Branch open to fix it. check-in: f76f0f177f user: dgp tags: bug-8b9854c3d8
2019-06-11
15:31
Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflict check-in: c6c21c7e4c user: jan.nijtmans tags: core-8-6-branch
2019-06-10
19:43
General improvements to the expr manpage check-in: 965384cf1d user: dkf tags: core-8-6-branch
18:44
More localized documentation of lazy operators. check-in: 6171bb4522 user: dgp tags: core-8-6-branch
18:33
More bytecodes are non-throwing. check-in: 0720339963 user: dgp tags: core-8-6-branch