Timeline
Not logged in

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

272 check-ins using file generic/tclCkalloc.c version 22bca69f39

2022-11-29
17:28
Rebase to later 8.6 version check-in: dff639e3f2 user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
2022-01-17
22:23
Remove all protections in StringRangeCmd(), and switch off compilation of "string range" Closed-Leaf check-in: 756287e16e user: jan.nijtmans tags: bug-e9a2715d91-investigate
2020-05-13
17:13
Copy utf.test from the tip of the core-8-6-branch, and see how many bugs are known in 8.6.10. All of... Closed-Leaf check-in: d5a5ffc4f4 user: jan.nijtmans tags: core-8-6-10-orig
2020-05-12
11:28
Change a few test-expectations. Doesn't realy change the number of "knownBug"'s check-in: 6745022c67 user: jan.nijtmans tags: core-8-6-10-orig
08:25
Take the original 8.6.10 version, but update tclTest.c and utf.test with the latest version. So let'... check-in: 86d36e9604 user: jan.nijtmans tags: core-8-6-10-orig
2020-03-24
14:25
Undo fedora's change to init.tcl, showing the problem is there Leaf check-in: 352d093a9d user: jan.nijtmans tags: fedora
2020-03-23
21:34
Apply fedora's patches: "tcl-8.6.10-autopath.patch" and "tcl-8.6.10-conf.patch", just to see how it ... check-in: 0b568e30f9 user: jan.nijtmans tags: fedora
2020-03-17
16:35
Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unicode tables. Not used in ... check-in: 3451446c3c user: jan.nijtmans tags: core-8-6-branch
2020-03-15
22:21
Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() in Tcl 8.7. check-in: 46c3d7782c user: jan.nijtmans tags: core-8-6-branch
12:03
Make ourEnviron type (techar **) not (char **), so we need less type-casts. check-in: e4b5318b47 user: jan.nijtmans tags: core-8-6-branch
2020-03-14
22:06
Fix one wrong type-cast (only causing warning, nothing serious) check-in: 71ab22cd55 user: jan.nijtmans tags: core-8-6-branch
21:02
Fix [8f89e2e059aafa1c]: Windows: environment is not reflected properly (special characters). Thanks ... check-in: 8fc411cdb8 user: jan.nijtmans tags: core-8-6-branch
2020-03-13
14:45
Merge 8.6. Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so thin... Closed-Leaf check-in: c4bba1629c user: jan.nijtmans tags: bug-8f89e2e059
13:08
fix back-ported from tclSE (with several modifications due to conflicts and compat reasons) check-in: e2f84651dd user: sebres tags: bug-8f89e2e059
13:06
env.test: added test for windows illustrating bug [8f89e2e059] - loss of multi-byte chars in environ... check-in: dcf2c77048 user: sebres tags: bug-8f89e2e059
11:01
reformat assemble-15.* test-cases check-in: df726484dd user: jan.nijtmans tags: core-8-6-branch
2020-03-12
17:37
Renumber tests to account for later releases. check-in: b22da46c1a user: dgp tags: core-8-6-branch
17:29
Add some testing of Tcl_SetByteArrayLength(). check-in: 97b273b489 user: dgp tags: core-8-6-branch
2020-03-06
20:32
Remove SetIndexFromAny(), a useless routine that can only be reached via unsupported shenanigans. check-in: 7f2b0f5d2d user: dgp tags: core-8-6-branch
2020-03-05
14:39
Update to Unicode-13 check-in: 341689c2ff user: jan.nijtmans tags: core-8-6-branch
11:32
Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, since the same should be do... check-in: a685ea6f1f user: jan.nijtmans tags: core-8-6-branch
2020-03-04
20:50
The close routines of the "tcp" channel type were failing to record error messages and error codes. check-in: 358306a81b user: dgp tags: core-8-6-branch
16:16
Some more gcc(-9) warnings check-in: 05722b9512 user: jan.nijtmans tags: core-8-6-branch
15:52
Fix some gcc(-9) warnings caused by -Wcast-function-type check-in: e1d75d2c24 user: jan.nijtmans tags: core-8-6-branch
13:42
Implement WideSeekProc() for all channels which have a SeekProc(). Implement Close2Proc() for all ch... check-in: 3a5bf9c4ee user: jan.nijtmans tags: core-8-6-branch
2020-02-26
13:45
Resolve a number of shadowed variables (discovered by compiling with -Wshadow) check-in: da6af8065b user: jan.nijtmans tags: core-8-6-branch
07:58
Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 Make tclWinReg.c compilable with C++ com... check-in: cc5c355ced user: jan.nijtmans tags: core-8-6-branch
2020-02-25
15:07
Ensure that we release the correct references when an error occurs during setting a class's supercla... check-in: df73151114 user: dkf tags: core-8-6-branch
2020-02-24
13:16
merge-mark check-in: 99fd9a37cb user: jan.nijtmans tags: core-8-6-branch
12:01
Merge 8.5 check-in: 9e3386f9e9 user: jan.nijtmans tags: core-8-6-branch
2020-02-21
09:25
Fix [da235271f1]: [info hostname] on Windows is limited to max NetBIOS name length check-in: 632704e948 user: jan.nijtmans tags: core-8-6-branch
09:00
Win: Change order of checking hostname: first DNS, then netbios. Bug [da235271f1] Closed-Leaf check-in: 7fedbce431 user: oehhar tags: bug-da235271f1-win-netbios-host-prefered
08:46
Restore compatibility with older (mingw) Makefiles. Fix for [4b5deacc70]: undefined reference to `Tc... check-in: 47319a4a05 user: jan.nijtmans tags: core-8-6-branch
2020-02-17
14:52
merge 8.5 check-in: 3fd5d3d9ad user: sebres tags: core-8-6-branch
2020-02-14
09:23
Merge-mark check-in: bed3548df3 user: jan.nijtmans tags: core-8-6-branch
2020-02-12
13:12
Fix travis build, due to the change of Windows image. check-in: 113bf3a18d user: jan.nijtmans tags: core-8-6-branch
2020-02-11
16:38
Move build from xenial to bionic. Add Xcode11.3 build for MacOS (now that we are on it anyway) Closed-Leaf check-in: e139cd88ed user: jan.nijtmans tags: travis-fix-msvc-build
15:59
Attempt to fix travis build. See: [https://travis-ci.community/t/vcvarsall-bat-freezes-on-new-1809-b... check-in: 5880d45cf5 user: jan.nijtmans tags: travis-fix-msvc-build
2020-02-10
16:50
closes [554117edde]: Tcl_SaveInterpState/Tcl_RestoreInterpState considering values of legacy variabl... check-in: 9cace6cc78 user: sebres tags: bug-554117edde
16:38
bug [554117edde]: test cases illustrating it check-in: 95db6756e8 user: sebres tags: bug-554117edde
2020-02-05
16:40
(cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013 check-in: de152b82f8 user: jan.nijtmans tags: core-8-6-branch
2020-02-04
11:03
Clean up some usage of DBGX: It isn't used any more on UNIX check-in: da6497e781 user: jan.nijtmans tags: core-8-6-branch
2020-01-30
15:39
merge 8.5 check-in: 0d52a65ef8 user: sebres tags: core-8-6-branch
13:52
Reset WSAGetLastError()/errno always, even when this error is not reported due to the earlier error. check-in: 1f9f6b8596 user: jan.nijtmans tags: core-8-6-branch
13:04
Simplify the use of HaveVersion() in Channel handling. Nothing functional, only code clean-up. check-in: e9fe70f9d5 user: jan.nijtmans tags: core-8-6-branch
13:00
According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&name=5ac7827cd282bbda|docu... check-in: 28c4356c52 user: jan.nijtmans tags: core-8-6-branch
2020-01-23
12:55
Better error-handling in some libtommath calls. check-in: 6b90ac0e77 user: jan.nijtmans tags: core-8-6-branch
08:33
Merge 8.5 check-in: ca3039bec5 user: jan.nijtmans tags: core-8-6-branch
2020-01-21
08:49
merge-mark check-in: e9758ca63c user: jan.nijtmans tags: core-8-6-branch
2020-01-20
15:27
Now that TIP #538 is integrated, make rules.vc work for both 8.6 and 8.7 without changes. check-in: 21b57666fb user: jan.nijtmans tags: core-8-6-branch
2020-01-17
17:08
merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort) check-in: 0c2487fce9 user: sebres tags: core-8-6-branch
08:53
Fix [8cd2fe7474]: "unload" command Bug (when handling multiple libs) check-in: 29086fe087 user: jan.nijtmans tags: core-8-6-branch
2020-01-16
14:16
Proposed fix for [8cd2fe7474]: "unload" command Bug (when handling multiple libs) Closed-Leaf check-in: e582dc6e06 user: jan.nijtmans tags: bug-8cd2fe7474
2020-01-15
10:07
A few more "break" statements, so any compiler knows these are no FALLTHROUGH situations. check-in: 56d3ed00fb user: jan.nijtmans tags: core-8-6-branch
2020-01-13
15:19
Fix [cff53cf7d0]: Failed test oo-0.9 in file oo.test in Tcl8.6.10 check-in: 3a02978382 user: jan.nijtmans tags: core-8-6-branch
12:17
Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding LDFLAGS=?? on the "configure" com... check-in: ec372ea462 user: jan.nijtmans tags: core-8-6-branch
10:01
Fix [0b9332722a]: Support utf-8 on Windows console check-in: faf4fde866 user: jan.nijtmans tags: core-8-6-branch
10:00
Silence some gcc-9 compiler warnings. check-in: 8bfb4f1f0b user: jan.nijtmans tags: core-8-6-branch
2020-01-08
21:39
s/in stead/instead/ check-in: cdbd724a5a user: dgp tags: core-8-6-branch
16:53
Remove another mention of interp->result. check-in: 96b174266c user: dgp tags: core-8-6-branch
14:23
Revise documentation that refers to direct access to interp->result. check-in: fa8e6f70bb user: dgp tags: core-8-6-branch
12:51
Use _copysign on Windows always (available from float.h). Use mp_iszero() whenever appropriate. check-in: af89c36b66 user: jan.nijtmans tags: core-8-6-branch
2020-01-06
17:17
Remove the "new in 8.5" markings from the 8.6 branch of docs. check-in: 225b84c8f3 user: dgp tags: core-8-6-branch
10:50
Merge-mark check-in: 31fc505f40 user: jan.nijtmans tags: core-8-6-branch
10:34
Merge 8.5 check-in: 6966b305d2 user: jan.nijtmans tags: core-8-6-branch
2020-01-05
19:41
Tcl_TransferResult was new in 8.6, so mark the man page with that version. check-in: 3502e49d63 user: dgp tags: core-8-6-branch
19:18
formatting typo and rewrite check-in: 8ab2201e2d user: dgp tags: core-8-6-branch
19:16
Rewrite: lead paragraph with name of documented routine. check-in: 50e3abe3f6 user: dgp tags: core-8-6-branch
19:03
Fix documentation, comments, and argument names of Tcl_TransferResult(). check-in: d20a33ce27 user: dgp tags: core-8-6-branch
2020-01-04
17:21
Add a test for issue [9128866ec8], encoding fails to load check-in: ebb3855057 user: pooryorick tags: core-8-6-branch
14:34
Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc. check-in: b9c7c87500 user: pooryorick tags: core-8-6-branch
2020-01-02
20:56
Restore the build by providing a copysign replacement for old MSVC versions. check-in: d648005802 user: fvogel tags: core-8-6-branch
2019-12-27
00:12
Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floating point overflow in ... check-in: b64a60bb4f user: kbk tags: core-8-6-branch
2019-12-23
13:38
Fix for building Cygwin using Clang. check-in: 4f888c27cc user: jan.nijtmans tags: core-8-6-branch
11:26
Workaround for [ce3b9f2b04]: compilation errors with clang (windows msys2) check-in: 53c630ddf2 user: jan.nijtmans tags: core-8-6-branch
2019-12-22
14:52
Minor optimization in TclFormatInt: No need to check for "0" as special value. No need to include fi... check-in: d2501d3df7 user: jan.nijtmans tags: core-8-6-branch
2019-12-20
16:13
Prevent double definition of MODULE_SCOPE on Darwin check-in: afe5c742c5 user: jan.nijtmans tags: core-8-6-branch
2019-12-19
22:11
Merge 8.5 check-in: c1664053c0 user: jan.nijtmans tags: core-8-6-branch
21:31
Merge 8.5 check-in: 5e9890b208 user: jan.nijtmans tags: core-8-6-branch
2019-12-14
17:36
Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet) check-in: 78b283b374 user: jan.nijtmans tags: core-8-6-branch
2019-12-13
15:12
Fix Travis build for MSVC Debug mode check-in: 39d0472241 user: jan.nijtmans tags: core-8-6-branch
2019-12-12
21:02
Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, through TIP #538 check-in: 23016a5299 user: jan.nijtmans tags: core-8-6-branch
2019-12-10
13:16
Fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf. Also add test-cases for more corner-cases. check-in: 9792eb9013 user: jan.nijtmans tags: core-8-6-branch
12:45
amend to [2cf1202807]: find the hooks in tcltest namespace only check-in: 3272744f81 user: sebres tags: core-8-6-branch
2019-12-09
19:36
Attempt to fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf Closed-Leaf check-in: 3e0a616f7e user: jan.nijtmans tags: bug-5f236bc67a
10:40
merge 8.5 (timing issue avoidance, skip test in runtime feature) check-in: d111987dbe user: sebres tags: core-8-6-branch
10:26
tcltest: hook enhancements rewritten backwards compatible now, reverts [0067db1bbf], [0f3d6f90f0], [... check-in: 2cf1202807 user: sebres tags: core-8-6-branch
10:02
Fix [abd4abedd2]: Failed to build tk 8.6.10 with cross compile check-in: c7f3f1fd70 user: jan.nijtmans tags: core-8-6-branch
09:59
Add special handling of lower surrogate to UtfToUtfProc(), so valgrind should't complain in that sit... check-in: b0688e52b1 user: jan.nijtmans tags: core-8-6-branch
2019-12-08
16:33
Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens only for TCL_UTF_MAX>3 ... check-in: 62c2c904c3 user: jan.nijtmans tags: core-8-6-branch
2019-12-07
18:23
Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX build to Travis as proof... check-in: e61a50d32a user: jan.nijtmans tags: core-8-6-branch
2019-12-06
14:35
Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same content as in the core-8... check-in: 9cd9b0463a user: jan.nijtmans tags: core-8-6-branch
13:43
Fix some test-cases when Tcl is compiled with -DTCL_UTF_MAX=6. Not officially supported but used by ... check-in: edce885a5c user: jan.nijtmans tags: core-8-6-branch
2019-12-04
12:54
Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used by Androwish. Also alp... check-in: 8c8980b3c9 user: jan.nijtmans tags: core-8-6-branch
12:53
Use the right encoding when converting (Unicode) messages regarding socket errors on Windows. Some c... check-in: b388e8bd4f user: jan.nijtmans tags: core-8-6-branch
2019-12-03
19:24
Add build using gcc and TCL_UTF_MAX=4 to Travis build. Not officially supported but used by Androwis... check-in: 6a18f40447 user: jan.nijtmans tags: core-8-6-branch
13:20
Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape sequences for upper/lower surro... check-in: 0e661df5bb user: jan.nijtmans tags: core-8-6-branch
12:27
Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow surrogates in \U?????? ... check-in: 60fab362ce user: jan.nijtmans tags: core-8-6-branch
2019-12-02
22:04
Add tcltest::CleanupTest to make it easier to customize behaviour. check-in: 0067db1bbf user: pooryorick tags: core-8-6-branch
20:26
If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they appear as one 4-byte UTF-8... check-in: 43032d7ba3 user: jan.nijtmans tags: core-8-6-branch
10:49
Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. check-in: 10f3f9e47b user: jan.nijtmans tags: core-8-6-branch
10:48
More eol-spacing check-in: e0f1e61cd9 user: jan.nijtmans tags: core-8-6-branch
10:47
Eliminate unneccessary eol-spacing from documentation. check-in: 4690f45491 user: jan.nijtmans tags: core-8-6-branch
2019-12-01
19:45
Add tcltest::EvalTest to make it easier to customize behaviour. check-in: 0f3d6f90f0 user: pooryorick tags: core-8-6-branch
13:48
Fix tcltest::SetupTest added in previous commit. check-in: b8be012969 user: pooryorick tags: core-8-6-branch
11:59
add tcltest::SetupTest to make it easier to customize the -setup step of a test check-in: 375a566d22 user: pooryorick tags: core-8-6-branch
2019-11-29
12:27
Add some new test-cases involving e.g. Unicode 11. Backported from Tcl 8.7a3 check-in: 19b294baa3 user: jan.nijtmans tags: core-8-6-branch
2019-11-28
12:53
Enhance rules.vc like already done in other configure scripts: Determine HAVE_STDINT_H/HAVE_INTTYPES... check-in: 74a066a0b3 user: jan.nijtmans tags: core-8-6-branch
11:35
Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). Also fix installation of opt0.4 as done by makef... check-in: a669c8de33 user: jan.nijtmans tags: core-8-6-branch
2019-11-27
10:25
Merge 8.5 check-in: ca372c7c7e user: jan.nijtmans tags: core-8-6-branch
2019-11-25
16:59
merge mark check-in: bd277cf3bb user: dgp tags: core-8-6-branch
2019-11-23
21:33
Stub additions, backported from Tcl 8.6.11 check-in: 5b94a6fae8 user: jan.nijtmans tags: cygwin
2019-11-22
23:02
Undo changes in tclDecls.h. Only test with UTF_MAX=3 (since other values are not supported anyway) check-in: eac89073c9 user: jan.nijtmans tags: cygwin
21:02
Merge in 8.6.10 release, and resolve conflicts check-in: 3ba55ffebb user: jan.nijtmans tags: cygwin
15:01
merge release check-in: 61b21528f6 user: dgp tags: core-8-6-branch
04:04
Fix generation of VERSIONINFO in RC files when package versions have 4 or more components or use "a"... check-in: a4fdced035 user: apnadkarni tags: core-8-6-branch
2019-11-21
19:08
merge 8.6 Closed-Leaf check-in: bfdbebdf6b user: dgp tags: rc3, release, core-8-6-10-rc, core-8-6-10
18:58
merge 8.5 (cmdMZ timing issues + verbose output in error case) check-in: 11f9e4746a user: sebres tags: core-8-6-branch
2019-11-20
15:58
Merge 8.6; update changes. check-in: b67ae127a2 user: dgp tags: rc2, core-8-6-10-rc
2019-11-18
20:33
Fix [13657a2dc3]: application/json is not a binary payload for http. http 2.9.0 -> 2.9.1 check-in: 220316a26d user: jan.nijtmans tags: core-8-6-branch
2019-11-15
19:58
merge 8.6; update changes check-in: c45213a1fa user: dgp tags: core-8-6-10-rc
15:49
Fix test-case event-11.8, failing as a result of the TclOOObjectDestroyed() function restructuring. check-in: d7d2ea32ad user: jan.nijtmans tags: core-8-6-branch
15:42
fix compliation warning, resulting from previous commit check-in: 3e7da78bd1 user: jan.nijtmans tags: core-8-6-branch
13:50
Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() to Destructing(). No funct... check-in: 3178168439 user: pooryorick tags: core-8-6-branch
12:54
Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl 8.6.9, isn't used anywh... check-in: 287f7aacef user: jan.nijtmans tags: core-8-6-branch
09:41
Protect additional Tcl_UtfToUniChar() call, for the case when not enough bytes are available in the ... check-in: 9e1589c192 user: jan.nijtmans tags: core-8-6-branch
2019-11-14
19:58
merge 8.5 check-in: ac3c057355 user: sebres tags: core-8-6-branch
19:30
fixes bug [135804138e] check-in: 0107393da7 user: sebres tags: core-8-6-branch
19:22
restore verification for deleted interp Closed-Leaf check-in: 7e22d4ecf6 user: sebres tags: bug-135804138e
17:41
make oo-7.10 test more readable check-in: d8d28e562b user: sebres tags: bug-135804138e
17:06
fixed SF [135804138e] -- no call of next possible after object namespace is deleted check-in: c9e01c1cdc user: sebres tags: bug-135804138e
17:04
bug [135804138e]: test case illustrating the segfault check-in: 1b14cba0a8 user: sebres tags: bug-135804138e
14:01
Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It allows emoji to be prod... check-in: 8a640c771e user: jan.nijtmans tags: core-8-6-branch
2019-11-13
18:11
merge 8.6 check-in: 9f6ddb37fa user: dgp tags: core-8-6-10-rc
16:01
Make tclWinFile compile warningless using -DTCL_UTF_MAX=6 (not officially supported, but used by And... check-in: f234a19c16 user: jan.nijtmans tags: core-8-6-branch
15:59
Don't install tommath_class.h and tommath_superclass.h on Windows any more by makefile.vc. Those are... check-in: 47ab025374 user: jan.nijtmans tags: core-8-6-branch
12:37
Part 2 of bugfix [d433c0e0ad]: TCL_UTF_MAX == 4 problems check-in: e377ac273f user: jan.nijtmans tags: core-8-6-branch
09:07
Fix TIP #389 implementation, bug [d433c0e0ad]: TCL_UTF_MAX == 4 problems. Thanks to Christian Werner... check-in: b5633ba3bd user: jan.nijtmans tags: core-8-6-branch
08:16
Fix compiler warning when compiling with -DTCL_UTF_MAX=4 or 6 check-in: 2e3855d62e user: jan.nijtmans tags: core-8-6-branch
2019-11-11
20:50
Use <inttypes.h> header-file on windows when available, just as on UNIX check-in: d2da3fa813 user: jan.nijtmans tags: core-8-6-branch
2019-11-08
15:32
Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_init_u64/mp_init_ul/mp_i... check-in: d3a6a928bf user: jan.nijtmans tags: core-8-6-branch
07:58
For long/wide "scans"'s of negative numbers, but scanned as unsigned, generate binary representation... check-in: ea950e9e42 user: jan.nijtmans tags: core-8-6-branch
2019-11-07
14:58
Merge 8.6 Closed-Leaf check-in: a62ec1cfee user: jan.nijtmans tags: fix-scan-no-stringrep
14:56
Make mp_mul(a,a,c) equivalent to mp_sqr(a,c). Optimization backported from libtommath. check-in: d6e20fa0aa user: jan.nijtmans tags: core-8-6-branch
12:05
EBADFD may be undeclared on some systems (use EMFILE as fallback) Closed-Leaf check-in: 8f266c55ff user: sebres tags: bug-c6897e6e6a
2019-11-06
23:08
merge 8.5 check-in: 76450daf3e user: sebres tags: core-8-6-branch
17:12
small amend: adds new define CHECK_FD_SETSIZE_LIMIT to control prevention against violation of FD_SE... check-in: c2d030bb31 user: sebres tags: bug-c6897e6e6a
14:51
first shot of proper fix for [c6897e6e6a] + test cases covering both situations: * 2.14 - no free ... check-in: 001f178818 user: sebres tags: bug-c6897e6e6a
13:25
Fix tclScan.c, not generating a string representation any more with unsigned wideints and unsigned l... check-in: 4c57a08f2e user: jan.nijtmans tags: fix-scan-no-stringrep
2019-11-05
14:15
Bump release date to Nov 21 check-in: 6169333860 user: dgp tags: rc1, core-8-6-10-rc
14:03
try to fix [c6897e6e6a]: unix/TcpAccept seems to ignore accepting errors silently, so it entering bu... check-in: 56620b4bd5 user: sebres tags: bug-c6897e6e6a
2019-11-04
12:03
Fix travis build on Windows (tweak to configure script was made on purpose, to workaround a bug in a... check-in: 492c14b8a2 user: jan.nijtmans tags: core-8-6-10-rc
2019-11-03
02:25
Updates from `make dist` check-in: 4ebae3069d user: dgp tags: core-8-6-10-rc
02:17
Fix test failures with -singleproc 1 testing check-in: 067bf929fb user: dgp tags: core-8-6-10-rc
2019-11-02
17:40
bump release date check-in: 788241733a user: dgp tags: core-8-6-10-rc
17:38
merge 8,6 check-in: 4336cf7305 user: dgp tags: core-8-6-10-rc
2019-11-01
10:10
Make ioapi.c and minizip.c build on Windows (for someone who would want to) check-in: c8aa0d5bbe user: jan.nijtmans tags: core-8-6-branch
2019-10-31
11:14
Merge 8.5 check-in: b87aa25811 user: jan.nijtmans tags: core-8-6-branch
10:05
8.5 -> 8.6 check-in: a61b04c090 user: jan.nijtmans tags: core-8-6-branch
09:56
Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches check-in: fffee9b44c user: jan.nijtmans tags: core-8-6-branch
2019-10-30
20:33
Change mp_isodd() (back) from libtommath stub entry to macro. libtommath changed it back to macro to... check-in: 228f1b7dc7 user: jan.nijtmans tags: core-8-6-branch
2019-10-28
17:18
update changes check-in: de5d1973bc user: dgp tags: core-8-6-10-rc
16:56
merge 8.6 check-in: 521efe9ddc user: dgp tags: core-8-6-10-rc
16:40
Put back tests/fileSystemEncoding.test, but now don't run it on Windows, since the NTFS doesn't the ... check-in: bf8356de35 user: jan.nijtmans tags: core-8-6-branch
15:42
merge 8.6 check-in: 8093147fbc user: dgp tags: core-8-6-10-rc
15:32
Close fork, dropping commits apparently in error. check-in: 519b4ec870 user: dgp tags: core-8-6-10-rc
08:37
Close fork, and temporary remove tests/fileSystemEncoding.test, since apparently bug [bcd1004104] is... check-in: 2b5fba9174 user: jan.nijtmans tags: core-8-6-branch
2019-10-27
22:24
Tweak README check-in: 59f4da451b user: kevin_walzer tags: core-8-6-10-rc
22:11
Documentation change for auto_path on macOS check-in: cbb7c5b422 user: kevin_walzer tags: core-8-6-branch
2019-10-26
15:43
Test for issue [bcd1004104651], and new routine, ::tcltests::tempdir. check-in: edb36812e0 user: pooryorick tags: core-8-6-branch
14:14
Fix for [bcd100410465], stale cached file FsPath object check-in: 440efbd556 user: pooryorick tags: core-8-6-branch
2019-10-25
16:09
Put #define's in alphabetical order. Use MP_DIGIT_BIT in stead of (deprecated) DIGIT_BIT everywhere... check-in: b0e2ccc696 user: jan.nijtmans tags: core-8-6-branch
15:18
merge 8.6 check-in: 0191f827ec user: dgp tags: core-8-6-10-rc
01:25
Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: 295d5c259f user: kevin_walzer tags: core-8-6-10-rc
01:13
Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: 278e7d0934 user: kevin_walzer tags: core-8-6-branch
2019-10-24
18:58
Combine two libtommath stub entries, which (almost) do the same check-in: 5c7a5c6765 user: jan.nijtmans tags: core-8-6-branch
07:41
merge-mark check-in: 183374b9ec user: jan.nijtmans tags: core-8-6-branch
2019-10-23
20:28
Combine two libtommath stub entries, which do exactly the same. Fix mp_init_set_int stub, handling ... check-in: 7c5db68d45 user: jan.nijtmans tags: core-8-6-branch
17:10
merge 8.6 check-in: db7b41d6d7 user: dgp tags: core-8-6-10-rc
09:16
Extend libtommath stub table, so extension writers can move away from deprecated libtommath function... check-in: f1c99ac253 user: jan.nijtmans tags: core-8-6-branch
2019-10-22
23:01
Update "make dist" for libtommath 1.2.0: TOMMATH_SRCS check-in: dd302d9d06 user: jan.nijtmans tags: core-8-6-branch
10:38
Update to latest libtommath, version 1.2.0 check-in: 779cd87bdc user: jan.nijtmans tags: core-8-6-branch
09:55
Merge libtommath 1.2.0 Closed-Leaf check-in: 93cd7f4e79 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-21
19:03
Complete draft changes. check-in: d94162f87e user: dgp tags: core-8-6-10-rc
18:54
merge 8.6 check-in: ad4ec61251 user: dgp tags: core-8-6-10-rc
18:50
Bump to dde 1.4.2 and registry 1.3.4 check-in: b04d008d30 user: dgp tags: core-8-6-branch
17:33
More progress on changes. check-in: 2fe1cdf969 user: dgp tags: core-8-6-10-rc
13:04
merge 8.6 check-in: d332e18603 user: dgp tags: core-8-6-10-rc
12:25
Merge libtommath 1.2.0-rc3 check-in: bbfab98d00 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-18
15:27
Update tclTomMath.h with changes from tommath.h check-in: 601116317c user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
15:09
Merge latest libtommath changes (will be release 1.2.0) check-in: 0f02d6266c user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
12:09
Disable warning C4003 on MSVC, since it gives a false warning in libtommath. check-in: b31b873564 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-17
15:28
Merge some libtommath changes (mainly additon of MP_CALLOC) check-in: bb806ab182 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
13:45
Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) check-in: 3adefdc272 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-15
15:07
Merge 8.5 check-in: ec92bb4459 user: jan.nijtmans tags: core-8-6-branch
2019-10-14
21:06
Fix [02773491861d9fd0]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation is wrong check-in: 97ac4d3684 user: jan.nijtmans tags: core-8-6-branch
2019-10-11
12:45
Merge 8.5 check-in: cc81d88d3b user: jan.nijtmans tags: core-8-6-branch
2019-10-10
19:11
Merge 8.5 check-in: b19871ffa1 user: jan.nijtmans tags: core-8-6-branch
2019-10-07
18:49
changes WIP check-in: 85e900ff9f user: dgp tags: core-8-6-10-rc
15:51
merge 8.6 check-in: 623e7318c0 user: dgp tags: core-8-6-10-rc
2019-10-05
20:43
Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.tcl-lang.org and http -... check-in: 4cede117d0 user: jan.nijtmans tags: core-8-6-branch
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 [https://core.tcl-lang.org/tk/tktview?name=a179564826|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
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