Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2383 check-ins using file doc/encoding.n version 1b279f5fee
|
2024-08-21
| ||
| 08:28 | Update github actions files check-in: e06563d4e4 user: jan.nijtmans tags: cygwin | |
| 08:19 | actions/checkout@v4. Merge 8.6 check-in: a9f0ad18de user: jan.nijtmans tags: cygwin | |
|
2024-06-10
| ||
| 15:25 | Make installManPage more robust against newlines. Backported from 8.7 check-in: d3890a5258 user: jan.nijtmans tags: core-8-6-branch | |
| 10:12 | Missing verb in SetResult.3 check-in: b67168a3ad user: jan.nijtmans tags: core-8-6-branch | |
|
2024-06-03
| ||
| 11:37 | Use (char *)NULL as end sentinel in documentation (as Linux man-pages already do too, e.g. [https://... check-in: 09eb0f623d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-05-31
| ||
| 10:56 | More elegant background error interception, used more widely in oo.test check-in: 607f394e85 user: dkf tags: core-8-6-branch | |
| 08:58 | [7c934f4a3d] Make sure to also trap background errors check-in: 052bc927de user: dkf tags: core-8-6-branch | |
|
2024-05-30
| ||
| 14:28 | More efficient trace introspection is possible Closed-Leaf check-in: 0481ec52fc user: dkf tags: dkf/experimental-more-list-c-funcs | |
|
2024-05-29
| ||
| 19:14 | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL check-in: 4a1e38600e user: jan.nijtmans tags: core-8-6-branch | |
|
2024-05-28
| ||
| 16:14 | We can do sublists the same way. check-in: b45cd26963 user: dkf tags: dkf/experimental-more-list-c-funcs | |
| 13:03 | cmdMZ.test: more precise and fast _nrt_sleep, no failures with valgrind check-in: 8c0412dc7d user: sebres tags: core-8-6-branch | |
| 12:52 | ioTrans.test: removed constraint definition - notValgrind is already part of tcltest check-in: 568c30c692 user: sebres tags: core-8-6-branch | |
| 12:38 | Make TclGlob() a static function. Sentinel/indenting/comment improvements (all backported from 8.7) check-in: 5f6c7373c1 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-05-27
| ||
| 20:23 | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used check-in: 861da428c1 user: jan.nijtmans tags: core-8-6-branch | |
| 20:19 | Some more functions for lists, a bit like the ones for dicts check-in: 80e4f71f99 user: dkf tags: dkf/experimental-more-list-c-funcs | |
| 20:09 | speedup interp.test a bit: switch to 50ms-based time limits (instead of 1sec); more tests for interp... check-in: 9a6ae506c9 user: sebres tags: core-8-6-branch | |
| 19:26 | fix for [e3f4a8b78dec4bdb]: don't swallow limit errors in further invocations of EvalObjvCore (e. g.... check-in: 35646a4ff2 user: sebres tags: core-8-6-branch | |
|
2024-05-26
| ||
| 10:04 | More C functions for working with dicts [656fe3c816] check-in: 083c13620e user: dkf tags: core-8-6-branch | |
|
2024-05-25
| ||
| 15:18 | Check limits immediately when we do [interp eval]. [e3f4a8b78d] check-in: b740e2abbd user: dkf tags: core-8-6-branch | |
| 13:53 | Test to demonstrate [9ee9f4d7be]. Not fixed. check-in: d5f4df948b user: dkf tags: core-8-6-branch | |
| 11:31 | Use the new operations Leaf check-in: a3435c30a3 user: dkf tags: more-dict-c-funcs | |
| 09:13 | Add some more C functions for working with dicts [656fe3c816] check-in: 4cfe196c56 user: dkf tags: more-dict-c-funcs | |
|
2024-05-24
| ||
| 19:36 | Use TclDStringToObj a bit more check-in: 6746d3781b user: dkf tags: core-8-6-branch | |
| 15:31 | Backport test for bug [e589d9bdab] check-in: 6e3aa87b5d user: apnadkarni tags: core-8-6-branch | |
| 07:03 | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use TclDStringToObj where po... check-in: 27812ca2bf user: jan.nijtmans tags: core-8-6-branch | |
|
2024-05-23
| ||
| 13:48 | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windows check-in: 5de1d4a68b user: jan.nijtmans tags: core-8-6-branch | |
| 13:21 | Clarify docs check-in: 13e7536511 user: dkf tags: bug-154f0982f2 | |
| 13:18 | [154f0982f2] Update createWithNamespace to error on namespace creation failure check-in: 615988e06a user: dkf tags: bug-154f0982f2 | |
| 11:52 | Fix 2 warnings on Win32 (Thanks, Harald). Some more code cleanup, backported from 8.7) check-in: 73474e33a9 user: jan.nijtmans tags: core-8-6-branch | |
| 11:27 | Better flag up the oo::Slot class in the docs, add missing method [28d6013ae6] check-in: 743169db55 user: dkf tags: core-8-6-branch | |
| 10:18 | Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windows Closed-Leaf check-in: e99ba02756 user: jan.nijtmans tags: bug-3fc3287497 | |
|
2024-05-22
| ||
| 22:15 | .travis.yml is not used any more check-in: d0923796c9 user: jan.nijtmans tags: core-8-6-branch | |
| 11:29 | Christian's proposal for [407b70361c]: New test failures. Maybe unix pipe troubles? Not sure if this... Closed-Leaf check-in: 039305c274 user: jan.nijtmans tags: bug-407b70361c | |
| 10:22 | cherry-pick [659ca0ae8da43a1e] for 8.6: don't need to invoke it in case if oPtr->selfCls is NULL check-in: 3ebb66feb1 user: sebres tags: core-8-6-branch | |
| 09:11 | Merge-mark Leaf check-in: 2492fd146e user: jan.nijtmans tags: bug-c6897e6e6a | |
| 09:09 | Spacing/code cleanup, backported from 8.7 20:19:30 [4c1393b596] *CURRENT* "TCL_TOMMATH" is not used ... check-in: a89e327cbb user: jan.nijtmans tags: core-8-6-branch | |
| 09:04 | Proposed fix for [c6897e6e6a]: select notifier crashes/misbehaves on fd >= FD_SETSIZE check-in: fe9f18909d user: jan.nijtmans tags: bug-c6897e6e6a | |
|
2024-05-21
| ||
| 20:19 | "TCL_TOMMATH" is not used anywhere check-in: 4c1393b596 user: jan.nijtmans tags: core-8-6-branch | |
| 09:45 | closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers and reflected channels) check-in: 4342b27a4b user: sebres tags: core-8-6-branch | |
|
2024-05-20
| ||
| 15:18 | Fix [7842f33a5c]: Call chain creation could crash in destructors in some tangled cases check-in: 8b4a3295ed user: dkf tags: core-8-6-branch | |
| 15:09 | Fix for [7842f33a5c]: Stereotype call chains were ending up bogus in some situations Closed-Leaf check-in: b0e486eaa6 user: dkf tags: bug-7842f33a5c | |
| 15:06 | Add some machinery for easier testing check-in: c3a7ab5cdb user: dkf tags: bug-7842f33a5c | |
| 13:38 | Test case to demonstrate [7842f33a5c] check-in: b7a6626f60 user: dkf tags: bug-7842f33a5c | |
|
2024-05-17
| ||
| 13:43 | Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method now have the correct li... check-in: 371e968deb user: dkf tags: core-8-6-branch | |
| 13:29 | Remove the band-aid Closed-Leaf check-in: 6f7807664e user: dkf tags: bug-87271f7cd6 | |
| 13:28 | Fix the problem properly check-in: e15875e0c3 user: dkf tags: bug-87271f7cd6 | |
| 13:21 | split iocmd-32.3 in two tests (move cycle outside of the test) Closed-Leaf check-in: b055b41a3b user: sebres tags: fix-79474c58800cdf94 | |
| 12:57 | merge apn-channelstate-leak, fixes possible leaks on several members that may be set after the close... check-in: f41c1304d5 user: sebres tags: fix-79474c58800cdf94 | |
| 11:48 | Free ChannelState.chanMsg .unreportedMsg Closed-Leaf check-in: f37f5aac4c user: apnadkarni tags: apn-channelstate-leak | |
| 11:11 | Starting to clean up the mess. The extra frame info can have the same lifespan as the method itself. check-in: 2b8c097bdc user: dkf tags: bug-87271f7cd6 | |
| 10:14 | extend test to cover both variants (without and with error in reflected write handler) check-in: 0dac722930 user: sebres tags: fix-79474c58800cdf94 | |
| 09:51 | fixes yet another segfault (if write handler doesn't generate an error, but returns normally with le... check-in: 2c48f0c544 user: sebres tags: fix-79474c58800cdf94 | |
|
2024-05-16
| ||
| 20:28 | fix mem-leak originating by cyclic reference `rcPtr->name (type "channel", its refCount may be large... check-in: 47cb98a686 user: sebres tags: fix-79474c58800cdf94 | |
| 15:53 | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer crashes check-in: 03f0a26c4f user: dkf tags: core-8-6-branch | |
| 15:51 | Apply an emergency workaround check-in: 6f1d88839c user: dkf tags: bug-87271f7cd6 | |
| 15:43 | Make sure we're looking for the right results check-in: 54f7c2e017 user: dkf tags: bug-87271f7cd6 | |
| 15:38 | Test that hits [87271f7cd6] reasonably precisely check-in: bc5bf9b73e user: dkf tags: bug-87271f7cd6 | |
| 12:43 | A couple of tiny code style improvements check-in: d886cbe9b6 user: dkf tags: fix-79474c58800cdf94 | |
| 08:56 | code review: preserving r/w channels after all possible failures (don't need to release in error cas... check-in: 70133fbef0 user: sebres tags: fix-79474c58800cdf94 | |
| 08:49 | test: clean timeout timer check-in: 62afca68bb user: sebres tags: fix-79474c58800cdf94 | |
|
2024-05-15
| ||
| 15:08 | small code review: removal of unneeded - result is initially TCL_OK check-in: 10a82e29ad user: sebres tags: fix-79474c58800cdf94 | |
| 12:52 | ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure freed to early, protecte... check-in: b66be298b9 user: sebres tags: fix-79474c58800cdf94 | |
| 12:46 | test illustrating bug [79474c58800cdf94] (segfaults at end of iocmd-32.3) check-in: b2573c10f0 user: sebres tags: fix-79474c58800cdf94 | |
|
2024-05-13
| ||
| 13:29 | small amend for test Leaf check-in: 6a05960d39 user: sebres tags: bug-31fd84270644f67d | |
| 13:25 | test illustrating bug [31fd84270644f67d] (and [9889f96f4da77e3b]) check-in: 81c5544b70 user: sebres tags: bug-31fd84270644f67d | |
|
2024-05-10
| ||
| 10:11 | issue [10aa8403d064439f]: make command `testsize` platform-independent (covers constraint time64bit ... check-in: 79ebe65436 user: sebres tags: core-8-6-branch | |
|
2024-05-05
| ||
| 20:05 | Fix [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rc check-in: 3aa138d095 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-05-04
| ||
| 16:17 | Fix [a5f4a7aed8] - tcl::tm::path auto_index entry check-in: f6c7da2553 user: jan.nijtmans tags: core-8-6-branch | |
| 16:12 | [unknown] only calls shell command in interactive tclsh sessions check-in: 478c9823c1 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-05-02
| ||
| 14:54 | put (back) comment Leaf check-in: 6ffee5b2cb user: jan.nijtmans tags: rfe-4b12ccb336 | |
| 13:05 | A little bit more minimum check-in: 6f3cfbaafa user: jan.nijtmans tags: rfe-4b12ccb336 | |
| 12:46 | Minimum backport [4b12ccb336] to Tcl 8.6. If we do %lld/%llu we should do the %I32/%I64 (microsoft-)... check-in: 96aa2c6b01 user: jan.nijtmans tags: rfe-4b12ccb336 | |
| 11:12 | Remove COMPAT==0 part, no longer makes sense. More code-cleanup, backported from 8.7 check-in: f5665fcac2 user: jan.nijtmans tags: core-8-6-branch | |
| 09:55 | Ticket [cab08bbf04]: document "format %llu" as invalid check-in: 59c2c36a1e user: oehhar tags: core-8-6-branch | |
| 09:22 | Make sure to forward-declare "struct addrinfo". Some compilers don't like doing that in a parameter-... check-in: 76d363fe02 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-29
| ||
| 10:06 | TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? Backport changing this f... check-in: 93a57aa32c user: jan.nijtmans tags: core-8-6-branch | |
| 07:12 | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported from 8.7/9.0. check-in: 5103ed9db2 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-26
| ||
| 14:50 | Fix clang warning: tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Wer... check-in: c9564c2520 user: jan.nijtmans tags: core-8-6-branch | |
| 07:50 | typo check-in: ef77b41eaf user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-24
| ||
| 12:32 | __declspec should have double underscore (even though it works with one) check-in: 564f73579c user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-21
| ||
| 22:27 | Sync parameter name in tcl.decls with other places check-in: e86f3ff06b user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-19
| ||
| 13:59 | targetNamePtr -> targetCmdPtr (making it the same as in other documentation and tcl.decls) check-in: 7c73048dd7 user: jan.nijtmans tags: core-8-6-branch | |
| 11:49 | Reserve 2 more stub entries for TIP #648 check-in: 926f8b18c9 user: jan.nijtmans tags: core-8-6-branch | |
| 11:48 | More code cleanup, backported from 8.7 check-in: 748946df7d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-18
| ||
| 14:38 | Reduce the diff between 8.6 and 8.7, by backporting some formatting/restructuring. No functional cha... check-in: 36360649be user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-17
| ||
| 14:35 | small amend (still one "weak" format) check-in: d5d999405c user: sebres tags: core-8-6-branch | |
| 14:19 | clock.test: added regression test - spaces between some scan tokens are optional (illustrating that ... check-in: 4bf978efdd user: sebres tags: core-8-6-branch | |
| 09:18 | Deprecate Tcl_GetAlias(). Will be removed in Tcl 9.0b3 check-in: 2cc57a9c98 user: jan.nijtmans tags: core-8-6-branch | |
| 07:49 | Adapt test-cases too for auto_mkindex change check-in: ace77382e1 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-16
| ||
| 11:34 | Add "-encoding utf-8" to auto_mkindex stuff check-in: e10ca653db user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-15
| ||
| 15:24 | Use utf-8 in tools/man2help.tcl too check-in: 81fd80710b user: jan.nijtmans tags: core-8-6-branch | |
| 15:21 | One more "-encoding utf-8" check-in: 850a10b6d6 user: jan.nijtmans tags: core-8-6-branch | |
| 14:48 | Add -encoding utf-8 for tclZIC.tcl tool check-in: ef051d7c77 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-12
| ||
| 23:02 | explaination comment check-in: 76fbc31aa8 user: sebres tags: core-8-6-branch | |
| 22:58 | merge 8.5 (minor backport from my core) simple speed-up if searching for the key from hash itself (i... check-in: 3307793b00 user: sebres tags: core-8-6-branch | |
| 21:44 | merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this is full bug fix now - d... check-in: 60b20a870f user: sebres tags: core-8-6-branch | |
| 15:16 | Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming more independant from t... check-in: 84222c42a2 user: jan.nijtmans tags: core-8-6-branch | |
| 15:14 | Since all tools are in utf-8 (actually: ascii), make that explicit check-in: b725630348 user: jan.nijtmans tags: core-8-6-branch | |
| 15:12 | Re-generate tclTomMath.h from tommath.h check-in: 4853e83243 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-11
| ||
| 12:35 | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels and type-casts. check-in: e75d7ff329 user: jan.nijtmans tags: core-8-6-branch | |
| 07:59 | Add O_ACCMODE fow Windows, in case it is not defined check-in: a57ec70021 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-10
| ||
| 12:02 | Tcl_NewBooleanObj() is better here than Tcl_NewIntObj check-in: 03f84b481a user: jan.nijtmans tags: core-8-6-branch | |
| 10:15 | Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|O_RDWR aren't necessary... check-in: 862ccc7e61 user: jan.nijtmans tags: core-8-6-branch | |
| 08:51 | Same for tclsh command-line Closed-Leaf check-in: bda82e1ef1 user: jan.nijtmans tags: tip-691-for-8.6 | |
| 08:49 | Make "-profile tcl8" a 100% dummy option, for maximum compatibility (in case the system encoding is ... check-in: 40098cbf10 user: jan.nijtmans tags: tip-691-for-8.6 | |
|
2024-04-08
| ||
| 12:52 | (dummy) implementation of TIP #691 for 8.6 check-in: 1590f15656 user: jan.nijtmans tags: tip-691-for-8.6 | |
|
2024-04-05
| ||
| 21:25 | Fix [df85199878]: Tcl_SetResult compiler warnings check-in: 1714783349 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-04
| ||
| 20:43 | Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7] check-in: 8cfa5d1ee9 user: jan.nijtmans tags: core-8-6-branch | |
| 20:27 | Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. Mark failing testca... check-in: 81b522c93d user: jan.nijtmans tags: core-8-6-branch | |
| 13:06 | Backout [0a9ae478ac], as requested check-in: 33bbacee4e user: jan.nijtmans tags: core-8-6-branch | |
| 11:09 | Tcl_GetString() -> TclGetString(), for minor speedup. check-in: 0256b2a319 user: jan.nijtmans tags: core-8-6-branch | |
| 10:52 | encodingName -> encoding (where appropriate) check-in: 0a9ae478ac user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-02
| ||
| 21:39 | Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] branch. This should fix "P... check-in: 2e975ec0e2 user: jan.nijtmans tags: core-8-6-branch | |
| 20:46 | Simplify Tcl_SetStartupScript() a little bit: no need to check for NULL twice. Test for != NULL cons... check-in: 00af3315f5 user: jan.nijtmans tags: core-8-6-branch | |
| 08:01 | Update to libtommath-1.3 (but keep Tcl 8.6-specific tweaks) check-in: 82388e9e7d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-04-01
| ||
| 18:07 | Update tommath.h/tommath_private.h too Closed-Leaf check-in: c001226934 user: jan.nijtmans tags: libtommath-1.3 | |
|
2024-03-31
| ||
| 22:17 | More progress check-in: 5d6e4b3877 user: jan.nijtmans tags: libtommath-1.3 | |
| 00:01 | Make a start, upgrading to libtommath 1.3 check-in: 14587821fe user: jan.nijtmans tags: libtommath-1.3 | |
|
2024-03-30
| ||
| 14:24 | Remove all libtommath source-files, which are not used in Tcl. Don't bother about them any more check-in: 58fe28a383 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-29
| ||
| 13:22 | (cherry-pick) Added minor detail to file attr -shortname handling docs. check-in: 9c06dfcfec user: jan.nijtmans tags: core-8-6-branch | |
| 13:20 | Remove libtommath/makefile* and related: Those files suggest anything can be built in this directory... check-in: 51953c6e81 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-28
| ||
| 21:12 | Asciify string.test. tcltest::fileEncoding is thus no longer necessary (which would have performance... check-in: 03cf62003a user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-27
| ||
| 20:09 | tests renumeration check-in: 29223eb238 user: sebres tags: core-8-6-branch | |
| 19:59 | tests/string.test: cherry-pick several string-tests from trunk to 8.6, added encoding mark (utf-8), ... check-in: 1e149c4008 user: sebres tags: core-8-6-branch | |
| 19:52 | tcltest: detect encoding of test-file (BOM or coding in header) and supply it to source/shell, so al... check-in: a55120e64e user: sebres tags: core-8-6-branch | |
|
2024-03-26
| ||
| 13:06 | Add koi8-ru and koi8-t encodings, completing the 4 "koi8" encodings available in iconv. check-in: 7ec1b7cfbf user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-23
| ||
| 22:01 | Update genStubs.tcl, making it usable for Tcl 9 as well check-in: 89038fd587 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-21
| ||
| 00:27 | more lsearch performance tests check-in: 95a2ca595e user: sebres tags: core-8-6-branch | |
|
2024-03-20
| ||
| 17:56 | optimize TclUtfToUCS4 for single code units (non high surrogates), especially for ascii; fixes perfo... check-in: ad35def80d user: sebres tags: core-8-6-branch | |
| 16:39 | small amend (incorrect copy&paste removed) check-in: 708e810803 user: sebres tags: core-8-6-branch | |
| 16:37 | added performance regression tests for list facilities (initially only few lsearch cases, illustrati... check-in: cd1bb80fb9 user: sebres tags: core-8-6-branch | |
|
2024-03-19
| ||
| 08:09 | (cherry-pick) docs - note that Tcl_AsyncMark() and Tcl_AsyncDelete() are actually void funcs check-in: 5411a7556d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-15
| ||
| 13:41 | Fix "encoding convertfrom koi8-u \xB4". Should be Є, not Ѓ. See [f23022e07a]. check-in: 5f43417351 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-12
| ||
| 23:13 | tcltest 2.5.7 -> 2.5.8 check-in: 4cdfd489b0 user: jan.nijtmans tags: core-8-6-branch | |
| 23:07 | Code cleanup, no change in functionality. All backported from 8.7/9.0 check-in: 77f0efd1f8 user: jan.nijtmans tags: core-8-6-branch | |
| 19:20 | fixes [1acd172c424b57c9]: there is only one case where a subcommand may be ambiguous (as a prefix), ... Closed-Leaf check-in: 5984cb59e7 user: sebres tags: bug-1acd172c424b57c9-p1 | |
| 19:03 | skip extensive IO-aggressive tests, be gentle with users and CIs env (especially SSD, let alone our ... check-in: 5e0186f270 user: sebres tags: core-8-6-branch | |
| 18:15 | proper skip of test winFCmd-1.38 (no error reaching limit of 50K unique file-ids) check-in: 603e957ae2 user: sebres tags: core-8-6-branch | |
| 18:01 | fixed path for running of suite from temp-directory (also proper skip if no dlls available) check-in: c5c8d91a38 user: sebres tags: core-8-6-branch | |
| 01:50 | fixes similar issue by free scan + more tests Closed-Leaf check-in: 4bdbd5cc83 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:48 | fixes #23: `clock add` regression (integer overflow in time part) check-in: bbb77cc456 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:43 | test cases covering #23: `clock add` regression (due to integer overflow) check-in: 0ae6ddcffa user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:43 | replace sprintf with itoaw check-in: 7fcbaa0769 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:37 | more optimizations of numeric to regular TZ conversion (for non GMT offsets) check-in: 319c3b037a user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:36 | optimize simplest case if numeric timezone is 0000 (so GMT/UTC) check-in: cdf1e91c13 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:33 | consider TZ-epoch in base-cache (ensure cache of base is correct for :localtime if TZ changing) check-in: 1ea9fc6200 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:21 | tests to ensure cache of base is correct for :localtime if TZ-env changing check-in: 23bf32a8d0 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
|
2024-03-11
| ||
| 21:56 | Add "Alaska Standard/Daylight" time to tclDate.c check-in: bb22bd59d0 user: jan.nijtmans tags: core-8-6-branch | |
| 15:53 | Unneeded "file normalize" check-in: f336db244d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-10
| ||
| 15:49 | Re-generate library/tclIndex (especially "safe" namespace had some changes which were not reflected ... check-in: 3089f0f5fb user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-08
| ||
| 13:30 | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search path too check-in: 42f5eac945 user: sebres tags: core-8-6-branch | |
|
2024-03-07
| ||
| 21:58 | Add internal flag TCL_FIND_IF_NOT_SIMPLE for (internal) TclGetNamespaceForQualName(). Not used yet. check-in: 636bb502b2 user: jan.nijtmans tags: core-8-6-branch | |
| 21:42 | Code cleanup/formatting check-in: a59ac73aac user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-06
| ||
| 21:44 | core review check-in: de267d7a35 user: sebres tags: bug-910d67a229fe7f65 | |
| 21:29 | small amend: simpler traversing using ns->parentPtr check-in: 6224c4a34f user: sebres tags: bug-910d67a229fe7f65 | |
| 21:11 | Reduce code duplication (borrowed from "bug-910d67a229fe7f65" branch, but independant from any bug) check-in: 6df28186ce user: jan.nijtmans tags: core-8-6-branch | |
| 19:22 | better variant of fix for [910d67a229fe7f65] with improved search for NS::command (find NS even if c... check-in: c4d9c1dd86 user: sebres tags: bug-910d67a229fe7f65 | |
| 14:59 | Backport "changes" changes from 8.7 check-in: 3f3fa3ee4f user: jan.nijtmans tags: core-8-6-branch | |
| 12:05 | small amend to [910d67a229fe7f65]: additional corner case (see the test namespace-52.13) check-in: 98aab416a2 user: sebres tags: bug-910d67a229fe7f65 | |
|
2024-03-05
| ||
| 16:38 | fix for [910d67a229fe7f65]: search of `namespace unknown` handler fixed: first try to find namespace... check-in: 76660a8402 user: sebres tags: bug-910d67a229fe7f65 | |
| 15:20 | Merge 8.6 check-in: ec4e4d28c9 user: jan.nijtmans tags: cygwin | |
| 09:39 | Minor addition to [1b8a893ded]: On Windows, fill TCL_PACKAGE_PATH (in tclConfig.sh) with "${prefix}\... check-in: a38deec229 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-04
| ||
| 20:10 | (minor) fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced check-in: c2a94d79f6 user: jan.nijtmans tags: core-8-6-branch | |
| 19:56 | Merge 8.6. TCL_PACKAGE_PATH is not used on Windows Closed-Leaf check-in: 596141a1ce user: jan.nijtmans tags: bug-1b8a893ded | |
| 15:47 | Add akst/akdt (Alaska) time-zones to "clock" command. Also 'stolen' from "sebres-?-?-clock-speedup-c... check-in: 5e7ea80f7b user: jan.nijtmans tags: core-8-6-branch | |
| 12:48 | Code cleanup in init.tcl, 'stolen' from sebres-?-?-clock-speedup-cr2. No change in functionality check-in: 6065e21d1d user: jan.nijtmans tags: core-8-6-branch | |
| 10:36 | If TCL_PACKAGE_PATH is set explicitly, don't change it in "configure" check-in: 123e49b851 user: jan.nijtmans tags: bug-1b8a893ded | |
| 10:22 | Small (related) fix to handling of TCL_MODULE_PATH: It's a Tcl list too, so it could contain '{'/'}' check-in: cc89d3374b user: jan.nijtmans tags: bug-1b8a893ded | |
| 09:40 | Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced. check-in: 4427b7e168 user: jan.nijtmans tags: bug-1b8a893ded | |
|
2024-03-03
| ||
| 21:30 | Fix [d63061a1ac]: PRIVATE != CONTROL in Unicode check-in: 0480bdc823 user: jan.nijtmans tags: core-8-6-branch | |
| 14:41 | Remove private characters from regexp control table, but add them back in [:cntrl:] class (so no cha... check-in: 80462c8ac9 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-28
| ||
| 21:05 | merge release check-in: cd74d968a4 user: dgp tags: core-8-6-branch | |
|
2024-02-27
| ||
| 20:23 | Bug [f91ab723f3] : remove Windows 16 bit dead code check-in: ce2bd7a315 user: oehhar tags: core-8-6-branch | |
|
2024-02-26
| ||
| 13:56 | Bug [f91ab723]: MS-WIN: remove dead code as TclWinGetPlatformId() constantly returns "VER_PLATFORM_W... Closed-Leaf check-in: 69a34921d1 user: oehhar tags: bug-f91ab723-dead-code-removal | |
| 13:34 | bug [f91ab723f3]: possible solution to remove cmd.exe handling. Leaf check-in: bdca8a3971 user: oehhar tags: bug-f91ab723f3-no-cmd | |
| 13:29 | Bug: [f91ab723f3]: possible solution to add quoting "" for cmd.exe /c argument Leaf check-in: 0530fbcf2d user: oehhar tags: bug-f91ab723f3-quoting | |
| 13:04 | More tweaks check-in: d48abcace3 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 10:59 | Rebase to latest sebres-8-6-clock-speedup-cr2 Leaf check-in: 2021143e85 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 10:56 | Rebase to latest core-8-6-branch check-in: 17de5e48b6 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
|
2024-02-25
| ||
| 15:35 | The [https://en.wikipedia.org/wiki/KOI8-U|wiki] clearly states that the mapping for 0xB4 was a type,... Closed-Leaf check-in: 0034d90630 user: jan.nijtmans tags: bug-f23022e07a | |
|
2024-02-21
| ||
| 15:49 | A few more changes. Closed-Leaf check-in: ae82d58ef0 user: dgp tags: rc1, core-8-6-14-rc, core-8-6-14 | |
|
2024-02-20
| ||
| 17:53 | merge 8.6 check-in: 7870bc1473 user: dgp tags: core-8-6-14-rc | |
|
2024-02-19
| ||
| 16:27 | TCL_INTEGER_SPACE + 4 could be too small for a channelName on win32. Backported from 9.0: Derpfix... check-in: 1a335aed10 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-16
| ||
| 12:41 | Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes check-in: 376f147892 user: jan.nijtmans tags: core-8-6-branch | |
| 12:23 | Fix [aa6624c629]: tclExecute.c: Avoid false-positive warning check-in: 87d01188e3 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-14
| ||
| 19:17 | changes file refinements check-in: 4750bf1cec user: dgp tags: core-8-6-14-rc | |
| 19:11 | merge 8.6 check-in: ac74f10619 user: dgp tags: core-8-6-14-rc | |
| 19:10 | There are changes to package tcltest since release of Tcl 9.0b1. Bump to tcltest 2.5.7 check-in: 5c72e81a4c user: dgp tags: core-8-6-branch | |
| 18:55 | merge 8.6 check-in: 36cde7ef84 user: dgp tags: core-8-6-14-rc | |
| 18:54 | There have been changes to the package opt. Bump to opt 0.4.9 check-in: e6f1f66334 user: dgp tags: core-8-6-branch | |
| 16:05 | offsetof -> TclOffset check-in: b554b84d1a user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-09
| ||
| 14:20 | merge 8.6 check-in: ac4e370218 user: dgp tags: core-8-6-14-rc | |
|
2024-02-08
| ||
| 16:11 | Fix gcc 13.2.1 (Fedora 39.1) warning: Writing of 1 byte into a region of size 0 [-Wstringop-overflow... check-in: abece1f21f user: jan.nijtmans tags: core-8-6-branch | |
| 12:15 | Backport Tcl_ObjPrintf "ll" (and "I32/64") from Tcl 8.7 (again) Closed-Leaf check-in: 139b450167 user: jan.nijtmans tags: rfe-2089279 | |
| 08:45 | ups, accidentally re-introduced an already fixed formatting error - corrected again now check-in: e22fa08272 user: Torsten tags: core-8-6-branch | |
| 08:34 | (cherry-pick) Fixed wrongly placed punctuation in .QW macro of clock.n manual page check-in: 767777d044 user: Torsten tags: core-8-6-branch | |
|
2024-02-07
| ||
| 17:57 | 8.6 changes file finished from my side check-in: 45c1474547 user: oehhar tags: core-8-6-branch | |
| 17:51 | merge 8.6 check-in: 7b0150e4bf user: dgp tags: rc0, core-8-6-14-rc | |
| 16:51 | Update tests to accept new [history] implementation. check-in: 0626cd6ddf user: dgp tags: core-8-6-branch | |
| 13:03 | Fix [8e666d7c95]: Redefining proc ::history locks the interpreter into a tight loop check-in: 3fe9d2e419 user: jan.nijtmans tags: core-8-6-branch | |
| 07:06 | Continue with changes file check-in: b383fcfeed user: oehhar tags: core-8-6-branch | |
|
2024-02-06
| ||
| 16:39 | Changes file by Brian, slightly edited. check-in: 4436519cc6 user: oehhar tags: core-8-6-branch | |
| 14:58 | Fix [86b3c15f0c]: ::unknown has infinite recursion in a corner case check-in: 524d68410a user: jan.nijtmans tags: core-8-6-branch | |
| 14:57 | \032 -> \x1A, since hex reads better than octal check-in: 3159cb3d34 user: jan.nijtmans tags: core-8-6-branch | |
| 14:49 | \032 -> \x1A, since hex reads better than octal Closed-Leaf check-in: 96ef2e8079 user: jan.nijtmans tags: bug-86b3c15f0c | |
| 14:42 | Slightly simpler check-in: 107361643b user: jan.nijtmans tags: bug-86b3c15f0c | |
| 14:16 | Proposed fix for [86b3c15f0c]: ::unknown has infinite recursion in a corner case check-in: 13fc1a9f95 user: jan.nijtmans tags: bug-86b3c15f0c | |
| 13:32 | Proposed fix for [8e666d7c95]: Redefining proc ::history locks the interpreter into a tight loop Closed-Leaf check-in: 02f90739a1 user: jan.nijtmans tags: bug-8e666d7c95 | |
|
2024-02-05
| ||
| 18:02 | Fix indenting check-in: 64110c20ee user: jan.nijtmans tags: core-8-6-branch | |
| 15:26 | Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies. Not only the documentation, also the behavior... check-in: 0e4c7187e7 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-04
| ||
| 01:42 | Update to tzdata 2024a check-in: 90e8a07b90 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-01
| ||
| 09:08 | Update Tcl_ObjPrintf() documentation. Make it more clear that C11 format specifiers are not supporte... check-in: 1c44f01fb6 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-31
| ||
| 16:29 | Backport Tcl_ObjPrintf "ll" (and "I32/64") from Tcl 8.7 check-in: c6795d89c8 user: jan.nijtmans tags: rfe-2089279 | |
|
2024-01-29
| ||
| 14:10 | closes [db4f2843cd]: fixes segfault by BO in ReadChars (and Tcl_ReadChars with append) check-in: 399b55fa05 user: sebres tags: core-8-6-branch | |
| 13:55 | closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with append) caused by wrong buf... Closed-Leaf check-in: 37e659d589 user: sebres tags: fix-db4f2843cd | |
| 11:06 | don't flush to use full buffer (otherwise the chunks were 4K anyway) check-in: 2dce470bdf user: sebres tags: fix-db4f2843cd | |
| 09:17 | Update to zlib-1.3.1 check-in: 5cc374ab9c user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-27
| ||
| 11:51 | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" check-in: 8f65470f72 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-26
| ||
| 22:18 | added channel regression tests (for read command) to illustrate bugs [db4f2843cd], [da16d15574] check-in: 492aaec521 user: sebres tags: fix-db4f2843cd | |
| 13:40 | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" Closed-Leaf check-in: af214ab63b user: jan.nijtmans tags: bug-16e25e1402 | |
| 13:37 | Add testcases for library/word.tcl check-in: 33067443e8 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-24
| ||
| 19:40 | merge 8.6 check-in: 1904ee1442 user: dgp tags: core-8-6-14-rc | |
|
2024-01-23
| ||
| 08:35 | Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is an internal feature check-in: 9ed281453b user: oehhar tags: core-8-6-branch | |
|
2024-01-22
| ||
| 22:30 | Possible workaround for [db4f2843cd]. Would this help? Closed-Leaf check-in: 100933523c user: jan.nijtmans tags: bug-db4f2843cd | |
| 15:07 | [db4f2843cd],[da16d15574]: revert Tcl_ReadChars fix, due to performance impact. check-in: 7a188dd1c9 user: oehhar tags: core-8-6-branch | |
| 14:26 | Doc of Tcl_AppendToObj: Document NULL data argument behaviour and buffer growth optimization. check-in: 693e853bc6 user: oehhar tags: core-8-6-branch | |
|
2024-01-21
| ||
| 16:26 | Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's for TCL_UTF_MAX>3, which... check-in: 8e673f54d3 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-17
| ||
| 16:31 | TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated too check-in: fa0935cd8b user: jan.nijtmans tags: core-8-6-14-rc | |
|
2024-01-16
| ||
| 01:05 | Bump to 8.6.14 for release check-in: 814b28c5aa user: griffin tags: core-8-6-14-rc | |
|
2024-01-15
| ||
| 19:22 | Fix non-existing function names in test titles check-in: 4d3ac2c87e user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-13
| ||
| 22:24 | Fix wrongly-placed braces (noted by AKU, thanks!). Also '==' -> 'eq' in expression. check-in: 8a48d91eb8 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-12
| ||
| 11:31 | Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding that Tcl_UtfNcmp() expec... check-in: da7865389c user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-11
| ||
| 09:33 | Ticket [fd27add6]: doc change of Tcl_PkgRequire & friends: version string specification refers to "p... check-in: d55e661b7f user: oehhar tags: core-8-6-branch | |
|
2024-01-09
| ||
| 12:02 | Optimize use of $fullutf variable check-in: ceaac40e80 user: jan.nijtmans tags: core-8-6-branch | |
| 10:32 | Backport tcltest 2.5.6 from Tcl9.0b1 check-in: f928d9d95a user: jan.nijtmans tags: core-8-6-branch | |
| 09:11 | Use "info exists" to test for Tk presence check-in: be707b4072 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-08
| ||
| 13:16 | (cygwin-only): Add (void *) typecast, preventing coompiler warnings in some situations check-in: d7eec46e0c user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-06
| ||
| 17:09 | Correction in documentation embedded in rules.vc check-in: 970a486210 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-05
| ||
| 22:50 | Handle README -> README.md change in tcltk-man2html.tcl check-in: 22756a5ee2 user: jan.nijtmans tags: core-8-6-branch | |
| 13:49 | Only run "loaddll" testcases in non-static builds check-in: 4cfe254766 user: jan.nijtmans tags: core-8-6-branch | |
| 09:46 | Tcl_UtfNCmp -> Tcl_UtfNcmp check-in: 478c6f5425 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-04
| ||
| 17:35 | Add a lot of timeouts to GITHUB builds. Backported from 8.7 check-in: 783c7fa9cd user: jan.nijtmans tags: core-8-6-branch | |
| 16:06 | Fix [https://core.tcl-lang.org/tk/info/1ca3c8d9da|1ca3c8d9da]: nmake build with OPTS=static check-in: 77a9677242 user: jan.nijtmans tags: core-8-6-branch | |
| 15:38 | There's no need to give tcltest.exe it's own maniifest. Give tcltest.exe a version-number (as tclsh) check-in: 560897f1c5 user: jan.nijtmans tags: core-8-6-branch | |
| 12:42 | Make _VC_MANIFEST_EMBED_EXE function work for tclsh.exe/tcltest.exe check-in: 38b96d3e88 user: jan.nijtmans tags: core-8-6-branch | |
| 12:22 | Add generation of tcltest.res for tcltest.exe, which should function the same as tclsh.exe check-in: 5ac8cdeea9 user: jan.nijtmans tags: core-8-6-branch | |
| 11:47 | Sync *.yml changes with Tk. Add OPTS=static,staticpkg Windows build check-in: a2d5d468aa user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-30
| ||
| 23:59 | (cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary. Close... check-in: 81c13398d0 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-29
| ||
| 16:26 | Fix incorrect TclUtfNcasecmp() usage (since len is in bytes, not characters here) check-in: 476d684fc2 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-27
| ||
| 23:10 | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect type check-in: b88c726919 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-24
| ||
| 12:41 | update to TZDATA 2023d check-in: e8af1c190d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-18
| ||
| 14:34 | Restore [removeFile script]. It is needed in this branch. check-in: 45315c930a user: dgp tags: core-8-6-branch | |
|
2023-12-15
| ||
| 22:05 | (cherry-pick) test suite debugging check-in: fd0286b7b4 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-09
| ||
| 17:53 | Try "sudo apt-get update" first check-in: 7e8eafb783 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-08
| ||
| 15:20 | Use "(char *)NULL" as sentinel in documentation. See: [26870862f0] check-in: 4e8d7db3a5 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-12-06
| ||
| 17:17 | closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with append) check-in: c5a68de09a user: sebres tags: core-8-6-branch | |
|
2023-12-05
| ||
| 22:42 | closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with append) caused by wrong buf... Closed-Leaf check-in: cc90065303 user: sebres tags: fix-db4f2843cd | |
|
2023-11-30
| ||
| 19:23 | MS-Win: document the exec %var% re-allowance. Ticket [fb2fa9b3f6] check-in: 7ffab2f5dd user: oehhar tags: core-8-6-branch | |
| 18:57 | Tickets [fb2fa9b3f6] [21b0629c81]: ms-win: revert security patch to quote each %-character seperatel... check-in: ee7ec33deb user: oehhar tags: core-8-6-branch | |
| 18:15 | Merge core-8-6-branch Closed-Leaf check-in: 79dc0b3ada user: oehhar tags: fix-fb2fa9b3f6--percent-subst-regr | |
| 18:12 | Remove comment sign from winPipe slowtest. I suppose, this is not intentionaly. check-in: b876426a3c user: oehhar tags: fix-fb2fa9b3f6--percent-subst-regr | |
|
2023-11-27
| ||
| 12:01 | (cherry-pick) Corrected synopsis of namespace manual page where the subcommand was wrongly declared ... check-in: e75a7804a1 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-11-23
| ||
| 15:07 | Fix [e653408972]: autoconf warning check-in: 8d9c77c942 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-11-20
| ||
| 21:09 | Missing "static" keywords in various places. check-in: 74304c2823 user: jan.nijtmans tags: core-8-6-branch | |
| 20:45 | Fix [32b88975f7]: clock format returns spurious errors check-in: af4b808872 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-11-17
| ||
| 22:43 | [f8c52a8c53]: CI: Add 32-bit Linux job check-in: 7c06263f90 user: jan.nijtmans tags: core-8-6-branch | |
| 15:35 | Cherry-pick [90e09ca320]: silence compiler warning check-in: da123d093e user: jan.nijtmans tags: core-8-6-branch | |
|
2023-11-10
| ||
| 14:22 | Fix [54a305cb88] (second part) by hand-editing tclDate.c. check-in: fb67972905 user: jan.nijtmans tags: core-8-6-branch | |
| 13:55 | Fix typo's in tclGetDate.y check-in: 0959677e84 user: jan.nijtmans tags: core-8-6-branch | |
| 10:56 | exec.n documentation: add chapter about MS-Windows quoting. check-in: 71dd06e857 user: oehhar tags: core-8-6-branch | |
| 10:54 | Exec wordsmithing. Thanks, Sergey! Closed-Leaf check-in: 162528d753 user: oehhar tags: bug-21b0629c-documentation | |
|
2023-11-09
| ||
| 21:54 | (partial) fix [54a305cb88]: warning: variable set but not used [-Wunused-but-set-variable] check-in: 71de98ad05 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-11-06
| ||
| 16:45 | Remove the quoting example by ". It is more complicated than that, so be quiet. check-in: cdf2eb164b user: oehhar tags: bug-21b0629c-documentation | |
| 16:36 | Exec documentation: refine Windows quoting section (thanks, Sergey !) check-in: 1e6c988387 user: oehhar tags: bug-21b0629c-documentation | |
|
2023-11-03
| ||
| 13:23 | test constraint housekeeping check-in: 2c43476f8f user: dgp tags: core-8-6-branch | |
| 11:25 | Ticket [21b0629c] introduced additional exec quoting for Windows, but did not document it. Here is a... check-in: 7af4466e66 user: oehhar tags: bug-21b0629c-documentation | |
|
2023-10-29
| ||
| 21:45 | Fix [0219fb7511]: tclIO.c: avoid -Wstrict-prototypes warning. Some code cleanup check-in: c82b6d45b2 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-27
| ||
| 10:46 | fixes percent-subst regression [fb2fa9b3f6] introduced by fixing of vulnerability [21b0629c81]; warn... check-in: ea3b6d6792 user: sebres tags: fix-fb2fa9b3f6--percent-subst-regr | |
| 10:26 | better readability for winPipe.test (naming flags), no functional changes check-in: aa0a51be49 user: sebres tags: fix-fb2fa9b3f6--percent-subst-regr | |
|
2023-10-25
| ||
| 19:18 | Obsolete tests unixInit-2.* testing older versions of the internal routine TclpInitLibraryPath() hav... check-in: 7ed548b6b5 user: dgp tags: core-8-6-branch | |
|
2023-10-20
| ||
| 09:35 | (cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-c... check-in: 584bb57e0b user: jan.nijtmans tags: core-8-6-branch | |
| 08:24 | Fix [9d216917e]: nmakehlp.c: remove unused include math.h check-in: 24ce937f08 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-16
| ||
| 20:52 | Missing cleanups that can cause conflicts in "-singleproc 1" testing. check-in: ce473bc990 user: dgp tags: core-8-6-branch | |
|
2023-10-15
| ||
| 11:51 | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage check-in: 1317d7d04f user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-14
| ||
| 21:25 | Missing !endif (in previous commit) check-in: 998a0743c7 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-13
| ||
| 14:59 | Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 features check-in: 398fef5a11 user: jan.nijtmans tags: core-8-6-branch | |
| 14:33 | Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of incorrect type check-in: e75f319dc8 user: jan.nijtmans tags: core-8-6-branch | |
| 13:50 | Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libtcl8.6.a(tclAll... check-in: 9cc0a7ac08 user: jan.nijtmans tags: core-8-6-branch | |
| 13:27 | Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect type. Modi... Closed-Leaf check-in: 6d9d5ac6a7 user: jan.nijtmans tags: bug-abd489a1c | |
|
2023-10-12
| ||
| 15:11 | Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declared/defined as Tcl_FilePr... check-in: 428afeec4b user: jan.nijtmans tags: core-8-6-branch | |
| 14:46 | Those type-casts don't work well in C++ check-in: a41476e726 user: jan.nijtmans tags: core-8-6-branch | |
| 14:38 | Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary cast check-in: 65eda1fd06 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-11
| ||
| 09:45 | Fix [8ab8a138c9]: Functions passed to Tcl_EventuallyFree() must be declared/defined as Tcl_FreeProc check-in: df7a3fd9e1 user: jan.nijtmans tags: core-8-6-branch | |
| 09:15 | Remove typecasts, just define directly as Tcl_FreeProc Closed-Leaf check-in: 499d8d1a1f user: jan.nijtmans tags: bug-8ab8a138c9 | |
|
2023-10-10
| ||
| 11:49 | Handle Tcl_SetResult() the same way as Tcl_EventuallyFree check-in: a439e6daa1 user: jan.nijtmans tags: bug-8ab8a138c9 | |
| 11:37 | Follow-up for extensions: This way, usage of Tcl_EventuallyFree() won't give warnings any more. Only... check-in: f9b3f188b6 user: jan.nijtmans tags: bug-8ab8a138c9 | |
| 11:35 | Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to Tcl_EventuallyFree(). ... check-in: 281df17f0d user: jan.nijtmans tags: bug-8ab8a138c9 | |
|
2023-10-09
| ||
| 20:39 | Fix [db537f8809]: tclInt.h: TclNsDecrRefCount() declaration duplicated check-in: a9901163d3 user: jan.nijtmans tags: core-8-6-branch | |
| 20:37 | Fix [d0d0749467]: TclFSUnloadTempFile() is unused check-in: 5b982ced31 user: jan.nijtmans tags: core-8-6-branch | |
| 18:24 | Update rules.vc check-in: 2e4b25b4e1 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-05
| ||
| 10:00 | Fix mingw build (broke by prev. commit) check-in: 442772a759 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-04
| ||
| 14:45 | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE tests, coroutines check-in: 910b623484 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-10-01
| ||
| 19:24 | Fix [7b31677235]: tclOO.c: initialize fakeObject.refCount check-in: 876fb786a3 user: jan.nijtmans tags: core-8-6-branch | |
| 19:06 | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE tests, coroutines. (patch b... Closed-Leaf check-in: 170afda2c2 user: jan.nijtmans tags: bug-7371b6270b | |
|
2023-09-28
| ||
| 07:25 | TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from documentation check-in: 76f43ed346 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-27
| ||
| 09:17 | Eliminate use of old deprecated trace subcommands from testcases check-in: 7e7cb656d0 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-22
| ||
| 13:56 | Bug [0aaeb9c380]. Fix spurious tcltest output on hyphenated constraints check-in: 98f03d1dc3 user: apnadkarni tags: core-8-6-branch | |
|
2023-09-21
| ||
| 12:19 | Fix [dd54ac5323]: fileSystem.test: Set moreThanOneDrive constraint correctly check-in: 4bac62f615 user: jan.nijtmans tags: core-8-6-branch | |
| 11:10 | Fix testcase for [00655c867e] (making it independent from timezone) check-in: 6f0d308463 user: jan.nijtmans tags: core-8-6-branch | |
| 11:06 | Fix [47902ec47a]: ThreadSafeLocalTime(): remove redundant localtime() call check-in: 31248a111c user: jan.nijtmans tags: core-8-6-branch | |
| 11:04 | Fix [e368ba6683]: ThreadSafeLocalTime(): check if localtime_r() encountered error check-in: c94812e9a9 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-16
| ||
| 17:22 | cleanup format.test check-in: 2b4811c7a6 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-15
| ||
| 06:13 | [3d3124d01d]: Assure we detect any -ftrapv failures in GitHub actions check-in: fbfde51043 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-14
| ||
| 21:17 | Fix [00655c867e]: ClockGetdatefieldsObjCmd(): avoid signed integer overflow and platform-dependent b... check-in: ee677ecc84 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-13
| ||
| 15:19 | More type-casts (c++-compatibility) check-in: 42c4e352ff user: jan.nijtmans tags: core-8-6-branch | |
| 12:38 | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not recognized by file exists ... check-in: 87eae2f450 user: jan.nijtmans tags: core-8-6-branch | |
| 12:35 | Fix [a1f11d96b8]: VC6 compilation error of core-8-6-branch: error C2065: 'int16_t' : undeclared iden... check-in: 16bd24dc0d user: jan.nijtmans tags: core-8-6-branch | |
| 12:27 | More CompileProc/Tcl_ObjCmdProc usage check-in: 7a3774e27e user: jan.nijtmans tags: core-8-6-branch | |
| 12:24 | Remove unneeded internal stub-entries (now that TIP #666 is accepted) check-in: e30a536a43 user: jan.nijtmans tags: core-8-6-branch | |
| 11:00 | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not recognized by file exists ... Closed-Leaf check-in: e22d09505b user: jan.nijtmans tags: bug-43b0656605 | |
|
2023-09-12
| ||
| 17:16 | Internal routine TclpMatchFiles() was superseded when virtual filesystems were introduced in Tcl 8.4... check-in: 0ab69f4327 user: dgp tags: core-8-6-branch | |
| 15:48 | The original implementation of NRE in 2008 included an internal routine TclNREvalCmd(). It was elim... check-in: 6d96935c36 user: dgp tags: core-8-6-branch | |
| 13:35 | Rebase bug-fix for [554117edde] to latest 8.6. For evaluation Leaf check-in: 45213b1bc0 user: jan.nijtmans tags: bug-554117edde | |
| 06:58 | No longer support "OPTS=utf16" in makefile.vc/rules.vc check-in: 7d2f82689d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-08
| ||
| 14:21 | Unicode 15.1 (final) check-in: 934bc954ef user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-06
| ||
| 09:31 | Fix [d3465c9188]: Update install-sh to version "2020-11-14.01". This time without tweak check-in: c01ccc71e3 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-09-05
| ||
| 15:52 | [d3465c9188] restore install-sh to unmodified official version Closed-Leaf check-in: 940ea7c041 user: jan.nijtmans tags: bug-d3465c9188 | |
| 13:37 | Fix [d3465c9188]: Update install-sh to version "2020-11-14.01; # UTC" tweak: our own -S modification... check-in: 8d4bd8f169 user: jan.nijtmans tags: core-8-6-branch | |
| 08:30 | Fix [https://core.tcl-lang.org/tclvfs/tktview/60cacfbcb9|60cacfbcb9]: Segmentation Fault at interpre... check-in: 228763231b user: jan.nijtmans tags: core-8-6-branch | |
| 06:10 | Fix [b5ac3e3786] - Tcl_GetUniChar oob read check-in: f4605a9044 user: apnadkarni tags: core-8-6-branch | |
| 05:48 | Fix [b5ac3e3786] - Tcl_GetUniChar oob read Closed-Leaf check-in: fc13863a82 user: apnadkarni tags: bug-b5ac3e3786 | |
| 05:44 | Tcl_GetUniChar out of bounds read - tests check-in: 15ca50d25f user: apnadkarni tags: bug-b5ac3e3786 | |
|
2023-09-04
| ||
| 20:25 | Update libtommath to version 1.2.1 check-in: e30d7a293d user: jan.nijtmans tags: core-8-6-branch | |
| 19:58 | actions/checkout @v3 -> @v4 check-in: a4e25479c0 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-08-30
| ||
| 09:57 | Convert compat/zlib/contrib/dotzlib/DotZLib/*.cs to proper UTF-8 check-in: ec6b08949e user: jan.nijtmans tags: core-8-6-branch | |
|
2023-08-29
| ||
| 12:38 | Update zlib to version 1.3 check-in: e204754cc2 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-08-28
| ||
| 14:28 | Upgrade to zlib-1.3.0 Closed-Leaf check-in: 0a05b7240a user: jan.nijtmans tags: zlib-1.3.0 | |
|
2023-08-25
| ||
| 17:22 | Make "shift" an "int" variable; since it's range is 0 < shift < INT_MAX check-in: 836dce6b0d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-08-23
| ||
| 16:13 | Fix [84a5355235] (not visible in 8.6, but meant to be forwared to 8.7) check-in: b3e43fc764 user: jan.nijtmans tags: core-8-6-branch | |
| 15:31 | Backport [bae0d30c7f5047a4]. Don't suggest that TCL_UTF_MAX=1 might work any more. See: [457523] check-in: 41f9d5a0f0 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-08-03
| ||
| 10:59 | Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - has always been just empt... check-in: 5bf817797a user: jan.nijtmans tags: core-8-6-branch | |
| 10:15 | DOn't use --out-implib on Cygwin any more, no longer needed check-in: 22e58cf996 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-08-02
| ||
| 19:13 | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling containing spaces check-in: 56fc4852f7 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-08-01
| ||
| 15:27 | Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows) check-in: ad91302b1e user: jan.nijtmans tags: core-8-6-branch | |
| 06:46 | Prevent Tcl 8.6 header-file to be usable for Tcl 9 compiles. (see [6f22c7a1fc]) check-in: 3317aec2c5 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-07-31
| ||
| 07:55 | TIP #662: Un-deprecate Tcl_VarEval Closed-Leaf check-in: 4a69c391a0 user: jan.nijtmans tags: tip-662 | |
|
2023-07-26
| ||
| 15:15 | Simplify tenviron2utfdstr(), since 2nd argument is always -1. check-in: fe5c721448 user: jan.nijtmans tags: core-8-6-branch | |
| 07:15 | Fix [c54e4a1aeb] (again): High Tcl latencies with fork() in larger systems. vfork() is now prefered... check-in: 42d3f0cdb9 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-07-25
| ||
| 15:57 | Close fork. Prefer vfork over posix_spawnp Closed-Leaf check-in: a961144430 user: jan.nijtmans tags: bug-c54e4a1aeb | |
| 15:07 | Regenerated configure file check-in: 642383fd98 user: neumann tags: bug-c54e4a1aeb | |
| 10:35 | Add (back) check for vfork() check-in: fd81b7b7cf user: jan.nijtmans tags: bug-c54e4a1aeb | |
| 09:01 | Prefer vfork() over posix_spawnp() In essence, older versions of the posix_spawn(p) implementation ... check-in: 34b7d9b576 user: neumann tags: bug-c54e4a1aeb | |
| 07:54 | Make use_spawn static check-in: 9f8046157c user: jan.nijtmans tags: bug-c54e4a1aeb | |
| 07:44 | Re-generate configure and tclConfig.h.in check-in: d804d760b4 user: jan.nijtmans tags: bug-c54e4a1aeb | |
| 07:36 | attempt to fix posix_spawn on linux check-in: 9f6d8d211e user: jan.nijtmans tags: bug-c54e4a1aeb | |
|
2023-07-24
| ||
| 15:18 | merge-mark check-in: f756860241 user: jan.nijtmans tags: bug-c54e4a1aeb | |
| 15:12 | For now, disable posix_spawnp, until we have a better solution for [407b70361c148773] check-in: 0343f0babb user: jan.nijtmans tags: core-8-6-branch | |
| 10:34 | Keeping open [c54e4a1aeb]: Can the exec-17.1 test-failure on MaxOS be fixed? check-in: 98f43375cf user: jan.nijtmans tags: bug-c54e4a1aeb | |
| 10:19 | Fix [c54e4a1aeb]: High Tcl latencies with fork() in larger systems check-in: b5b3c28401 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-07-07
| ||
| 13:30 | - reduced error of posix_spawnp() cases for macOS to 1 (exec-17.1). The problem seems related to a... Closed-Leaf check-in: 19bd698dcd user: neumann tags: ticket-c54e4a1aeb-use_vfork | |
|
2023-07-05
| ||
| 14:55 | Backport [66ffafd309]: Truncated encoding for DBCS results in infinite loop and running out of memor... check-in: 759e76383f user: jan.nijtmans tags: core-8-6-branch | |
|
2023-07-03
| ||
| 15:29 | Remove useless section in tclUnixPort.h check-in: 60d70455ff user: jan.nijtmans tags: ticket-c54e4a1aeb-use_vfork | |
| 15:07 | Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate unix/configure with (mod... check-in: 08e59901a1 user: jan.nijtmans tags: ticket-c54e4a1aeb-use_vfork | |
|
2023-07-02
| ||
| 11:53 | No need for function prototypes in unix/dltest/*.c check-in: 08a01a0075 user: jan.nijtmans tags: core-8-6-branch | |
| 09:25 | Unbreak the 8.6 build. check-in: 9db73ad251 user: fvogel tags: core-8-6-branch | |
| 08:20 | We definitely need to build core-8-6-branch of Tcl IMHO. check-in: b9d7e5bcee user: fvogel tags: core-8-6-branch | |
|
2023-06-30
| ||
| 13:10 | Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Makefile check-in: a97f2c0c50 user: jan.nijtmans tags: core-8-6-branch | |
| 13:08 | Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible typecasts. check-in: 46c73262a1 user: jan.nijtmans tags: core-8-6-branch | |
| 09:56 | Updated configure script to ease testing with this branch check-in: db39c01fb4 user: neumann tags: ticket-c54e4a1aeb-use_vfork | |
| 09:49 | Removed automated setting of USE_VFORK for macOS The automatic setting of USE_VFORK in unix/configu... check-in: c72559e8b2 user: neumann tags: ticket-c54e4a1aeb-use_vfork | |
| 09:12 | Added auto-configuration of posix_spawnp() Removed the manual setting of USE_POSIX_SPAWN and replac... check-in: 9ed0f4a330 user: neumann tags: ticket-c54e4a1aeb-use_vfork | |
|
2023-06-22
| ||
| 13:39 | Since Tcl 8.6 doesn't know about Tcl_Size, don't use it, not even in test comments check-in: 0df2568c99 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-06-19
| ||
| 12:49 | Fix hardcoded port numbers causing Windows failures with hyperv. Disable file perm test for WSL. check-in: 903c407a86 user: apnadkarni tags: core-8-6-branch | |
|
2023-06-15
| ||
| 16:56 | Made variant using USE_POSIX_SPAWN error message compatible This change makes Tcl compiled with US... check-in: 52e6e2e911 user: neumann tags: ticket-c54e4a1aeb-use_vfork | |
|
2023-06-08
| ||
| 12:01 | ticket [c54e4a1aeb] patch: Use vfork instead fork. check-in: 98e93f779e user: oehhar tags: ticket-c54e4a1aeb-use_vfork | |
| 11:59 | (cherry-pick): Added note about how some commands are mainly for Tk check-in: 138833e88a user: jan.nijtmans tags: core-8-6-branch | |
|
2023-06-04
| ||
| 22:54 | Fixed a new test added by [72f78b60851]. The test as it was repeated just the previous one. Now it s... check-in: aaecc4619d user: pointsman tags: core-8-6-branch | |
|
2023-06-03
| ||
| 19:51 | Fix [af3ebc5fafe0097c]: clock scan and clock add bugs in error cases / with abbreviated options check-in: 72f78b6085 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-05-22
| ||
| 12:17 | Proposed fix for [af3ebc5fafe0]. Closed-Leaf check-in: 827cc031bc user: pointsman tags: bug-af3ebc5fafe0 | |
|
2023-05-16
| ||
| 16:30 | Some more nmakehlp.c tweaks check-in: dba07ed3df user: jan.nijtmans tags: core-8-6-branch | |
| 10:19 | Only use _snprintf on older MSVC compilers. ZeroMemory -> memset check-in: 586f490293 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-05-15
| ||
| 11:43 | One more ckalloc -> attemptckalloc (in compat/waitpid.c), since we can handle the error. check-in: a1180b66ab user: jan.nijtmans tags: core-8-6-branch | |
| 11:15 | ckalloc -> attemptckalloc (since return-value is checked). Fix bug in unix/dltest/pkgooa.c, where la... check-in: e9e7a02d0d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-05-10
| ||
| 12:09 | Backport: docs: function does not "return an error", it returns TCL_ERROR, indicating an error occur... check-in: ff79ba4e8f user: jan.nijtmans tags: core-8-6-branch | |
|
2023-05-07
| ||
| 20:06 | New testcase, contributed by @chrstphrchvz. Many thanks! See [3837178c25] check-in: 3de6304e70 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-05-05
| ||
| 21:07 | Update .github files check-in: fe032d86fb user: jan.nijtmans tags: core-8-6-branch | |
|
2023-05-04
| ||
| 18:21 | Remove mention of Tcl_GlobalEval() from comment. check-in: 7e8c6826ae user: dgp tags: core-8-6-branch | |
|
2023-05-02
| ||
| 16:33 | Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patch check-in: e8c53546b7 user: apnadkarni tags: core-8-6-branch | |
| 16:08 | Fix [784befb0ba] - tailcall crash check-in: 0f71a78602 user: apnadkarni tags: core-8-6-branch | |
|
2023-04-26
| ||
| 06:40 | Don't refer to CVS any more check-in: 31ec176f0c user: jan.nijtmans tags: core-8-6-branch | |
|
2023-04-15
| ||
| 19:09 | Add one more unused stub entry check-in: b249a5e03f user: jan.nijtmans tags: core-8-6-branch | |
| 19:02 | Backout fix for [718de2132f487cf2]: It breaks on MacOS and other systems which don't support the --s... check-in: 82baf7827f user: jan.nijtmans tags: core-8-6-branch | |
|
2023-04-14
| ||
| 11:40 | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library". check-in: ecb8e87a60 user: pooryorick tags: core-8-6-branch | |
|
2023-04-13
| ||
| 16:55 | re-generate unix/configure check-in: c135f11969 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-04-12
| ||
| 12:48 | 2 more spelling fixes, but undo fixes in compat/zlib: Please report them upstream, otherwise they wi... check-in: 9244b0b09d user: jan.nijtmans tags: core-8-6-branch | |
| 09:35 | Correct spelling errors in comments and documentation, but also non-comment corrections in history.... check-in: ee3df4e647 user: pooryorick tags: core-8-6-branch | |
|
2023-03-31
| ||
| 07:57 | Update to tzdata 2023c (which is identical to 2023a, due to the summertime situation in Libanon) check-in: 8823d963d4 user: jan.nijtmans tags: core-8-6-branch | |
| 07:49 | Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now. check-in: 270f270d44 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-30
| ||
| 21:20 | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf() check-in: 5ee652454c user: jan.nijtmans tags: core-8-6-branch | |
| 15:19 | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on other platforms either... Closed-Leaf check-in: ec56f33813 user: jan.nijtmans tags: bug-0cb3554903 | |
| 08:46 | Allow empty mode list in [chan create], so that refchans are able to mimic the behavior of channels ... check-in: 5971dd73cf user: max tags: core-8-6-branch | |
|
2023-03-28
| ||
| 04:47 | Fix irritating gcc warning for minizip check-in: 95b26a1db9 user: apnadkarni tags: core-8-6-branch | |
|
2023-03-27
| ||
| 20:56 | Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERESTART, ENOSHARE, ENOMEDI... check-in: b23096d3a8 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-26
| ||
| 17:13 | Update to tzdata 2023b check-in: 1d9e27b01d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-24
| ||
| 20:19 | Fix [15e74a2fe6]: Fix various typos check-in: c44138ed03 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-23
| ||
| 15:48 | Resolve C warnings on 32-bit platforms. More code cleanup. check-in: cee31a238b user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-22
| ||
| 17:50 | Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8 check-in: 2ffcb8bcf4 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-17
| ||
| 20:04 | arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan Sobernig) check-in: da4c453c64 user: jan.nijtmans tags: core-8-6-branch | |
| 14:22 | Clean up after events to avoid errors in later tests that use an event loop. check-in: 58622d367a user: dgp tags: core-8-6-branch | |
| 12:35 | unbreak the build check-in: 0edd16fae8 user: dgp tags: core-8-6-branch | |
| 08:24 | Don't return from a void function check-in: dc25d330c9 user: jan.nijtmans tags: core-8-6-branch | |
| 07:57 | Don't introduce size_t in a header-file which didn't use it before. Make more clear that those are u... check-in: 7d2e63372c user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-16
| ||
| 15:12 | Add some undocumented stub functions. Those can prevent a crash like [http://paste.tclers.tk/5763|th... check-in: 1e8bccbb5e user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-15
| ||
| 16:21 | Remove _LARGEFILE_SOURCE64 usage. See [d690400d07] check-in: e5ba10678f user: jan.nijtmans tags: core-8-6-branch | |
| 12:53 | Misspelled constraint created testing noise. check-in: f45aa5083a user: dgp tags: core-8-6-branch | |
|
2023-03-14
| ||
| 20:30 | Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... check-in: a719a1392c user: pooryorick tags: core-8-6-branch | |
| 20:27 | Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... Closed-Leaf check-in: 8aee50448c user: pooryorick tags: bug-ea69b0258a9833cb6 | |
| 10:05 | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it fails with TCL_UTF_MAX>3.... check-in: 7609a40b91 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-13
| ||
| 19:07 | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: a8b8ecbc03 user: pooryorick tags: core-8-6-branch | |
| 13:44 | Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal check-in: 4785751542 user: apnadkarni tags: core-8-6-branch | |
| 12:22 | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: 052f54ddfb user: pooryorick tags: bug-ea69b0258a9833cb6 | |
|
2023-03-10
| ||
| 13:32 | Make test less fragile to changing set of options. check-in: 0336bcea26 user: dgp tags: core-8-6-branch | |
|
2023-03-09
| ||
| 10:08 | Adapt 2 testcases (io-39.16/io-39.16a), showing that "-encoding" can be shortened to "-en", but not ... check-in: 229553278a user: jan.nijtmans tags: core-8-6-branch | |
| 09:39 | Fix tests/tcltest.test testcases (missing "namespace import") check-in: f6feebc865 user: jan.nijtmans tags: core-8-6-branch | |
| 02:47 | winFCmd-1.24 has different error code on Win 11 check-in: 91f43791e5 user: apnadkarni tags: core-8-6-branch | |
|
2023-03-08
| ||
| 19:58 | Add "notWsl" test constraints. Clean up many testcases check-in: e6783b4863 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-03-07
| ||
| 17:56 | Fix a few -Wconversion warnings check-in: eb74f26d43 user: jan.nijtmans tags: core-8-6-branch | |
| 10:46 | Merge testchmod fix check-in: 10ec3cb22d user: apnadkarni tags: core-8-6-branch | |
| 07:23 | Fix [95e287b956]: uninit value use in stringObj-4.2 check-in: 04077c7b2e user: jan.nijtmans tags: core-8-6-branch | |
| 02:52 | Fix testchmod and associated tests that always failed on Windows Closed-Leaf check-in: 1ed8520d62 user: apnadkarni tags: bug-win-testchmod | |
| 02:27 | Create new branch named "bug-win-testchmod" check-in: 5310d56d3a user: apnadkarni tags: bug-win-testchmod | |
|
2023-03-06
| ||
| 21:01 | Proposed fix for [95e287b956]: uninit value use in stringObj-4.2 Closed-Leaf check-in: 9dd5f7f10d user: jan.nijtmans tags: bug-95e287b956 | |
| 06:59 | Add new valgrind suppression items. check-in: 665d15e567 user: pooryorick tags: core-8-6-branch | |
|
2023-03-05
| ||
| 21:09 | Fix [57bfcf43dd]: Remove unreachable code in Tcl_SetWideIntObj() check-in: 71045bf69c user: jan.nijtmans tags: core-8-6-branch | |
| 09:57 | Bug [9c5a00c69d]. Fix ~user on Windows check-in: 82cc9a4f34 user: apnadkarni tags: core-8-6-branch | |
|
2023-03-04
| ||
| 15:11 | Add test for [9c5a00c69d], tilde expansion of ~user Closed-Leaf check-in: 07b6e775f4 user: apnadkarni tags: bug-9c5a00c69d | |
| 12:13 | Bug [9c5a00c69d]. Tilde expansion on Windows check-in: 1ea1122bf8 user: apnadkarni tags: bug-9c5a00c69d | |
| 10:18 | Test constraint notInCIenv no longer necessary (due to previous fix) check-in: 14c6c0727d user: jan.nijtmans tags: core-8-6-branch | |
| 10:08 | Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windows check-in: b004b97979 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-28
| ||
| 10:18 | Fix [f9eafc3886]: Error handling in zlib comment/filename check-in: 481142c39d user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-27
| ||
| 20:50 | Fix testcases Closed-Leaf check-in: 6661e7a157 user: jan.nijtmans tags: bug-f9eafc3886 | |
|
2023-02-26
| ||
| 21:37 | fill in bug ticket-nr check-in: d2973f4be0 user: jan.nijtmans tags: bug-f9eafc3886 | |
| 20:12 | Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With testcases check-in: ae4c81f4a8 user: jan.nijtmans tags: bug-f9eafc3886 | |
| 16:01 | More dstring testcases, extracted from [46dda6fc29] check-in: f470f396d6 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-23
| ||
| 10:44 | See [d19fe0a5b] for follow-up to previous commit check-in: 548b08e28b user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-22
| ||
| 17:34 | Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 check-in: ff5920ffd7 user: jan.nijtmans tags: core-8-6-branch | |
| 07:21 | Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) check-in: c77e351b9c user: jan.nijtmans tags: core-8-6-branch | |
|
2023-02-21
| ||
| 17:50 | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 Closed-Leaf check-in: be99e0b905 user: jan.nijtmans tags: bug-d19fe0a5b | |
| 16:09 | Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) Closed-Leaf check-in: 488c80081a user: jan.nijtmans tags: bug-534172ff5b | |
|
2023-02-14
| ||
| 06:38 | Add new valgrind suppression items. jn: This looks like a good idea, so please re-apply to core-8... Closed-Leaf check-in: 04cf08d26a user: pooryorick tags: py-valgrind | |
|
2023-02-01
| ||
| 07:29 | (Cherry-pick) Make Tcl_UniCharToUtf more readable. check-in: b4571ae045 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-27
| ||
| 14:23 | new testcase encoding-18.1. Testcase cleanup check-in: 07f289aa1b user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-23
| ||
| 19:18 | Better error-message for previous commit. Some more code-cleanup, backported from 8.7 check-in: 4694b63bb1 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-22
| ||
| 22:53 | Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem check-in: cd0c8575c4 user: jan.nijtmans tags: core-8-6-branch | |
| 01:48 | Missed one more off-by-one error, also, tests misnumbered for merge forward. check-in: 79f7b0b83c user: kbk tags: core-8-6-branch | |
| 01:37 | Remove unneeded hard-coded array size check-in: 7161cdc5fe user: kbk tags: core-8-6-branch | |
| 01:33 | Bug [e3dcab1d14] fix check-in: 783bacf316 user: kbk tags: core-8-6-branch | |
|
2023-01-19
| ||
| 21:36 | Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem Closed-Leaf check-in: 504171c4e4 user: jan.nijtmans tags: bug-3e8074aea7 | |
|
2023-01-15
| ||
| 19:26 | Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issues in TclStringCmp when ... check-in: 9858a68816 user: pooryorick tags: core-8-6-branch | |
|
2023-01-14
| ||
| 22:07 | Properly quote contents of Make variables to pass through gdb.run file. check-in: 075c79a718 user: pooryorick tags: core-8-6-branch | |
|
2023-01-06
| ||
| 17:32 | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) check-in: 08b81855b0 user: jan.nijtmans tags: core-8-6-branch | |
| 16:56 | Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS check-in: 19fb0fc0b0 user: jan.nijtmans tags: core-8-6-branch | |
|
2023-01-04
| ||
| 23:21 | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) Closed-Leaf check-in: ca81e84b42 user: jan.nijtmans tags: bug-0f19edcb78 | |
|
2023-01-01
| ||
| 23:32 | Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: d8e13bbb61 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-12-29
| ||
| 17:04 | Instead of fiddling with html tags, simply enlarge a bit the width in the CSS stylesheet. Closed-Leaf check-in: aee4bada42 user: fvogel tags: bug-8e811bc1f1 | |
|
2022-12-28
| ||
| 20:39 | Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: ee40100bc1 user: fvogel tags: bug-8e811bc1f1 | |
|
2022-12-22
| ||
| 21:49 | Handle "cygwin" test constraint check-in: 038961b2fe user: jan.nijtmans tags: cygwin | |
|
2022-12-21
| ||
| 13:20 | One more tweak to registry extension check-in: 78b222952b user: jan.nijtmans tags: cygwin | |
| 13:11 | Merge 8.6. Update dde and registry extensions check-in: ca829e3b89 user: jan.nijtmans tags: cygwin | |
|
2022-12-16
| ||
| 15:26 | Update tclConfig.h.in check-in: f61882054c user: jan.nijtmans tags: core-8-6-branch | |
| 15:16 | Add checks to the configure script for mknod, tcdrain and uname, for systems (like VxWorks) which do... check-in: fea6099395 user: jan.nijtmans tags: core-8-6-branch | |
| 12:16 | Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cygwin build check-in: df82157d24 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-12-12
| ||
| 06:08 | Change copyright in Windows rc from Activestate to UCal and others to match license. check-in: cf4a8f1bc2 user: apnadkarni tags: core-8-6-branch | |
|
2022-12-05
| ||
| 23:05 | dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more. There's no gap in Tcl_... check-in: 58a59e2588 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-12-01
| ||
| 17:45 | Merge 8.6 check-in: a447d3671a user: jan.nijtmans tags: cygwin | |
| 17:27 | Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin and QNX. This was alre... check-in: 66acbb2c13 user: jan.nijtmans tags: core-8-6-branch | |
| 16:41 | Merge 8.6 Leaf check-in: c88e1bbfbf user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf | |
|
2022-11-30
| ||
| 08:14 | Update to tzdata 2022g check-in: 438e0179f1 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-11-29
| ||
| 20:54 | Remove ARGSUSED. More type-casts check-in: 310239c733 user: jan.nijtmans tags: core-8-6-branch | |
| 17:45 | Rebase to core-8-6-branch check-in: 59f8a83829 user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf | |
| 10:30 | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be compiled for Tcl 9.0 as we... check-in: 25ce911fbb user: jan.nijtmans tags: core-8-6-branch | |
|
2022-11-27
| ||
| 22:13 | Merge 8.6 check-in: 9244560f3b user: jan.nijtmans tags: cygwin | |
|
2022-11-25
| ||
| 08:29 | Handle closeProc == NULL the same as closeProc == TCL_CLOSE2PROC in stead of panicing. Backported fr... check-in: 0459d72578 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-11-23
| ||
| 21:43 | Merge 8.6.13 check-in: 390087fbe5 user: jan.nijtmans tags: cygwin | |
| 07:38 | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not used by Tcl, but can be u... check-in: b7e6e5f475 user: jan.nijtmans tags: core-8-6-branch | |
| 07:36 | Re-generate configure scripts (with correct autoconf version) check-in: 4ec0523e4c user: jan.nijtmans tags: core-8-6-branch | |
|
2022-11-22
| ||
| 22:48 | merge release check-in: e8a8a4a41d user: dgp tags: core-8-6-branch | |
| 20:11 | Merge 8.5 check-in: 3f7721da0f user: jan.nijtmans tags: core-8-6-branch | |
|
2022-11-21
| ||
| 17:37 | improve accuracy of a changes line Closed-Leaf check-in: b1fc8161f1 user: dgp tags: release, core-8-6-13-rc, core-8-6-13 | |
|
2022-11-20
| ||
| 15:34 | bump release date check-in: 32879484fe user: dgp tags: rc3, core-8-6-13-rc | |
| 14:22 | merge 8.6 check-in: 7c53c887fd user: dgp tags: core-8-6-13-rc | |
| 14:16 | Newest tests must have most recent releases of http to pass. check-in: a9691d58b3 user: dgp tags: core-8-6-branch | |
|
2022-11-18
| ||
| 18:30 | merge 8.6 check-in: 056103237b user: dgp tags: core-8-6-13-rc | |
| 17:53 | Bring back the common facilities of the tcltests "package", but use a less fragile method to gain ac... check-in: 7e733817b3 user: dgp tags: core-8-6-branch | |
|
2022-11-15
| ||
| 21:18 | package require s/tcl/Tcl/ in tests/httpd11.tcl to fix http11.test Closed-Leaf check-in: 2bac0bed17 user: kjnash tags: http-2.10-with-tcl-8.6 | |
| 15:35 | Merge 8.6. Tcl 8.6 doesn't have lpop. Change http version to 2.10.0 (just for this branch, not meant... check-in: e3e5bfd084 user: jan.nijtmans tags: http-2.10-with-tcl-8.6 | |
|
2022-11-14
| ||
| 17:24 | merge 8.6 check-in: 1172f5f2a1 user: dgp tags: rc2, core-8-6-13-rc | |
| 17:23 | Test suite hygiene - Several tests missing the "testdstring" constraint - [package require tclte... check-in: ba1fb66b47 user: dgp tags: core-8-6-branch | |
|
2022-11-13
| ||
| 21:07 | Attempt to fix http testcases check-in: f2ef096046 user: jan.nijtmans tags: http-2.10-with-tcl-8.6 | |
|
2022-11-11
| ||
| 10:06 | Let's see whether http 2.10a4 works with Tcl 8.6 too check-in: 0e595a918d user: jan.nijtmans tags: http-2.10-with-tcl-8.6 | |
|
2022-11-09
| ||
| 13:15 | update target release date check-in: 874bebc53e user: dgp tags: core-8-6-13-rc | |
|
2022-11-01
| ||
| 14:17 | merge 8.6 check-in: 45925432b4 user: dgp tags: rc1, core-8-6-13-rc | |
|
2022-10-30
| ||
| 12:55 | Merge 8.5. Update to tzdata 2022f check-in: 8c65a619ff user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-28
| ||
| 16:48 | Merge 8.6 check-in: 541754cb45 user: jan.nijtmans tags: cygwin | |
| 15:19 | merge 8.6 check-in: 8fb8bdbbb3 user: dgp tags: core-8-6-13-rc | |
| 14:37 | The file $(builddir)/tclUuid.h is not part of the source code distribution. The `make distclean` tar... check-in: 5042463c8d user: dgp tags: core-8-6-branch | |
|
2022-10-27
| ||
| 14:35 | merge 8.6 check-in: 7b519e5207 user: dgp tags: core-8-6-13-rc | |
| 14:35 | Revised fix to the -singleproc 1 issue in load.test check-in: a4effad099 user: dgp tags: core-8-6-branch | |
| 14:10 | merge 8.6 check-in: 1b98566468 user: dgp tags: core-8-6-13-rc | |
| 13:48 | In a -singleproc 1 test run, [info loaded] can report libraries brought in by other test files. Pro... check-in: 9c2812e599 user: dgp tags: core-8-6-branch | |
| 00:21 | merge 8.6 check-in: ff0f2bbc42 user: dgp tags: core-8-6-13-rc | |
|
2022-10-26
| ||
| 09:43 | www.tcl-tk.org -> www.tcl-lang.org check-in: 5b9cf56d7f user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-25
| ||
| 15:50 | Adapt some more testcases check-in: 1f58f9a026 user: jan.nijtmans tags: cygwin | |
| 15:47 | Backport TIP #402: General Platform UNC Support check-in: 6d39244dda user: jan.nijtmans tags: cygwin | |
| 15:31 | Merge 8.6. Update msys2-build.yml check-in: ed81540004 user: jan.nijtmans tags: cygwin | |
| 06:12 | Since MacOS 12.6 reports as 12.5 .... check-in: db8287ba67 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-24
| ||
| 13:49 | Merge 8.6 check-in: 7f60c82958 user: jan.nijtmans tags: cygwin | |
| 13:30 | Merge 8.6 check-in: ebdc66a5a7 user: jan.nijtmans tags: cygwin | |
| 13:27 | Merge 8.6 check-in: 79763af7ff user: jan.nijtmans tags: cygwin | |
| 13:10 | Merge 8.6 check-in: b5bd641e02 user: jan.nijtmans tags: cygwin | |
| 11:54 | Fix env-2.1, env-2.2, env-2.1, env-2.3, env-2.4, env-3.1, env-4.1, env-4.3, env-4.4, env-4.5 testcas... check-in: 555bfe6a07 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-23
| ||
| 20:40 | Add support for macOS Ventura check-in: 78bfb493fd user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-22
| ||
| 11:53 | merge 8.6 check-in: b8c5c5de79 user: dgp tags: core-8-6-13-rc | |
|
2022-10-20
| ||
| 15:31 | Fix [d554e5554e]: fix typo “defintion” check-in: 146e6d1e75 user: jan.nijtmans tags: core-8-6-branch | |
| 15:28 | Fix [af65af3655]: clock.n: unbalanced parenthesis check-in: c685536371 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-19
| ||
| 16:29 | merge 8.6 check-in: aeb901ee6a user: dgp tags: core-8-6-13-rc | |
| 16:08 | Upgrade zlib to version 1.2.13 check-in: d391629528 user: jan.nijtmans tags: core-8-6-branch | |
| 08:30 | Re-build zlib1 1.2.13 for win32/win64 Closed-Leaf check-in: 79cd79facf user: jan.nijtmans tags: zlib-1.2.13 | |
| 07:28 | Make minizip/ioapi.c work (again) on win32. Build zlib1.dll for win64-arm check-in: 5449a9543b user: jan.nijtmans tags: zlib-1.2.13 | |
|
2022-10-18
| ||
| 20:24 | Update to zlib-1.2.13 check-in: e33b87958f user: jan.nijtmans tags: zlib-1.2.13 | |
| 19:37 | Draft updates to changes file for 8.6.13 release. check-in: 33e8afe8cc user: dgp tags: core-8-6-13-rc | |
|
2022-10-17
| ||
| 17:55 | merge 8.6 check-in: efb390b57f user: dgp tags: core-8-6-13-rc | |
|
2022-10-14
| ||
| 22:25 | Merge 8.5 check-in: 016c55b0cd user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-11
| ||
| 18:26 | merge 8.6 check-in: 0e77ffd0f4 user: dgp tags: rc0, core-8-6-13-rc | |
|
2022-10-07
| ||
| 10:18 | Follow-up to [1599352cca]: Tcl_Merge(): out-of-bounds write, more signed integer overflow. Better pa... check-in: 63b0443866 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-06
| ||
| 09:06 | Fix [e32a44e2e4], [1599352cca], [5ec43cfd9b] and [74cc95b563] check-in: 0e2b23ff84 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-10-05
| ||
| 15:31 | Fix [1599352cca] and related issues Closed-Leaf check-in: 337d46bdb8 user: jan.nijtmans tags: bug-1599352cca | |
|
2022-09-26
| ||
| 12:44 | merge 8.6 check-in: 8ec5cd66c9 user: dgp tags: core-8-6-13-rc | |
| 12:22 | Update tzdata to 2022d. Add one more unused stub entry check-in: 00b136d44a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-22
| ||
| 20:28 | merge 8.6 check-in: fe70f21215 user: dgp tags: core-8-6-13-rc | |
| 15:42 | Do the "#undef TclObjInterpProc" slightly earlier check-in: bda4bb1414 user: jan.nijtmans tags: core-8-6-branch | |
| 15:32 | Make TclObjInterpProc a macro (since it always should be used through TclGetObjInterpProc()) Add som... check-in: cd8e3f4616 user: jan.nijtmans tags: core-8-6-branch | |
| 13:28 | merge 8.6 check-in: 13b0b8d303 user: dgp tags: core-8-6-13-rc | |
| 12:30 | Fix [22ab2ae64a]: Build with minizip broken (actually, only a problem in 8.7, but let's keep tinydir... check-in: 696144dced user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-21
| ||
| 19:12 | merge 8.6 check-in: 49d30beb1b user: dgp tags: core-8-6-13-rc | |
| 18:38 | Update docs and comments to agree with TIP 623. check-in: 87b0acccb6 user: dgp tags: core-8-6-branch | |
| 18:23 | Another test related to TIP 623. check-in: c5a2c3d0ce user: dgp tags: core-8-6-branch | |
| 13:22 | merge 8.6 check-in: e89003b5f7 user: dgp tags: core-8-6-13-rc | |
| 12:55 | Fix [c0bc269178]: switch -regexp -matchvar -indexvar broken when optional subexpression does not mat... check-in: 92ab43ecd6 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-20
| ||
| 20:42 | Proposed fix for [c0bc269178], with testcase Closed-Leaf check-in: ea165f0333 user: jan.nijtmans tags: bug-c0bc269178 | |
|
2022-09-16
| ||
| 12:18 | merge 8.6 check-in: 94f71d5985 user: dgp tags: core-8-6-13-rc | |
|
2022-09-15
| ||
| 22:14 | new testcase proc-7.6 check-in: 29c6190027 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-14
| ||
| 17:52 | eol-spacing check-in: 4552c9dc6c user: jan.nijtmans tags: core-8-6-branch | |
| 11:30 | merge 8.6 check-in: b78da15f61 user: dgp tags: core-8-6-13-rc | |
| 07:07 | Update all tables for Unicode 15 check-in: feab3498d1 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-13
| ||
| 12:24 | merge 8.6 check-in: 18d1ba7d4b user: dgp tags: core-8-6-13-rc | |
| 07:48 | Fix [1073daf086]: Bug in handling illegal utf-8 sequence check-in: 87d45dffcc user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-12
| ||
| 14:28 | (adapted) Testcase and fix for [1073daf086]: Bug in handling illegal utf-8 sequence Closed-Leaf check-in: 7c67f503d0 user: jan.nijtmans tags: bug-1073daf086 | |
| 11:56 | Ticket [6978c01b65]: as utf-8 is "special", also add invalid/incomplete sequence test cases for shif... check-in: df0133901f user: oehhar tags: core-8-6-branch | |
| 10:54 | testcase cleanup check-in: 302a26d558 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-11
| ||
| 20:12 | merge 8.6 check-in: 903b8497ea user: dgp tags: core-8-6-13-rc | |
| 08:39 | Tests io-75.x tolerant encoding: correct indention and comments check-in: 430fb84a6a user: oehhar tags: core-8-6-branch | |
|
2022-09-10
| ||
| 21:02 | code cleanup (typo's, type casts) check-in: bf05d78e94 user: jan.nijtmans tags: core-8-6-branch | |
| 06:04 | Ticket [6978c01b65]: add file encoding test io-75.3 with incomplete multibyte sequence. This may fai... check-in: 8047c88c94 user: oehhar tags: core-8-6-branch | |
|
2022-09-09
| ||
| 13:38 | Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but are ok in 8.6 and 8.7: w... check-in: 2221b9b6e3 user: oehhar tags: core-8-6-branch | |
| 13:34 | Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but are ok in 8.6 and 8.7: w... Closed-Leaf check-in: 858c02f773 user: oehhar tags: ticket-a11678b759-after-documentation | |
|
2022-09-07
| ||
| 13:59 | merge 8.6 check-in: eb8cc2e98a user: dgp tags: core-8-6-13-rc | |
| 07:22 | code cleanup (backported from 8.7) check-in: fe8b793fd8 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-06
| ||
| 09:06 | closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and speed-up all httpd depending t... check-in: aaa3de736b user: sebres tags: core-8-6-branch | |
| 09:04 | amend to [55a02f20ec]: fixes test env-9.1 for not windows - USERPROFILE is not set under unix, and w... check-in: 9eaba7f4ed user: sebres tags: core-8-6-branch | |
|
2022-09-05
| ||
| 11:37 | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windows check-in: 291cf17e4a user: apnadkarni tags: core-8-6-branch | |
| 10:30 | closes [2641672fff], httpd - don't parse delay argument by error 400 (wrong URI/proto) Closed-Leaf check-in: e6634132e3 user: sebres tags: bug-2641672 | |
|
2022-09-03
| ||
| 13:57 | typo's check-in: 15bb2e6c98 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-02
| ||
| 17:17 | amend to [2641672fff], guarantees a delay to cause a timeout definitely + switch delay-argument from... check-in: 8499001878 user: sebres tags: bug-2641672 | |
| 17:02 | really closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and speed-up all httpd depe... check-in: 6ac843c97f user: sebres tags: bug-2641672 | |
| 14:11 | Mark httpold-4.12 knownBug. See [2641672]: http1.0 failing test: httpold-4.12 check-in: ffca918442 user: jan.nijtmans tags: core-8-6-branch | |
| 13:54 | Fix [95b6a1747a]: Eval.3 docu fix check-in: 20d56e734c user: jan.nijtmans tags: core-8-6-branch | |
|
2022-09-01
| ||
| 15:40 | Fix [36ec49db6abc3b1a]: Tcl_TraceVar manpage : missing `const` on char* fields check-in: 8d6764bee8 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-08-31
| ||
| 10:03 | Fix [0aa7638534]: .gitignore ignores library/tcltest.tcl check-in: 88ba977d2d user: jan.nijtmans tags: core-8-6-branch | |
|
2022-08-29
| ||
| 20:55 | Add 2 unused (internal) stub entries check-in: ace4834900 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-08-26
| ||
| 22:47 | Use TclOffset() in stead of magic calculations using sizeof(), which might give unexpected results w... check-in: e7264efd8f user: jan.nijtmans tags: core-8-6-branch | |
|
2022-08-23
| ||
| 07:27 | Patch (8) from [37108037b9]: Code cleanups to support CHERI check-in: 6b6bf25797 user: jan.nijtmans tags: core-8-6-branch | |
| 06:43 | Add Europe/Kyiv to tzdata (missing from previous commit) check-in: 056db39d2d user: jan.nijtmans tags: core-8-6-branch | |
| 06:35 | Update tzdata to 2022c check-in: 5d1f50d2bb user: jan.nijtmans tags: core-8-6-branch | |
|
2022-08-22
| ||
| 13:56 | merge 8.6 check-in: e33b4c7d31 user: dgp tags: core-8-6-13-rc | |
| 07:29 | Do github actions builds on Ubuntu 22.04 (was: 20.04) check-in: d995cbcbf1 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-08-21
| ||
| 21:00 | Add (dummy) stub entries to TclOO (matching TIP #630) check-in: 8b6268f606 user: jan.nijtmans tags: core-8-6-branch | |
| 20:53 | More type-casts in tclOOMethod.c (backported from 8.7) check-in: 89358b9039 user: jan.nijtmans tags: core-8-6-branch | |
| 20:28 | ClientData -> 'void *" in TclOO headers check-in: 4a915166e6 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-08-18
| ||
| 12:03 | Ticket [a11678b759]: improve after documentation for time <= 0. check-in: 2706ae6bed user: oehhar tags: ticket-a11678b759-after-documentation | |
|
2022-08-08
| ||
| 12:41 | merge 8.6 check-in: 5220085b3c user: dgp tags: core-8-6-13-rc | |
|
2022-08-04
| ||
| 15:09 | Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buf... check-in: 2e8fc36e39 user: max tags: core-8-6-branch | |
|
2022-07-29
| ||
| 09:51 | merge branch bug-4eb3a155ac--procptr-bytecode, fixes SF [4eb3a155ac] and similar corner cases: reset... check-in: 73a6af23a5 user: sebres tags: core-8-6-branch | |
|
2022-07-27
| ||
| 15:56 | fixes [4eb3a155ac] and similar segfaults: reset corresponding bodyPtr->procPtr if procPtr gets relea... Closed-Leaf check-in: d717a34f4c user: sebres tags: bug-4eb3a155ac--procptr-bytecode | |
| 15:48 | cherry-pick branch apn-apply-bug (only test without the fix) to 8.6 check-in: 69e5ae6088 user: sebres tags: bug-4eb3a155ac--procptr-bytecode | |
| 13:29 | closes [b3977d199b] - don't reset INPUT_SAW_CR unless the buffer get really translated (missing "\r"... check-in: a3ed092aab user: sebres tags: core-8-6-branch | |
|
2022-07-25
| ||
| 13:57 | execvpw/seteuidw don't exist. Fix some other signatures in compat/unistd.h check-in: 23d8569bf2 user: jan.nijtmans tags: core-8-6-branch | |
| 13:10 | merge 8.6 check-in: 8c51a19a76 user: dgp tags: core-8-6-13-rc | |
|
2022-07-22
| ||
| 21:42 | tcltest 2.5.4 -> 2.5.5 check-in: a89da8f031 user: jan.nijtmans tags: core-8-6-branch | |
| 19:19 | correctly show the execution time unit by usec (µs) if testing on systems with not utf-8 default sy... check-in: 1bb80048c0 user: sebres tags: core-8-6-branch | |
| 18:49 | restore FF-char (fossil seems to loss form feed if commits with convertion from CRLF to LF) Closed-Leaf check-in: 4a796d6ae3 user: sebres tags: bug-b3977d199b | |
| 18:38 | EOF seemed to reset INPUT_SAW_CR previously, so do it now explicitely (satisfying the test ?chan?io-... check-in: 341c5f78a7 user: sebres tags: bug-b3977d199b | |
| 17:41 | fixes [b3977d199b] - don't reset INPUT_SAW_CR unless the buffer get really translated (missing "\r" ... check-in: d2a8078086 user: sebres tags: bug-b3977d199b | |
| 17:36 | extends test io-29.36.2 for better illustration when we'll get extra NL - if no "\r" in last buffer,... check-in: 671f170abd user: sebres tags: bug-b3977d199b | |
| 16:22 | fixes logical error in test io-29.36.1 (translation {auto} causes that answer "client" reaches the s... check-in: 5f7f4ab975 user: sebres tags: bug-b3977d199b | |
| 13:35 | rebase (merged with current 8.6) check-in: 26d3d2a33e user: sebres tags: bug-b3977d199b | |
| 13:10 | amend to [f3db59139e] (fix [713653b951]) - i386 only, resolve mixed declarations and code (forbiddee... check-in: c038d0d8ca user: sebres tags: core-8-6-branch | |
|
2022-07-21
| ||
| 12:58 | merge 8.6 check-in: 83d6ed2282 user: dgp tags: core-8-6-13-rc | |
|
2022-07-19
| ||
| 08:38 | Update compat/stdlib.h, prevent conflict with modern signature of those functions. check-in: a3974f03bd user: jan.nijtmans tags: core-8-6-branch | |
|
2022-07-18
| ||
| 15:35 | merge 8.6 check-in: 4854231877 user: dgp tags: core-8-6-13-rc | |
|
2022-07-17
| ||
| 13:03 | Fix [713653b951]: Floating point precision problems on x86 musl check-in: f3db59139e user: jan.nijtmans tags: core-8-6-branch | |
|
2022-07-15
| ||
| 17:11 | Restore FP control word on conversion of zero values. Sneak path existed that failed to restore the... Closed-Leaf check-in: 50ecdc3e87 user: kbk tags: bug-713653b951 | |
|
2022-07-12
| ||
| 20:33 | merge 8.6 check-in: 3239ec029c user: dgp tags: core-8-6-13-rc | |
| 08:20 | Code cleanup (use {} in if/else statemenets) check-in: ba232277ee user: jan.nijtmans tags: core-8-6-branch | |
|
2022-07-07
| ||
| 10:59 | Unnecessary quotes in win/rules.vc check-in: e1ba6d530e user: jan.nijtmans tags: core-8-6-branch | |
|
2022-07-05
| ||
| 12:03 | Prevent warning: zero size arrays are an extension [-Wzero-length-array], when using C99 check-in: fbe0b7e520 user: jan.nijtmans tags: core-8-6-branch | |
| 10:52 | Merge sebres-8-6-clock-speedup-cr2 check-in: 11ffe4998b user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 10:51 | Merge 8.6 check-in: e279b7d8b6 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
|
2022-07-04
| ||
| 15:32 | Rework reader thread to not do read-ahead as console stdin mode might change check-in: b6ac8403b0 user: apnadkarni tags: win-console | |
|
2022-07-03
| ||
| 22:46 | Remove dead code check-in: 5357587e9a user: jan.nijtmans tags: win-console | |
| 15:48 | Fix bug 44bbccdd8c. fconfigure was broken for 8.7 console channel check-in: 1b6ed4db57 user: apnadkarni tags: win-console | |
| 08:00 | Fix benign gcc unused code warnings check-in: 90e1b5a1c1 user: apnadkarni tags: win-console | |
| 07:40 | Eliminate unnecessary thread wakeups. check-in: fef0d561e4 user: apnadkarni tags: win-console | |
|
2022-07-02
| ||
| 20:00 | One more simplification: Eliminate RingBufferClear() Closed-Leaf check-in: feeeabe9cc user: jan.nijtmans tags: win-console-review | |
| 19:33 | Fix build error with --enable-debug (no need for RINGBUFFER_ASSERT any more) check-in: 54593ace4e user: jan.nijtmans tags: win-console-review | |
|
2022-07-01
| ||
| 15:28 | Merge 9.0 check-in: b18dab50b6 user: jan.nijtmans tags: tcl8-compat | |
| 15:26 | Merge 8.7 Closed-Leaf check-in: 091f9563e9 user: jan.nijtmans tags: tcloo-64bit | |
| 15:21 | Merge 8.7 check-in: 7a22c18225 user: jan.nijtmans tags: trunk, main | |
| 15:20 | Merge 8.6 check-in: 651b1008fb user: jan.nijtmans tags: core-8-branch | |
| 15:14 | Test for TclOO 1.1.0. Remove some useless type-casts check-in: 7c4df6273d user: jan.nijtmans tags: core-8-6-branch | |
| 14:55 | TclOO version -> 1.3.0 check-in: bbd2cbf645 user: jan.nijtmans tags: tcloo-64bit | |
| 12:31 | Merge 8.7 check-in: f787684394 user: jan.nijtmans tags: tcloo-64bit | |
| 11:53 | Merge 9.0. Fix MacOSX build check-in: ce01e4e6bd user: jan.nijtmans tags: tcl8-compat | |
| 07:41 | No need for RingSizeT, since max is 8000 (far less than 2^31) check-in: 83001cbe31 user: jan.nijtmans tags: win-console-review | |
| 07:34 | Remove unnecessary code (review round 1) check-in: 82b6ceba53 user: jan.nijtmans tags: win-console-review | |
| 05:58 | Merge core-8-branch. Wakeup console reader thread when data read. check-in: dbdf5517a7 user: apnadkarni tags: win-console | |
|
2022-06-30
| ||
| 13:46 | Merge 8.7 check-in: d346c07af7 user: jan.nijtmans tags: win-console | |
| 11:32 | Merge-mark check-in: d0856e68cb user: jan.nijtmans tags: trunk, main | |
| 11:31 | Fix [b79df322a9]: Tcl_NewUnicodeObj truncates strings check-in: 936c4f4b1c user: jan.nijtmans tags: core-8-branch | |
|
2022-06-29
| ||
| 15:56 | Notify other threads if one thread closes a Windows console channel check-in: 07cf9644c2 user: apnadkarni tags: win-console | |
|
2022-06-28
| ||
| 15:42 | Finishing touches. Remove obsolete code check-in: ccfe560c2e user: apnadkarni tags: win-console | |
| 09:42 | Merge 8.7. Don't worry about Tcl_GetErrorLine() any more check-in: abc7fd3e46 user: jan.nijtmans tags: trunk, main | |
| 09:39 | Merge 8.6 check-in: 0443652ba2 user: jan.nijtmans tags: core-8-branch | |
| 09:38 | typo's check-in: bb11a41dbd user: jan.nijtmans tags: core-8-6-branch | |
| 08:02 | Handle tclIntPlatDecls.h check-in: be0c042c66 user: jan.nijtmans tags: tcl8-compat | |
|
2022-06-27
| ||
| 16:02 | Ticket #21280817 - Windows console rewrite to only create one thread per stdio channel. Functional, ... check-in: 5173b9e514 user: apnadkarni tags: win-console | |
| 10:07 | Fix superflous !endif check-in: ee15e79f3f user: jan.nijtmans tags: tcl8-compat | |
|
2022-06-26
| ||
| 22:49 | Add OPTS=tcl8 check-in: e496600364 user: jan.nijtmans tags: tcl8-compat | |
| 21:59 | Fix TclpGetClicks/TclpGetSeconds's Tcl 8 compabitility check-in: 4867cfd9a4 user: jan.nijtmans tags: tcl8-compat | |
| 21:23 | Better Tcl8 compatibility for tclPlatDecls.h and tclInt.h check-in: a8054b4d99 user: jan.nijtmans tags: tcl8-compat | |
|
2022-06-25
| ||
| 10:59 | Merge 8.7 check-in: 3d486ee756 user: jan.nijtmans tags: tcloo-64bit | |
|
2022-06-24
| ||
| 20:55 | Merge-mark 9.0. Use Tcl_Size (but not in tclWinDde.c/tclWinReg.c) check-in: dde6b03ee3 user: jan.nijtmans tags: tcl8-compat | |
| 20:11 | merge-mark check-in: 3fe4afca06 user: jan.nijtmans tags: trunk, main | |
| 20:06 | Merge 8.6 check-in: d1ca80c5e9 user: jan.nijtmans tags: core-8-branch | |
| 20:02 | typo's check-in: 2fb4d36f03 user: jan.nijtmans tags: core-8-6-branch | |
| 14:44 | Complete removal of version from stub library check-in: 19837fe045 user: jan.nijtmans tags: tcl8-compat | |
| 14:29 | Merge 9.0 check-in: 919cfd1989 user: jan.nijtmans tags: tcl8-compat | |
| 14:28 | Merge 8.7 check-in: 9ed1e2629e user: jan.nijtmans tags: trunk, main | |
| 14:27 | Merge 8.6 check-in: 137b0b5214 user: jan.nijtmans tags: core-8-branch | |
| 14:26 | slightly stricter checking for TCL_MAJOR_VERSION in rules.vc check-in: 86b4decffb user: jan.nijtmans tags: core-8-6-branch | |
| 14:01 | Merge 9.0 check-in: 22477a415f user: jan.nijtmans tags: tcl8-compat | |
| 13:56 | Merge 8.7 check-in: 649fbfb04d user: jan.nijtmans tags: trunk, main | |
| 13:48 | Resolve the TODO: What's going on here? Document or eliminate. Eliminate usage of TCL_MAJOR_VERSIO... check-in: 1a931a30d8 user: jan.nijtmans tags: core-8-branch | |
| 13:30 | Use TCL_MAJOR_VERSION to document (kind of) what's the difference between Tcl8 and Tcl9 check-in: 1380b099f4 user: jan.nijtmans tags: trunk, main | |
| 13:07 | Better tcl8 compatibility for tclInt.h check-in: 44dd4fee53 user: jan.nijtmans tags: tcl8-compat | |
| 11:42 | merge-mark check-in: 78a1f709af user: jan.nijtmans tags: tcl8-compat | |
| 11:41 | Merge 8.7 check-in: 9e31fdc99c user: jan.nijtmans tags: trunk, main | |
| 11:40 | Fix for commit [c8bd577a119f2259], which is (slightly) wrong: allowed space should be between '#' an... check-in: cc8e888def user: jan.nijtmans tags: core-8-branch | |
| 11:36 | Merge 9.0 check-in: 156fe6ade8 user: jan.nijtmans tags: tcl8-compat | |
| 11:10 | Merge 8.7 check-in: d7c6d5b5e1 user: jan.nijtmans tags: trunk, main | |
| 10:41 | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same as it was in Tcl 8.6 check-in: 2ffde115d4 user: jan.nijtmans tags: core-8-branch | |
| 07:17 | Merge 8.7 check-in: b410ece120 user: jan.nijtmans tags: trunk, main | |
| 07:12 | Put back seemingly useless typedefs (yes, there are picky compilers) check-in: 9ca3efb294 user: jan.nijtmans tags: core-8-branch | |
| 07:11 | Don't use (unsigned)-1 -> TCL_INDEX_NONE check-in: aa5a38eb99 user: jan.nijtmans tags: core-8-branch | |
|
2022-06-23
| ||
| 15:56 | Merge 9.0 check-in: 3eaad9efeb user: jan.nijtmans tags: tcl8-compat | |
| 15:51 | Merge 9.0 check-in: 83f13fff23 user: jan.nijtmans tags: dgp-refactor | |
| 15:47 | Merge 8.7 check-in: c3e73cb483 user: jan.nijtmans tags: trunk, main | |
| 15:33 | more "unsigned int" -> TCL_HASH_TYPE check-in: 300f28543e user: jan.nijtmans tags: core-8-branch | |
| 15:02 | Merge 8.7 check-in: 43b9614860 user: jan.nijtmans tags: tip-627 | |
| 15:01 | Merge 9.0 check-in: 39bbe9011e user: jan.nijtmans tags: tip-626 | |
| 15:00 | Merge 9.0 check-in: ad8bc1a706 user: jan.nijtmans tags: tcl8-compat | |
| 14:58 | Merge 8.7 check-in: 5652c2738d user: jan.nijtmans tags: trunk, main | |
| 14:57 | Restore NS_DEAD flag value (from 0x04 back to 0x02, how it was in Tcl 8.6). It is used in nsf, chang... check-in: 172f75ece3 user: jan.nijtmans tags: core-8-branch | |
| 14:06 | Merge 9.0 check-in: a6c54e6b7d user: jan.nijtmans tags: tcl8-compat | |
| 14:05 | Merge 9.0 check-in: 24a5f73f89 user: jan.nijtmans tags: tip-626 | |
| 13:58 | Merge 9.0 check-in: 653cd6f4f7 user: jan.nijtmans tags: novem | |
| 13:16 | Merge 8.7. Update documentation check-in: 91447bb515 user: jan.nijtmans tags: trunk, main | |
| 12:58 | Merge 8.6 check-in: 433d1c4c99 user: jan.nijtmans tags: core-8-branch | |
| 12:57 | Slightly better integer overflow handling in Tcl_ListObjReplace() check-in: 78b3f821c7 user: jan.nijtmans tags: core-8-6-branch | |
| 12:26 | Merge 9.0 check-in: 49ca76bace user: jan.nijtmans tags: tcl8-compat | |
| 12:25 | Merge 9.0 check-in: 00271a885a user: jan.nijtmans tags: tip-626 | |
| 12:24 | Merge 8.7 check-in: d7d0b0b2ab user: jan.nijtmans tags: trunk, main | |
| 12:21 | Remove unused typedef's check-in: 3656e8f1e7 user: jan.nijtmans tags: core-8-branch | |
| 12:20 | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported from 9.0) check-in: 403356e842 user: jan.nijtmans tags: core-8-branch | |
| 09:49 | Merge 9.0 check-in: 9933f147a4 user: jan.nijtmans tags: tcl8-compat | |
| 09:11 | Merge 8.7 check-in: c5ef9ca079 user: jan.nijtmans tags: trunk, main | |
| 08:58 | Use TCL_HASH_TYPE in stead of "unsigned int", wherever the Tcl 9.0 type is "size_t", in tclDecls.h check-in: d987436f1e user: jan.nijtmans tags: core-8-branch | |
| 08:56 | Use "void *" in stead of ClientData in tclDecls.h (backported from 9.0) check-in: b8196855eb user: jan.nijtmans tags: core-8-branch | |
|
2022-06-22
| ||
| 22:25 | Forget about TCL_8_COMPAT check-in: 7e7387ffcf user: jan.nijtmans tags: tcl8-compat | |
| 21:40 | Merge 9.0 check-in: 4286a25914 user: jan.nijtmans tags: tip-626 | |
| 16:50 | Merge 9.0 check-in: d34db2b058 user: jan.nijtmans tags: tcl8-compat | |
| 16:49 | Merge 8.7 check-in: 25c93ebf65 user: jan.nijtmans tags: trunk, main | |
| 16:36 | Allow spacing between '#' and 'define', while recognising version in header-files check-in: c8bd577a11 user: jan.nijtmans tags: core-8-branch | |
| 14:24 | No quotes when testing for TCL_MAJOR_VERSION check-in: 750d6b65fa user: jan.nijtmans tags: tcl8-compat | |
|
2022-06-20
| ||
| 22:00 | Merge 8.7 Closed-Leaf check-in: 1ccaa0f38f user: jan.nijtmans tags: tip-609 | |
| 21:55 | Merge 9.0 check-in: 8b72df118a user: jan.nijtmans tags: tip-626 | |
| 21:50 | Merge 8.7 check-in: 572dd7fe1a user: jan.nijtmans tags: tip-627 | |
| 21:49 | Merge 9.0 check-in: 9c6be84ca5 user: jan.nijtmans tags: tcl8-compat | |
| 21:47 | Fix (internal) TclFindElement() signature (int -> size_t) check-in: 728f51f3a7 user: jan.nijtmans tags: trunk, main | |
| 21:26 | More Tcl_Size , check-in: 9ce47ca77b user: jan.nijtmans tags: tcl8-compat | |
| 15:21 | Merge 8.7 check-in: cd281f760d user: jan.nijtmans tags: trunk, main | |
| 15:20 | Fix [a55872c242]: tcl8.7 on windows: linking against stubs library is now required in 8.7. No longer... check-in: d7052c5f73 user: jan.nijtmans tags: core-8-branch | |
| 15:18 | Unneeded type-cast check-in: 5d433b3ba0 user: jan.nijtmans tags: core-8-branch | |
| 15:13 | More Tcl_Size check-in: 5157f6a572 user: jan.nijtmans tags: tcl8-compat | |
| 11:55 | Fix [a55872c242]: tcl8.7 on windows: linking against stubs library is now required in 8.7. If the Tc... Closed-Leaf check-in: 3483c7eafd user: jan.nijtmans tags: bug-a55872c242 | |
| 10:16 | indenting check-in: c35bf915b2 user: jan.nijtmans tags: tip-627 | |
| 10:11 | Merge 8.7 check-in: 4122375dd3 user: jan.nijtmans tags: tip-627 | |
| 10:10 | update doc check-in: 36f3c31a44 user: jan.nijtmans tags: tip-627 | |
| 09:47 | Merge 8.7 check-in: 94b73a50d8 user: jan.nijtmans tags: trunk, main | |
| 09:44 | Merge 8.6 check-in: f16233109c user: jan.nijtmans tags: core-8-branch | |
| 09:36 | bump http version to 2.9.8 check-in: fb2a90bad4 user: jan.nijtmans tags: core-8-6-branch | |
| 01:58 | Merge branch bug-55bf73b52b check-in: 0d6927dbac user: kjnash tags: core-8-6-branch | |
| 01:55 | Merge core-8-6-branch Closed-Leaf check-in: 5f97fd73e4 user: kjnash tags: bug-55bf73b52b | |
|
2022-06-19
| ||
| 20:27 | Merge 8.7 check-in: f9aca4eac7 user: jan.nijtmans tags: tip-627 | |
| 20:27 | Merge 9.0 check-in: 51aab5d0be user: jan.nijtmans tags: tip-626 | |
| 20:26 | merge-mark check-in: e9f168dc8b user: jan.nijtmans tags: trunk, main | |
| 20:23 | Fix TIP #312 documentation. Backported from [9c4dcc7347e8ef51] check-in: eee192b777 user: jan.nijtmans tags: core-8-branch | |
| 19:46 | Implement Tcl_NRCallObjProc() check-in: f0e00ba8f4 user: jan.nijtmans tags: tip-626 | |
| 19:32 | Implement Tcl_NRCallObjProc2 check-in: a772295743 user: jan.nijtmans tags: tip-627 | |
| 05:42 | Create new branch named "win-console" check-in: c24c8ab617 user: apnadkarni tags: win-console | |
| 05:03 | How about fixing all instances (follow-up to [9c4dcc7347])? check-in: 2cbbac8b34 user: bch tags: trunk, main | |
| 01:22 | correct LinkVar.3 per [ddaa30125], TIP 312 check-in: 9c4dcc7347 user: bch tags: trunk, main | |
|
2022-06-15
| ||
| 15:12 | (experimental) TclOO > 2**31 args check-in: 39a1dece8e user: jan.nijtmans tags: tcloo-64bit | |
| 13:53 | merge trunk check-in: 31348182ac user: dgp tags: dgp-refactor | |
| 13:10 | merge trunk check-in: 793b412cf3 user: dgp tags: novem | |
| 12:46 | merge 8.6 check-in: 2c068d3c6d user: dgp tags: core-8-6-13-rc | |
| 12:25 | Merge 9.0 check-in: 14591090bd user: jan.nijtmans tags: tip-626 | |
| 12:24 | Merge 8.7 check-in: 339b37bab3 user: jan.nijtmans tags: tip-627 | |
| 12:23 | Merge 9.0 check-in: 4cd01baa33 user: jan.nijtmans tags: tcl8-compat | |
| 12:17 | Merge-mark check-in: 57690dd1e0 user: jan.nijtmans tags: trunk, main | |
| 12:15 | Add comments in tcl.decls check-in: e79940819f user: jan.nijtmans tags: core-8-branch | |
| 11:59 | Merge 9.0 check-in: ac1dac14c4 user: jan.nijtmans tags: tcl8-compat | |
| 11:46 | Remove the Tcl_GetByteArrayFromObj/TclGetByteArrayFromObj stub entries: Those are macro's now. check-in: 2d9219a55d user: jan.nijtmans tags: trunk, main | |
| 10:11 | Merge 9.0 check-in: dd3a3234c0 user: jan.nijtmans tags: tcl8-compat | |
| 10:10 | Merge 8.7 check-in: 254a983313 user: jan.nijtmans tags: trunk, main | |
| 10:04 | Backport tclStubLib.c from Tcl 9.0 (they should be equal in 8.7 and 9.0) check-in: df78bed29c user: jan.nijtmans tags: core-8-branch | |
| 09:26 | merge-mark check-in: dc53150fa6 user: jan.nijtmans tags: trunk, main | |
| 09:25 | Disable tests (conditionally) which cannot run without the UTF16 compatibility layer (TIP #622) check-in: 5cfa72d0d7 user: jan.nijtmans tags: core-8-branch | |
| 06:40 | Merge 9.0 check-in: e12239aaf8 user: jan.nijtmans tags: tcl8-compat | |
| 00:43 | Minor bugfixes to library/http/http.tcl and tests/http.test check-in: 335145438e user: kjnash tags: bug-55bf73b52b | |
|
2022-06-14
| ||
| 14:54 | Merge 8.7 check-in: d5fd076ae4 user: jan.nijtmans tags: tip-627 | |
| 14:46 | Bigger range for Tcl_GetRange() testcases check-in: 6b21de086b user: jan.nijtmans tags: trunk, main | |
| 14:34 | Merge 8.7. Even more testcases for Tcl_GetRange() check-in: d608c6b5aa user: jan.nijtmans tags: trunk, main | |
| 14:22 | Merge 8.6 check-in: ea2c8b8ec1 user: jan.nijtmans tags: core-8-branch | |
| 13:48 | Add more testcases for Tcl_GetRange() check-in: 88ace58360 user: jan.nijtmans tags: core-8-6-branch | |
| 12:57 | Merge 8.7 check-in: 3a1d196f8e user: jan.nijtmans tags: trunk, main | |
| 12:56 | Merge 8.6 check-in: b4c12cb7ff user: jan.nijtmans tags: core-8-branch | |
| 12:55 | Update .gitignore check-in: ef468f7ade user: jan.nijtmans tags: core-8-6-branch | |
| 10:30 | Merge 8.7 check-in: 0a0663776c user: jan.nijtmans tags: tip-627 | |
| 10:28 | merge-mark check-in: 42adc4bff7 user: jan.nijtmans tags: core-8-branch | |
| 10:28 | Update ignore-glob check-in: 06dc66bd52 user: jan.nijtmans tags: core-8-6-branch | |
| 06:44 | Fix Proposal for [55bf73b52b]: http reuses connections after 101 Switching Protocols. To be discusse... check-in: ed99670192 user: jan.nijtmans tags: bug-55bf73b52b | |
| 06:18 | Two more Tcl_ListObjReplace test-cases check-in: 59fe99f950 user: jan.nijtmans tags: trunk, main | |
|
2022-06-13
| ||
| 20:50 | Merge 8.7. Eliminate warning, seen with clang check-in: f2bd6bed00 user: jan.nijtmans tags: trunk, main | |
| 20:36 | Merge 8.6 check-in: 2ef0eef04a user: jan.nijtmans tags: core-8-branch | |
| 20:33 | Add two new testcases for Tcl_ListObjReplace() check-in: a8125050d4 user: jan.nijtmans tags: core-8-6-branch | |
| 16:15 | Start towards Tcl9 support check-in: 0961e8623f user: apnadkarni tags: tip-625 | |
| 13:46 | Use Tcl_Size in dde/registry check-in: 3878ffc9ce user: jan.nijtmans tags: tcl8-compat | |
| 13:35 | merge trunk check-in: a9a4b8b305 user: dgp tags: dgp-refactor | |
| 13:30 | Merge more from trunk. resolve conflicts check-in: 1cce2e1aa5 user: dgp tags: dgp-refactor | |
| 13:16 | Merge conflict-free from trunk check-in: 36032a89c0 user: dgp tags: dgp-refactor | |
| 12:48 | merge trunk check-in: f5318e30d2 user: dgp tags: novem | |
| 12:11 | Merge 9.0 check-in: ae2c816783 user: jan.nijtmans tags: tcl8-compat | |
| 12:01 | Some int argc -> size_t argc check-in: eefb8d77a7 user: jan.nijtmans tags: trunk, main | |
| 11:46 | Merge 8.7 check-in: 77b3699a84 user: jan.nijtmans tags: trunk, main | |
| 11:34 | Backport unix/dltest/*.c changes from 9.0 check-in: e276166268 user: jan.nijtmans tags: core-8-branch | |
| 11:33 | Some -1 -> TCL_INDEX_NONE. Update fossil's ignore-glob check-in: 08ecf6cdde user: jan.nijtmans tags: core-8-branch | |
| 07:32 | Use TCL_8_COMPAT to change Tcl_Size to ptrdiff_t check-in: 5e6303cdd8 user: jan.nijtmans tags: tcl8-compat | |
|
2022-06-12
| ||
| 21:23 | Handle Tcl_GetByteArrayFromObj() better check-in: 46e316b271 user: jan.nijtmans tags: tcl8-compat | |
| 20:08 | Handle list/dict compatibility better check-in: 2e9cc1b17b user: jan.nijtmans tags: tcl8-compat | |
| 19:27 | Handle Tcl_Close, Tcl_CallFrame and Tcl_StatBuf correctly check-in: b186ecd1ee user: jan.nijtmans tags: tcl8-compat | |
| 18:30 | Fix "gcc 4.8.5 is unhappy with macros that explicitly test (&foo) as booleans". Testing for NULL-poi... check-in: ebf559b128 user: jan.nijtmans tags: trunk, main | |
| 16:54 | Enhance for Windows check-in: d21cef9e4b user: jan.nijtmans tags: tcl8-compat | |
| 16:35 | Merge 9.0 check-in: 32158e2bb6 user: jan.nijtmans tags: tcl8-compat | |
| 16:33 | Merge 8.7 check-in: 7a7cda5600 user: jan.nijtmans tags: trunk, main | |
| 16:29 | Keep lines in tcl.decs not too long check-in: 79177afdc0 user: jan.nijtmans tags: core-8-branch | |
| 16:04 | Merge 9.0 check-in: 0028826e06 user: jan.nijtmans tags: tcl8-compat | |
| 16:03 | Merge 8.7 check-in: de85a2bd53 user: jan.nijtmans tags: trunk, main | |
| 15:52 | Eliminate compiler warnings check-in: 3159ded950 user: jan.nijtmans tags: core-8-branch | |
| 15:45 | Use pkgb_demo to test function Tcl_UtfNcmp() check-in: 2b49aec3ad user: jan.nijtmans tags: core-8-branch | |
| 15:13 | Make the idea (finally) work check-in: 76e0438a38 user: jan.nijtmans tags: tcl8-compat | |
| 11:49 | Merge 9.0 check-in: 8493cbf322 user: jan.nijtmans tags: tcl8-compat | |
| 03:05 | Merge core-8-branch after TIP616 check-in: f9ecac6993 user: apnadkarni tags: tip-625 | |
|
2022-06-10
| ||
| 20:26 | Merge 8.7 check-in: 68cc499be7 user: jan.nijtmans tags: tip-609 | |
| 20:24 | Merge 8.7 check-in: 8c31c163af user: jan.nijtmans tags: trunk, main | |
| 20:21 | Tcl_GetEncodingSearchPath() is available since Tcl 8.5 check-in: b29b876a00 user: jan.nijtmans tags: core-8-branch | |
| 14:28 | One more conflict resolution (slightly more efficient packing) check-in: d20b5eae9b user: jan.nijtmans tags: dgp-refactor | |
| 13:45 | Provide help with solving merge conflicts ;-) check-in: 71597277a7 user: jan.nijtmans tags: dgp-refactor | |
|
2022-06-09
| ||
| 21:15 | Unicode 15.0.0 (Beta), to be released September 2022 Closed-Leaf check-in: f7d0ea4f19 user: jan.nijtmans tags: unicode-15 | |
| 20:25 | Merge 9.0 Closed-Leaf check-in: 631cce8656 user: jan.nijtmans tags: tip-619 | |
| 16:31 | Merge 9.0 check-in: 475b98506a user: jan.nijtmans tags: tip-626 | |
| 13:45 | Internal bug in Tcl_GetIndexFromObjStruct re-definition (works, as long as sizeof(struct) == sizeof(... check-in: ccbe007452 user: jan.nijtmans tags: trunk, main | |
| 12:39 | Doc tweak check-in: 97b482d801 user: jan.nijtmans tags: tip-627 | |
| 12:18 | Merge 8.7 check-in: 21290f14ea user: jan.nijtmans tags: tip-627 | |
| 07:03 | More (internal) int -> size_t, allowing values > 2^31 check-in: 5d828b481d user: jan.nijtmans tags: trunk, main | |
|
2022-06-08
| ||
| 18:08 | Merge conflict free checkins from trunk. check-in: 037fbfc5f5 user: dgp tags: dgp-refactor | |
| 13:21 | merge trunk Closed-Leaf check-in: 268356f5db user: dgp tags: gcc-485-silence-warning | |
| 12:40 | Merge 9.0 check-in: 2532f27b23 user: jan.nijtmans tags: tip-626 | |
| 10:42 | Merge 9.0 check-in: 8bf9a06d69 user: jan.nijtmans tags: novem | |
| 10:35 | Undo unintended (internal) variable rename check-in: f2ba4eead8 user: jan.nijtmans tags: trunk, main | |
| 10:23 | TIP #616: Tcl lists > 2^31 elements check-in: 574358cda4 user: jan.nijtmans tags: trunk, main | |
| 09:49 | Merge-mark check-in: 215c9961de user: jan.nijtmans tags: trunk, main | |
| 09:31 | TIP #616 implementation (Wrapper API, cannot really handle > 2^31 elements) check-in: 45a17c4932 user: jan.nijtmans tags: core-8-branch | |
|
2022-06-07
| ||
| 20:52 | Merge 9.0 Closed-Leaf check-in: 5e6b7606e2 user: jan.nijtmans tags: tip-616 | |
| 15:19 | int -> size_t in (internal) Tcl_ResolveCompiledVarProc check-in: 42a2d5084b user: jan.nijtmans tags: trunk, main | |
|
2022-06-06
| ||
| 21:59 | Merge 8.7 check-in: 2d19331c1e user: jan.nijtmans tags: tip-627 | |
| 17:40 | No need for separate Tcl_ProcObjCmd2 check-in: 594ca4f790 user: jan.nijtmans tags: tip-626 | |
| 17:18 | Code cleanup check-in: dc02f6d920 user: jan.nijtmans tags: tip-626 | |
| 16:51 | Bump to 8.6.13 for release check-in: a0fb0766d2 user: dgp tags: core-8-6-13-rc | |
|
2022-06-05
| ||
| 23:08 | More progress check-in: 1bbd0470dd user: jan.nijtmans tags: tip-626 | |
|
2022-06-03
| ||
| 17:03 | merge trunk check-in: d6b3177e14 user: dgp tags: dgp-refactor | |
| 16:05 | merge trunk check-in: 8561e1d6f3 user: dgp tags: novem | |
| 15:50 | Merge trunk except for ineffective alternative fix. check-in: 2fef21c66e user: dgp tags: gcc-485-silence-warning | |
| 15:05 | Merge 8.7 Closed-Leaf check-in: b53ef604ac user: jan.nijtmans tags: tip-616-for-8.7 | |
| 14:50 | Merge tip-616 check-in: 5a1b607e17 user: jan.nijtmans tags: tip-626 | |
| 14:48 | Merge 9.0 check-in: c22f7a0309 user: jan.nijtmans tags: tip-616 | |
| 14:47 | Merge 8.7 check-in: af5d80ea0a user: jan.nijtmans tags: trunk, main | |
| 14:46 | Undo part of previous commit: doesn't work as expected on Windows check-in: 6c58374e58 user: jan.nijtmans tags: core-8-branch | |
| 13:26 | More progress check-in: 9e56b21ab3 user: jan.nijtmans tags: tip-626 | |
|
2022-06-02
| ||
| 16:19 | Merge tip-616 check-in: 01642269d3 user: jan.nijtmans tags: tip-626 | |
| 16:18 | Merge 9.0 check-in: 1020610400 user: jan.nijtmans tags: tip-616 | |
| 16:09 | Merge 8.7 check-in: 7b57511a36 user: jan.nijtmans tags: trunk, main | |
| 15:55 | Merge 8.6. Eliminate some (long) typecasts check-in: 0daaaefd9b user: jan.nijtmans tags: core-8-branch | |
| 15:16 | Missing "const" with -DREG_DEBUG=1 check-in: 24d34fb12d user: jan.nijtmans tags: core-8-6-branch | |
| 15:01 | More int -> size_t, in regexp handling (should of been part of TIP #537/494) check-in: c6ec782d67 user: jan.nijtmans tags: trunk, main | |
| 12:10 | typo check-in: d15a4ccfb0 user: jan.nijtmans tags: core-8-6-branch | |
| 08:44 | Put back earlier (temprary) removed functions check-in: 7ae3e8e11d user: jan.nijtmans tags: tip-626 | |
|
2022-06-01
| ||
| 20:17 | More progress check-in: 512f5b3a7d user: jan.nijtmans tags: tip-626 | |
| 19:34 | TIP #627 implementation check-in: 8eecdd6332 user: jan.nijtmans tags: tip-627 | |
| 14:29 | Revert some more testcode to old API check-in: 61b5082b11 user: jan.nijtmans tags: tip-626 | |
| 13:56 | Revert Dde/Registry extensions to old API check-in: c7b40e162c user: jan.nijtmans tags: tip-626 | |
| 04:17 | Finish list performance scripts check-in: f1e3e9c78f user: apnadkarni tags: tip-625 | |
|
2022-05-31
| ||
| 16:20 | Implement Tcl_NRCreateCommand() check-in: d1659fe4f9 user: jan.nijtmans tags: tip-626 | |
| 13:34 | Merge tip-616 check-in: 8549aa9755 user: jan.nijtmans tags: tip-626 | |
| 12:57 | Merge 8.7. Add Tcl_ProcObjCmd2() check-in: 02c65849b3 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 12:36 | Merge 9.0. Add Tcl_ProcObjCmd2() check-in: c8c0090cb1 user: jan.nijtmans tags: tip-616 | |
| 10:57 | Merge 8.7 check-in: b780ee9ef2 user: jan.nijtmans tags: trunk, main | |
| 10:42 | Merge 8.6. Tcl_RegisterCommandTypeName/Tcl_GetCommandTypeName don't exist either check-in: ca4aca6a5c user: jan.nijtmans tags: core-8-branch | |
| 10:32 | Tcl_SetCommandTokenInfo() does not exist check-in: 14198a27ad user: jan.nijtmans tags: core-8-6-branch | |
| 10:24 | Update documentation check-in: 9369cfb5ca user: jan.nijtmans tags: tip-626 | |
|
2022-05-30
| ||
| 21:20 | Merge 8.7 check-in: eef03fb9f2 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 21:05 | bug-fix check-in: a166087b83 user: jan.nijtmans tags: tip-626 | |
| 15:17 | Further implementation attempt check-in: 09937b2415 user: jan.nijtmans tags: tip-626 | |
| 12:43 | Merge tip-616. More progress check-in: 064bba1c17 user: jan.nijtmans tags: tip-626 | |
| 07:05 | Merge 9.0 check-in: 61d908e6a8 user: jan.nijtmans tags: tip-616 | |
|
2022-05-29
| ||
| 21:05 | Merge 8.7 check-in: 5feeeccef5 user: jan.nijtmans tags: trunk, main | |
| 21:02 | Function prototypes are not always needed/useful check-in: 7634fee197 user: jan.nijtmans tags: core-8-branch | |
| 11:44 | Implement bidirection shift to distribute free space in list stores. check-in: b4cae88219 user: apnadkarni tags: tip-625 | |
|
2022-05-28
| ||
| 20:25 | Fix Windows build check-in: a5522b56d8 user: jan.nijtmans tags: tip-626 | |
|
2022-05-27
| ||
| 21:40 | Prevent "switch" crash check-in: 2a068538e2 user: jan.nijtmans tags: tip-626 | |
| 16:54 | Merge 8.7 check-in: 611555a56f user: jan.nijtmans tags: trunk, main | |
| 16:39 | Use more Tcl_ObjCmdProc/Tcl_MethodCallProc typedefs check-in: 1487e7a006 user: jan.nijtmans tags: core-8-branch | |
| 13:43 | More progress check-in: 0abbc2f620 user: jan.nijtmans tags: tip-626 | |
| 11:41 | More progress check-in: c40d2e59ed user: jan.nijtmans tags: tip-626 | |
| 09:53 | Merge tip-616. Fix 2 crashes. Fix Windows build check-in: 05feab5d87 user: jan.nijtmans tags: tip-626 | |
| 09:18 | Merge 9.0 check-in: 473a7c2a44 user: jan.nijtmans tags: tip-616 | |
| 06:52 | Merge 8.7 check-in: e5d9be30c9 user: jan.nijtmans tags: trunk, main | |
| 06:49 | msgcat documentation: reflect code check-in: 6bfaf42776 user: jan.nijtmans tags: core-8-branch | |
| 03:50 | Rearrange output order to make comparisons easier. check-in: a652c1b0d0 user: apnadkarni tags: tip-625 | |
| 00:21 | msgcat documentation: reflect code Closed-Leaf check-in: fa310f2735 user: bch tags: trunk, main | |
|
2022-05-26
| ||
| 22:37 | Merge 8.7 check-in: e038f915d9 user: jan.nijtmans tags: trunk, main | |
| 22:36 | Merge 8.6 check-in: fe9ccb97b6 user: jan.nijtmans tags: core-8-branch | |
| 22:34 | Merge 8.5 check-in: af8553f2d7 user: jan.nijtmans tags: core-8-6-branch | |
| 22:24 | Merge 9.0 check-in: c285d50728 user: jan.nijtmans tags: tip-616 | |
| 21:41 | documentation spelling error check-in: b0224a5f20 user: bch tags: trunk, main | |
| 21:12 | Eliminate warnings in tclProc.c with USE_DTRACE. Try to eliminate warnings with gcc 4.8.5, which i i... check-in: 98a084d08f user: jan.nijtmans tags: trunk, main | |
| 21:01 | Merge 8.7 check-in: ff970b6e7a user: jan.nijtmans tags: trunk, main | |
| 20:53 | [https://github.com/tcltk/tcl/pull/16] check-in: 8366bae195 user: jan.nijtmans tags: core-8-branch | |
| 19:43 | gcc 4.8.5 is unhappy with macros that explicitly test (&foo) as booleans, like: In file included fr... check-in: fd55b65ca8 user: dgp tags: gcc-485-silence-warning | |
| 12:51 | Merge 9.0 check-in: 93dabee7ab user: jan.nijtmans tags: tip-616 | |
| 12:50 | Merge 8.7 check-in: c9eed639fd user: jan.nijtmans tags: tip-616-for-8.7 | |
| 12:48 | Merge 8.7 check-in: 06b7d613f9 user: jan.nijtmans tags: trunk, main | |
| 12:47 | Revert part of [0381fc9b91]: testcases get-1.8 and get-1.9 are meant for longIs64bit only check-in: 410a6d26d2 user: jan.nijtmans tags: core-8-branch | |
|
2022-05-25
| ||
| 22:34 | Merge 8.7 check-in: 1e02a56dcf user: jan.nijtmans tags: tip-609 | |
| 22:34 | Merge 8.7 check-in: 7b5fcc614e user: jan.nijtmans tags: tip-616-for-8.7 | |
| 22:26 | See [https://github.com/tcltk/tcl/pull/14] check-in: d30891ab4e user: jan.nijtmans tags: trunk, main | |
| 22:20 | Many int-> size_t check-in: 7062de3ba7 user: jan.nijtmans tags: tip-626 | |
| 21:21 | merge trunk check-in: a3f30fc2bf user: dgp tags: dgp-refactor | |
| 21:03 | merge trunk check-in: 6446e2401a user: dgp tags: novem | |
| 15:42 | Merge tip-616 check-in: d38e7dc748 user: jan.nijtmans tags: tip-626 | |
| 15:27 | Merge 9.0 check-in: aaed6af003 user: jan.nijtmans tags: tip-616 | |
| 15:26 | Merge 8.7 check-in: 28262ccd3e user: jan.nijtmans tags: trunk, main | |
| 15:18 | Deprecate 2 internal typedefs: TclCmdProcType/TclObjCmdProcType. Too little benefit to keep them check-in: 89ca061066 user: jan.nijtmans tags: core-8-branch | |
| 15:09 | More progress check-in: 49a2271a2d user: jan.nijtmans tags: tip-626 | |
| 12:59 | Merge 8.7 check-in: ab2d4bf2fe user: jan.nijtmans tags: tip-609 | |
| 12:59 | Merge 8.7 check-in: db1eda16d7 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 12:57 | merge-mark check-in: 1caef4fa84 user: jan.nijtmans tags: core-8-branch | |
| 12:55 | Simplify solution for [76ad7aeba3]: No need to call TclGetNumberFromObj() twice, since it's already ... check-in: f518cb272e user: jan.nijtmans tags: core-8-6-branch | |
| 11:01 | Merge 8.7 check-in: ad1a79e16b user: jan.nijtmans tags: trunk, main | |
| 10:58 | merge-mark check-in: 164afff634 user: jan.nijtmans tags: core-8-branch | |
| 10:57 | Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-message) check-in: 2ba718e533 user: jan.nijtmans tags: core-8-6-branch | |
| 10:51 | Merge 8.6 check-in: 0381fc9b91 user: jan.nijtmans tags: core-8-branch | |
| 10:28 | Fix [76ad7aeba3]: boundary case bug in [string is integer] check-in: e58be38bfd user: jan.nijtmans tags: core-8-6-branch | |
| 10:26 | Add testcases and fix implementation Closed-Leaf check-in: 4d9158033b user: jan.nijtmans tags: bug-76ad7aeba3 | |
| 09:25 | Another try check-in: d426eec605 user: jan.nijtmans tags: tip-626 | |
| 09:12 | Merge 8.7 check-in: 313f339400 user: jan.nijtmans tags: tip-609 | |
| 09:11 | Merge 8.7 check-in: 6c6dda291d user: jan.nijtmans tags: tip-616-for-8.7 | |
| 09:08 | merge-mark (TIP #622 is not for Tcl 9.0!) check-in: 1d0a657839 user: jan.nijtmans tags: trunk, main | |
| 09:05 | Fix [f160f9f982]: macOS Aqua : Emoji does not display anymore after TIP #622 check-in: b96128c31b user: jan.nijtmans tags: core-8-branch | |
| 08:56 | Fix testcase utf-4.12 (which - actually - exposed this bug) Closed-Leaf check-in: 82f20fdd5c user: jan.nijtmans tags: bug-f160f9f982 | |
|
2022-05-24
| ||
| 22:20 | Merge 8.6 check-in: 2dca37d603 user: jan.nijtmans tags: bug-76ad7aeba3 | |
| 20:15 | Merge 8.7 check-in: 5711088c36 user: jan.nijtmans tags: trunk, main | |
| 19:44 | Merge 8.6 check-in: 65a5ec653b user: jan.nijtmans tags: core-8-branch | |
| 17:23 | Performance test scripts for list commands check-in: 65abf3e814 user: apnadkarni tags: tip-625 | |
| 17:20 | TIP 625 - Re-implementation of lists check-in: a5dbca901e user: apnadkarni tags: tip-625 | |
| 16:35 | Do all "string" testcases twice: once with and once without bytecode check-in: bb676f2045 user: jan.nijtmans tags: core-8-6-branch | |
| 12:46 | Merge 9.0 check-in: f61bb83b43 user: jan.nijtmans tags: tip-616 | |
| 12:45 | Compiler warning when USE_DTRACE=1 check-in: ce5726e9b8 user: jan.nijtmans tags: trunk, main | |
| 12:34 | Starting TIP #626 implementation. WIP, far from finished check-in: 16a9e324dd user: jan.nijtmans tags: tip-626 | |
| 10:17 | Merge 9.0 check-in: d97cd97d14 user: jan.nijtmans tags: tip-616 | |
| 06:50 | Fix for [f160f9f982]: macOS Aqua : Emoji does not display anymore after TIP #622. (Actually, X11 dis... check-in: 1e13161bcd user: jan.nijtmans tags: bug-f160f9f982 | |
|
2022-05-22
| ||
| 17:11 | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Missing: more unit-tests check-in: 66a187edf2 user: jan.nijtmans tags: bug-76ad7aeba3 | |
| 15:18 | Merge 8.7 check-in: e1d15ebba3 user: jan.nijtmans tags: trunk, main | |
| 13:44 | Merge 8.6 check-in: 6d31d91096 user: jan.nijtmans tags: core-8-branch | |
| 12:35 | Merge 8.5 check-in: f88099f60c user: jan.nijtmans tags: core-8-6-branch | |
| 12:00 | Merge 8.7 check-in: 954e0a28d8 user: jan.nijtmans tags: trunk, main | |
| 12:00 | Merge 8.6 check-in: c99708a4c7 user: jan.nijtmans tags: core-8-branch | |
| 11:59 | Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c-compiler-incorrect-pro... check-in: d6c499abfe user: jan.nijtmans tags: core-8-6-branch | |
|
2022-05-19
| ||
| 15:05 | Merge 9.0 check-in: 60d39427c4 user: jan.nijtmans tags: tip-619 | |
| 15:04 | Merge 9.0 check-in: 27d6e8f628 user: jan.nijtmans tags: tip-616 | |
| 14:51 | TIP #481: Also prefer size_t functions when lengthPtr == NULL check-in: be2297f317 user: jan.nijtmans tags: trunk, main | |
| 13:40 | Merge 8.7 check-in: 17bab59395 user: jan.nijtmans tags: tip-609 | |
| 11:00 | Elaborate TIP #481 implementation: Make clear that Tcl_GetUnicodeFromObj and Tcl_GetStringFromObj pa... check-in: 19af4bcc3f user: jan.nijtmans tags: trunk, main | |
|
2022-05-18
| ||
| 09:23 | More doc fixes check-in: 0ee7133de4 user: jan.nijtmans tags: tip-616 | |
| 09:08 | Merge 9.0 check-in: b2488a6d41 user: jan.nijtmans tags: tip-616 | |
| 09:06 | doc fix check-in: 1beee45316 user: jan.nijtmans tags: trunk, main | |
| 09:05 | Improve doc: error-handling in Dict/List when > 2**31 elements check-in: ec375247eb user: jan.nijtmans tags: tip-616 | |
|
2022-05-17
| ||
| 17:02 | Doc fix check-in: cc0c6057c8 user: jan.nijtmans tags: trunk, main | |
| 16:27 | Merge 9.0 check-in: bc06da9fc7 user: jan.nijtmans tags: tip-619 | |
| 13:27 | Merge 9.0 check-in: e563372259 user: jan.nijtmans tags: tip-616 | |
| 12:50 | Merge 8.7 check-in: cd18e5535f user: jan.nijtmans tags: tip-616-for-8.7 | |
| 11:17 | Merge 8.7 check-in: 74c6a378ca user: jan.nijtmans tags: trunk, main | |
| 09:32 | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObjLength -> TclListObjLen... check-in: eaf93525a5 user: jan.nijtmans tags: core-8-branch | |
| 08:49 | some less underscores in exported functions check-in: 2f016df946 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 07:32 | Merge 9.0. Fix compilation (due to new macro's in previous commit) check-in: 53d044ea40 user: jan.nijtmans tags: tip-616 | |
| 07:23 | Merge 8.7 check-in: c40b25005d user: jan.nijtmans tags: trunk, main | |
| 07:22 | Merge 8.7 check-in: 2364861e16 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 07:21 | Fix compiler warning in tclTest.c check-in: acfc035572 user: jan.nijtmans tags: core-8-branch | |
| 07:18 | Merge 8.7. Add macro's for situation without UTF_TCL_STUBS check-in: 3923104571 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 06:20 | Add missing macro's. Thanks to Ashok, noticing this check-in: eab7c7ad60 user: jan.nijtmans tags: tip-616 | |
|
2022-05-16
| ||
| 07:20 | Merge 9.0 check-in: bb7df394c9 user: jan.nijtmans tags: tip-616 | |
|
2022-05-15
| ||
| 23:06 | merge [trunk] check-in: ef75766f09 user: bch tags: bch_sign_and_width | |
| 20:46 | Merge-mark (TIP #622 is _not_ forward-merged to 9.0!) check-in: 38153759d9 user: jan.nijtmans tags: trunk, main | |
| 20:36 | TIP #622 implementation: Full Unicode for Tcl 8.7 check-in: e00aaebbbf user: jan.nijtmans tags: core-8-branch | |
| 20:19 | Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No effect in Tcl 8.6. Not ... check-in: e7da3f4504 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-05-13
| ||
| 23:31 | Undo deprecation of Tcl_AppendUnicodeToObj(). See also [https://core.tcl-lang.org/tips/doc/trunk/ti... check-in: 2b3b54d98a user: jan.nijtmans tags: trunk, main | |
| 23:29 | Merge 8.7 check-in: 62b44f677a user: jan.nijtmans tags: trunk, main | |
| 23:28 | Merge 8.6 check-in: 9574cb9106 user: jan.nijtmans tags: core-8-branch | |
| 22:53 | Merge bugs-http-2022-05-several-minor-mostly-docs check-in: 184d293b77 user: kjnash tags: core-8-6-branch | |
| 22:50 | Merge 8.6 Closed-Leaf check-in: 21bf44e4b1 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 22:49 | Correction to http(n) - cannot use Upgrade header to upgrade to http/3 check-in: 1b1b2dce14 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 10:18 | Merge 8.7 check-in: 31ab7746e2 user: jan.nijtmans tags: trunk, main | |
| 10:11 | Remove [https://core.tcl-lang.org/tcl/info/1fe8ca8d3eb87b65|Horrible Hack] to keep the old error mes... check-in: 5608e37605 user: jan.nijtmans tags: core-8-branch | |
| 04:14 | merge [trunk] check-in: d77588ea7e user: bch tags: bch_sign_and_width | |
|
2022-05-12
| ||
| 13:17 | merge-mark check-in: e0a7c586f3 user: jan.nijtmans tags: trunk, main | |
| 13:06 | Merge 8.6 check-in: fab550b083 user: jan.nijtmans tags: core-8-branch | |
| 12:36 | Remove "testsize time_t" command, it isn't being used check-in: 2c361c10fa user: jan.nijtmans tags: core-8-6-branch | |
|
2022-05-11
| ||
| 20:08 | In http(n), repaginate long lines. check-in: dcc2f0bb90 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 20:00 | In http(n), escape - to \- in all command options except example code. check-in: d337d0a93b user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 19:17 | Merge 8.6 check-in: ae3cf507f7 user: jan.nijtmans tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 19:08 | Merge 8.7 check-in: 4011aaa21f user: jan.nijtmans tags: trunk, main | |
| 19:08 | Merge 8.6 check-in: 5ded4f151d user: jan.nijtmans tags: core-8-branch | |
| 19:06 | Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add more testcases for http:... check-in: 18a5284076 user: jan.nijtmans tags: core-8-6-branch | |
| 19:05 | Revise http(n) to fix #6afa947d1a check-in: 751f947bc8 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 18:48 | Revise http(n) to fix #14e3c258d9 check-in: 00c7068494 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 18:25 | Revise library/http/http.tcl to fix shift_jis typo and #6898f9cb71 check-in: 611a5cd613 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 18:24 | Revise http(n) to fix #443195 check-in: deb816791e user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 18:13 | Revise http(n) to fix #1414262 check-in: 277e9c6ba6 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 17:21 | Revise http(n) to fix #15e4bd83c2 check-in: 1b15e55938 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
| 17:13 | Create new branch named "bugs-http-2022-05-several-minor-mostly-docs" check-in: f8a2a01156 user: kjnash tags: bugs-http-2022-05-several-minor-mostly-docs | |
|
2022-05-10
| ||
| 16:38 | merge-mark check-in: 44e84cad6e user: jan.nijtmans tags: core-8-branch | |
| 16:38 | Now we're on it, keep better track with state(host) and state(path). Backported from http 2.10 check-in: e31294c546 user: jan.nijtmans tags: core-8-6-branch | |
| 16:20 | Merge 8.7 check-in: 0abf2e6017 user: jan.nijtmans tags: trunk, main | |
| 16:18 | Merge 8.6 check-in: 1896abea3b user: jan.nijtmans tags: core-8-branch | |
| 16:09 | Fix [55bf73b52b]: http reuses connections after 101 Switching Protocols check-in: 1aa527993f user: jan.nijtmans tags: core-8-6-branch | |
| 10:18 | Update doc check-in: f805309275 user: jan.nijtmans tags: tip-618 | |
| 10:05 | Merge 8.7. Update doc check-in: b053dadbd7 user: jan.nijtmans tags: tip-618 | |
| 07:48 | Fix the bug. Standardise and document protocol upgrades. Closed-Leaf check-in: 580fd61336 user: kjnash tags: bug-55bf73b52b-8.6 | |
|
2022-05-09
| ||
| 22:18 | Create new branch named "bug-55bf73b52b-8.6" check-in: 71a68964ef user: kjnash tags: bug-55bf73b52b-8.6 | |
| 19:43 | Merge 8.7 check-in: 3b4d777afe user: jan.nijtmans tags: trunk, main | |
| 19:42 | Merge 8.6 check-in: e872f1c85b user: jan.nijtmans tags: core-8-branch | |
| 19:33 | 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13. check-in: 1dcc8dbfba user: jan.nijtmans tags: core-8-6-branch | |
| 19:22 | rebuild zlib1.dll 1.2.12.1 for aarch64 (win64-arm) Closed-Leaf check-in: f3af6dafb8 user: jan.nijtmans tags: zlib-1.2.12-fixes | |
| 07:15 | rebuild zlib1.dll 1.2.12.1 for i686 and x86_64 check-in: e98b94c4a6 user: jan.nijtmans tags: zlib-1.2.12-fixes | |
|
2022-05-06
| ||
| 15:12 | A number of fixes from zlib's 'develop' branch. check-in: 6ff79d55ff user: jan.nijtmans tags: zlib-1.2.12-fixes | |
| 07:33 | Merge 8.7 check-in: e73eb56bb8 user: jan.nijtmans tags: tip-618 | |
| 07:31 | Merge 8.7 check-in: 478e6231ab user: jan.nijtmans tags: trunk, main | |
| 07:29 | Merge 8.6 check-in: 76b2c6ed0d user: jan.nijtmans tags: core-8-branch | |
| 07:23 | Close fork check-in: 5924b92f53 user: jan.nijtmans tags: core-8-branch | |
| 07:21 | Close fork check-in: 89d12c00af user: jan.nijtmans tags: core-8-6-branch | |
|
2022-05-04
| ||
| 07:27 | http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket [8eb64b1520] check-in: 8d92c72151 user: oehhar tags: trunk, main | |
| 07:16 | http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket [8eb64b1520] check-in: 054cc3002a user: oehhar tags: core-8-branch | |
| 06:56 | http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket [8eb64b1520] check-in: 1f5e1f5a49 user: oehhar tags: core-8-6-branch | |
|
2022-05-01
| ||
| 22:41 | merge [trunk] check-in: 3b9626d07b user: bch tags: bch_sign_and_width | |
|
2022-04-29
| ||
| 21:46 | Experiment: Don't allow spaces in integers Closed-Leaf check-in: 9e70beec40 user: jan.nijtmans tags: no-int-space | |
| 20:10 | Merge 8.7 check-in: 53dfd9b498 user: jan.nijtmans tags: tip-618 | |
| 20:09 | re-structure, add more examples check-in: 1cc44267e1 user: jan.nijtmans tags: tip-618 | |
| 11:19 | Merge 8.7 check-in: 2a16497781 user: jan.nijtmans tags: trunk, main | |
| 10:01 | Since tclDecls.h uses 'size_t', make sure to include <stddef.h>. Since ISO-C has both 'size_t' and '... check-in: 753c206431 user: jan.nijtmans tags: core-8-branch | |
|
2022-04-28
| ||
| 10:59 | Merge 8.7 check-in: cd72fa92d9 user: jan.nijtmans tags: trunk, main | |
| 10:58 | Merge 8.6 check-in: f29d996f25 user: jan.nijtmans tags: core-8-branch | |
| 10:51 | Update libtommath to latest support/1.x branch check-in: db7638ad0c user: jan.nijtmans tags: core-8-6-branch | |
|
2022-04-27
| ||
| 15:18 | merge trunk check-in: c78ad16f19 user: dgp tags: dgp-refactor | |
| 15:13 | merge trunk check-in: b818f50e0c user: dgp tags: novem | |
|
2022-04-26
| ||
| 17:16 | Merge 9.0 Closed-Leaf check-in: 729eb5af44 user: jan.nijtmans tags: tip-622 | |
| 17:15 | Merge 8.7 check-in: eb5ed53a03 user: jan.nijtmans tags: tip-618 | |
| 16:02 | Merge 9.0 check-in: 65fb279cf5 user: jan.nijtmans tags: tip-619 | |
| 16:01 | Merge 8.7 check-in: 065d1ac46a user: jan.nijtmans tags: tip-616-for-8.7 | |
| 15:59 | Merge 9.0 check-in: dda26bfcce user: jan.nijtmans tags: tip-616 | |
| 15:58 | Merge 8.7 check-in: 214c4e5c05 user: jan.nijtmans tags: tip-609 | |
| 15:57 | Merge 8.7 Closed-Leaf check-in: 30a874adf5 user: jan.nijtmans tags: full-utf-for-87 | |
| 15:41 | Merge 8.7 check-in: 5431bc3d9c user: jan.nijtmans tags: trunk, main | |
| 15:07 | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a slightly more efficient impl... check-in: 19850a20a8 user: jan.nijtmans tags: core-8-branch | |
| 13:35 | merge 8.7 check-in: a15654a930 user: sebres tags: trunk, main | |
| 13:27 | merge 8.6 (fixes [27520c9b17]) check-in: 9427d5662e user: sebres tags: core-8-branch | |
| 13:25 | fixes build using msys/mingw toolchain, missing build path as include caused: generic/tclEvent.c:1... check-in: 0092f5f111 user: sebres tags: core-8-branch | |
| 12:28 | closes bug [27520c9b17] check-in: 642ae7905b user: sebres tags: core-8-6-branch | |
| 12:22 | Tcl_GetIndexFromObjStruct -> Tcl_GetIndexFromObj. Don't use braces around (Tcl_GetBytesFromObj) check-in: b76b65a1af user: jan.nijtmans tags: trunk, main | |
| 12:11 | Missing macro's for Tcl_GetBytesFromObj() (TIP #568), only can handle size_t * this way check-in: ec90023458 user: jan.nijtmans tags: trunk, main | |
| 07:29 | Merge 8.7 check-in: 0c21f5f99f user: jan.nijtmans tags: tip-609 | |
| 07:26 | Merge 9.0 check-in: cd7b8ec59c user: jan.nijtmans tags: tip-622 | |
| 07:24 | Merge 8.7 check-in: 1790c38bd6 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 07:22 | Merge 9.0 check-in: 4bf1dcd5bf user: jan.nijtmans tags: tip-616 | |
| 07:19 | Merge 9.0 check-in: e6c64822d4 user: jan.nijtmans tags: tip-619 | |
| 07:18 | Merge 8.7 check-in: 588d689f08 user: jan.nijtmans tags: full-utf-for-87 | |
|
2022-04-21
| ||
| 16:49 | merge trunk check-in: 31c1cbbc2a user: dgp tags: dgp-refactor | |
| 16:49 | merge trunk check-in: db69b08372 user: dgp tags: novem | |
| 15:37 | Merge 8.7 check-in: f77b5c8f39 user: jan.nijtmans tags: tip-618 | |
| 12:59 | merge-mark check-in: 0a21ba5523 user: jan.nijtmans tags: trunk, main | |
| 12:59 | Merge 8.6 check-in: 6da8a9608b user: jan.nijtmans tags: core-8-branch | |
| 12:51 | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE. Builds ... check-in: 2e404f7230 user: jan.nijtmans tags: core-8-6-branch | |
| 10:23 | Merge 8.7 check-in: 3911d261ad user: jan.nijtmans tags: trunk, main | |
| 08:41 | Although I don't think it helps for [62f56a61aca52db3], put back --enable-64bit and fat_32_64 functi... check-in: bda6ccaf09 user: jan.nijtmans tags: core-8-branch | |
|
2022-04-20
| ||
| 20:24 | merge [trunk] check-in: 3550542d19 user: bch tags: bch_sign_and_width | |
| 16:16 | Merge 8.7 check-in: 6b30a8e712 user: jan.nijtmans tags: trunk, main | |
| 16:12 | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove macosx/Tcl.xcode in fa... check-in: 9241b6d3ab user: jan.nijtmans tags: core-8-branch | |
| 14:35 | merge-mark check-in: 162011d1a0 user: jan.nijtmans tags: trunk, main | |
| 14:34 | one more boolPtr -> intPtr check-in: 352215a109 user: jan.nijtmans tags: core-8-branch | |
| 14:26 | Simplify TclGetBoolFromObj() macro check-in: 68fb4fe634 user: jan.nijtmans tags: tip-618 | |
| 14:08 | Merge 8.7 check-in: c4c36b2706 user: jan.nijtmans tags: tip-618 | |
| 12:50 | Merge 8.7 check-in: bd0ef87d4d user: jan.nijtmans tags: trunk, main | |
| 12:08 | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write(). check-in: d699b9b145 user: pooryorick tags: core-8-branch | |
| 11:27 | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE check-in: 28b1e88eef user: jan.nijtmans tags: core-8-branch | |
| 10:20 | Merge 8.7 check-in: 06c121d0f3 user: jan.nijtmans tags: trunk, main | |
| 10:02 | Merge 8.6 check-in: c698281105 user: jan.nijtmans tags: core-8-branch | |
| 09:41 | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist when the API was desig... check-in: 81c8869db7 user: jan.nijtmans tags: core-8-6-branch | |
| 08:49 | Remove some unnecessary buffer reference counting in Write(). The reference counting in FlushChanne... check-in: a62764efd4 user: pooryorick tags: core-8-branch | |
|
2022-04-16
| ||
| 19:15 | Merge 8.7 check-in: 9c4b66708b user: jan.nijtmans tags: trunk, main | |
| 19:03 | Fix [0061c7a476]: signed integer overflow in ZipReadInt() check-in: 22b545403f user: jan.nijtmans tags: core-8-branch | |
|
2022-04-15
| ||
| 15:08 | Merge 8.7 check-in: c6be4c4d38 user: jan.nijtmans tags: tip-618 | |
| 14:53 | Merge 8.7 check-in: f62d9c7e98 user: jan.nijtmans tags: trunk, main | |
| 14:52 | Merge 8.6 check-in: 3481a747a0 user: jan.nijtmans tags: core-8-branch | |
| 14:50 | Fix [5294e6feca]: minizip for TIP #430 broken check-in: d38e8ba3b7 user: jan.nijtmans tags: core-8-6-branch | |
| 14:46 | Update documentation check-in: 58ae866945 user: jan.nijtmans tags: tip-618 | |
| 12:34 | merge trunk check-in: 42098e6b0c user: dgp tags: dgp-refactor | |
| 12:34 | merge trunk check-in: 10470de215 user: dgp tags: novem | |
| 12:27 | Remove macro's for Tcl_GetBoolFromObj/Tcl_GetBool check-in: c244e6531c user: jan.nijtmans tags: tip-618 | |
| 12:20 | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signatures check-in: 4b7f564fd6 user: jan.nijtmans tags: tip-618 | |
| 11:50 | Use lower 5 bits of flags for sizeof(*(boolPtr)) check-in: a1960fc252 user: jan.nijtmans tags: tip-618 | |
| 11:38 | Merge 8.7 check-in: 1c5bb19b01 user: jan.nijtmans tags: tip-618 | |
|
2022-04-14
| ||
| 21:01 | Merge 9.0 check-in: 15bcaf1527 user: jan.nijtmans tags: tip-616 | |
| 20:49 | Merge 9.0 check-in: bdbd113bfb user: jan.nijtmans tags: tip-619 | |
| 20:48 | Merge 8.7 Closed-Leaf check-in: c0e1ee7c21 user: jan.nijtmans tags: bug-5294e6feca | |
| 20:47 | Merge 8.7 check-in: afb97876e9 user: jan.nijtmans tags: full-utf-for-87 | |
| 20:46 | Merge 8.7 check-in: 8e12109fba user: jan.nijtmans tags: trunk, main | |
| 20:45 | Fix [da733cf8a6]: indexObj-6.7 fails check-in: 63d533a2e6 user: jan.nijtmans tags: core-8-branch | |
| 14:23 | Update to latest version of tinydir check-in: c311c164c7 user: jan.nijtmans tags: bug-5294e6feca | |
| 14:05 | Proposed fix for [5294e6feca]: minizip for TIP #430 broken check-in: 27d3c50b99 user: jan.nijtmans tags: bug-5294e6feca | |
| 13:35 | merge-mark check-in: cdbfbb791e user: jan.nijtmans tags: full-utf-for-87 | |
| 13:17 | Merge 9.0 check-in: 118b29f6a7 user: jan.nijtmans tags: tip-619 | |
| 12:57 | Merge 8.7 check-in: 71b15dc856 user: jan.nijtmans tags: trunk, main | |
| 12:45 | Merge 8.6 check-in: f0f432d1f4 user: jan.nijtmans tags: core-8-branch | |
| 12:39 | Change testConstraint "ucs4" to "utf32", since that's more accurate check-in: b005369240 user: jan.nijtmans tags: core-8-6-branch | |
| 12:05 | Merge 8.7 check-in: f8cdc915ce user: jan.nijtmans tags: full-utf-for-87 | |
| 08:51 | Merge 8.7 check-in: 5b56055122 user: jan.nijtmans tags: trunk, main | |
| 08:48 | Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value which conflicts less with ... check-in: 679e82a812 user: jan.nijtmans tags: core-8-branch | |
| 06:43 | Merge 8.7 check-in: 91094d4952 user: jan.nijtmans tags: trunk, main | |
| 06:13 | It looks like minizip is broken, so let's use zip check-in: 5b1e91ea78 user: jan.nijtmans tags: core-8-branch | |
|
2022-04-13
| ||
| 21:39 | Eliminate many (enum) type-casts, no longer necessary thanks to TIP #613 check-in: f55ca129b3 user: jan.nijtmans tags: trunk, main | |
| 20:49 | merge trunk check-in: 4656ed8ff1 user: dgp tags: dgp-refactor | |
| 20:43 | merge trunk check-in: ef3392072a user: dgp tags: novem | |
|
2022-04-12
| ||
| 15:28 | Merge 9.0 Closed-Leaf check-in: fad4faf6bd user: jan.nijtmans tags: tip-613-usage | |
| 14:45 | Merge 8.7 check-in: 36fed047f1 user: jan.nijtmans tags: trunk, main | |
| 14:34 | Adapt tclZipfs.c to zlib 1.2.12 (due to the changes in crc32 handling) check-in: 3a6870ae67 user: jan.nijtmans tags: core-8-branch | |
| 13:53 | Code formatting check-in: b9ec970f2b user: jan.nijtmans tags: tip-613-usage | |
| 13:32 | Merge 9.0 check-in: bd27ca5ff2 user: jan.nijtmans tags: tip-613-usage | |
| 13:16 | Merge 8.7 check-in: e5f388f030 user: jan.nijtmans tags: trunk, main | |
| 12:56 | Merge 8.6 check-in: a7a81a774c user: jan.nijtmans tags: core-8-branch | |
| 12:42 | Update .fossil-settings/crlf-glob check-in: 047027f505 user: jan.nijtmans tags: core-8-6-branch | |
| 12:26 | Merge 9.0 check-in: 227f5fefd5 user: jan.nijtmans tags: tip-613-usage | |
| 12:14 | Merge 8.7 check-in: b18187c601 user: jan.nijtmans tags: trunk, main | |
| 12:12 | Merge 8.6 check-in: 2f894c40be user: jan.nijtmans tags: core-8-branch | |
| 12:08 | Update all zdll.lib files, for update symbols in zlib 1.2.12 check-in: 00d886ed9b user: jan.nijtmans tags: core-8-6-branch | |
| 10:54 | Fix breakage in tclInterp.c check-in: 02b74500d4 user: jan.nijtmans tags: tip-613-usage | |
| 08:53 | Merge 8.6 check-in: 6ef3971348 user: jan.nijtmans tags: core-8-branch | |
| 07:55 | Update zlib to version 1.2.12 check-in: 8904fff036 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-04-11
| ||
| 20:18 | Compile zlib-1.2.12 for win64-arm Closed-Leaf check-in: 56dec8d8ce user: jan.nijtmans tags: zlib-1.2.12 | |
| 15:13 | CC_NONE -> CC_NULL. Otherwise, there's a conflict with Windows headers check-in: 168623ec98 user: jan.nijtmans tags: tip-613-usage | |
| 12:15 | Update zlib to version 1.2.12 (windows-arm version of zlib1.dll still missing) check-in: c40a3a07a0 user: jan.nijtmans tags: zlib-1.2.12 | |
| 11:20 | Merge 9.0. Eliminate almost all remaining (enum) casts check-in: c07c617c41 user: jan.nijtmans tags: tip-613-usage | |
|
2022-04-08
| ||
| 13:58 | merge trunk check-in: 3ea55c9ab0 user: dgp tags: dgp-refactor | |
| 13:58 | merge trunk check-in: 279339f1ce user: dgp tags: novem | |
| 13:01 | Merge 9.0 check-in: 9deb2f6e30 user: jan.nijtmans tags: tip-619 | |
| 12:58 | Merge 9.0 check-in: c3e1923e3d user: jan.nijtmans tags: tip-616 | |
| 12:46 | Merge 8.7. Fix some indexObj testcases on 32-bit systems check-in: a6e0a098ba user: jan.nijtmans tags: trunk, main | |
| 12:10 | Use INT2PTR/PTR2INT macro's as appropriate check-in: e9ab489141 user: jan.nijtmans tags: core-8-branch | |
| 10:16 | Merge 9.0 check-in: b260952b61 user: jan.nijtmans tags: tip-613-usage | |
| 09:37 | Merge 9.0 check-in: a1d061ebc8 user: jan.nijtmans tags: tip-619 | |
| 09:17 | merge-mark check-in: cd54e2d73a user: jan.nijtmans tags: trunk, main | |
| 09:13 | Merge 8.6 check-in: c4999e5dce user: jan.nijtmans tags: core-8-branch | |
| 09:10 | Fix [05ff16e799]: signed integer overflow in ExtendStringRepWithUnicode() check-in: 4958391d5a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-04-05
| ||
| 07:18 | RFE [655300]: Deprecate Tcl_MakeSafe() check-in: b7fefa1dd4 user: jan.nijtmans tags: rfe-655300 | |
|
2022-04-04
| ||
| 15:27 | Merge 8.7 check-in: a056d8902d user: jan.nijtmans tags: full-utf-for-87 | |
| 14:56 | Merge 8.7 check-in: 1b310013d7 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 14:55 | Merge 9.0 check-in: 6294eff1c3 user: jan.nijtmans tags: tip-616 | |
| 14:33 | merge-mark check-in: c1acf3a241 user: jan.nijtmans tags: trunk, main | |
| 14:32 | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int. check-in: f5b2c384a5 user: jan.nijtmans tags: core-8-branch | |
| 14:09 | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int. check-in: 9c41cca07e user: jan.nijtmans tags: trunk, main | |
| 13:08 | Merge 9.0 check-in: 1f9dd2280e user: jan.nijtmans tags: tip-616 | |
| 12:57 | merge trunk check-in: 51f65efd0f user: dgp tags: novem | |
| 12:57 | merge trunk check-in: 59f5025130 user: dgp tags: dgp-refactor | |
| 12:17 | Merge 8.7 check-in: 8c20b86cd2 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 11:58 | Merge 8.7 check-in: bc833ddfd2 user: jan.nijtmans tags: tip-618 | |
| 11:53 | Merge 8.7 check-in: 06d0ee3bb0 user: jan.nijtmans tags: trunk, main | |
| 11:35 | Merge 8.6. http -> 2.10a2 check-in: 9ebb3b317f user: jan.nijtmans tags: core-8-branch | |
| 11:30 | Additional braces for (sizePtr), just to be sure check-in: ea08eb2c79 user: jan.nijtmans tags: core-8-branch | |
| 11:16 | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 check-in: 137067079a user: jan.nijtmans tags: core-8-6-branch | |
| 10:17 | Merge 8.7. Fix implementation as noted by Ashok. check-in: a8be31404e user: jan.nijtmans tags: tip-618 | |
| 09:03 | Merge 8.7 check-in: 3e689dda8a user: jan.nijtmans tags: trunk, main | |
| 08:51 | Fix TIP #613 implementation, when (indexPtr) is more than a simple variable name. Thanks, @ashok! check-in: 8ca41d8daf user: jan.nijtmans tags: core-8-branch | |
| 01:42 | Panic if Testsaveresult call to Tcl_GetBoolFromObj overwrites memory. check-in: 591a2c7ba8 user: apnadkarni tags: tip-618 | |
|
2022-04-03
| ||
| 12:11 | Add Ashok's example check-in: 2b36bb36e6 user: jan.nijtmans tags: tip-618 | |
|
2022-04-01
| ||
| 15:28 | Start handling 'last' arguments check-in: 544f0f0fc5 user: jan.nijtmans tags: tip-615 | |
| 13:36 | Rebase to Tcl 9.0 check-in: 2c8ec3463c user: jan.nijtmans tags: tip-613-usage | |
| 13:16 | Merge 8.7 check-in: 56bf4c5824 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 13:13 | Merge 9.0 check-in: 4edde5dc8a user: jan.nijtmans tags: tip-616 | |
| 13:12 | Merge 9.0 check-in: 4ce1a22a7f user: jan.nijtmans tags: tip-619 | |
| 12:55 | merge trunk check-in: a666fecbe6 user: dgp tags: dgp-refactor | |
| 12:52 | merge trunk check-in: 3523e66dcb user: dgp tags: novem | |
| 10:33 | Merge 9.0 check-in: a46b82b5b8 user: jan.nijtmans tags: tip-622 | |
| 10:29 | Add UTF-16 versions of Tcl_GetCharLength/Tcl_GetRange/Tcl_GetUniChar to the stub table. Should have ... check-in: 9e1c0d7636 user: jan.nijtmans tags: trunk, main | |
| 09:48 | Fix some more testcases (involving string reverse/trim) check-in: ceef59a9f1 user: jan.nijtmans tags: tip-619 | |
| 07:50 | More protections for invalid argc values check-in: 643f9d1450 user: jan.nijtmans tags: tip-616 | |
| 07:32 | Undo (unnecessary) change in tclMain.c check-in: 8b0ce05c29 user: jan.nijtmans tags: tip-615 | |
| 07:13 | Merge 8.7 check-in: d2474ffcdc user: jan.nijtmans tags: tip-615 | |
|
2022-03-31
| ||
| 21:45 | Make "word" in ForIterData size_t ; check-in: fa4ded9ebe user: jan.nijtmans tags: tip-616 | |
| 21:25 | more tweaks check-in: f89280f1fb user: jan.nijtmans tags: tip-616 | |
| 20:10 | More progress check-in: 24e731e5e2 user: jan.nijtmans tags: tip-616 | |
| 16:33 | more progress check-in: e87add1ce3 user: jan.nijtmans tags: tip-616 | |
| 16:21 | More progress check-in: a8d3491010 user: jan.nijtmans tags: tip-616 | |
| 15:59 | more progress check-in: c4d11f04a1 user: jan.nijtmans tags: tip-616 | |
| 13:48 | Better errpr-handling check-in: 086055bcdf user: jan.nijtmans tags: tip-618 | |
| 13:37 | Handle objPtr == NULL / interp == NULL better check-in: d5a055aa3f user: jan.nijtmans tags: tip-618 | |
| 13:24 | uint??_t -> int??_t check-in: d19e4d6be7 user: jan.nijtmans tags: tip-618 | |
| 11:07 | Merge 8.7. Make room for TIP #622 stub entries check-in: 3a50a6e775 user: jan.nijtmans tags: tip-618 | |
| 10:08 | Final tweaks in testcases check-in: 90ada8fb35 user: jan.nijtmans tags: tip-619 | |
| 09:44 | Oops check-in: 79cf8dfd4b user: jan.nijtmans tags: tip-619 | |
| 07:20 | Minor change in utf.test check-in: 87fbb569c8 user: jan.nijtmans tags: tip-619 | |
| 07:08 | Merge 9.0. Restore some testcases working correctly with TCL_UTF_MAX=3 check-in: 29baa0e4f8 user: jan.nijtmans tags: tip-619 | |
|
2022-03-30
| ||
| 19:51 | merge trunk check-in: 8aaf572217 user: dgp tags: dgp-refactor | |
| 19:48 | merge trunk check-in: 6427931523 user: dgp tags: novem | |
| 15:44 | More progress check-in: 7939de52fe user: jan.nijtmans tags: tip-616 | |
| 14:46 | More progress check-in: 308da2dbf7 user: jan.nijtmans tags: tip-616 | |
| 12:25 | Merge 9.0 check-in: 0c8bec9859 user: jan.nijtmans tags: tip-616 | |
| 12:16 | Merge 9.0 check-in: b8cda9c82e user: jan.nijtmans tags: tip-622 | |
| 12:13 | Fix limit-checking on first/last arguments for Tcl_GetRange(). Was not correctly forward-merged from... check-in: 876c0a74be user: jan.nijtmans tags: trunk, main | |
| 11:56 | Change UTF-16 version of Tcl_GetRange() not to use the tclStringObj type any more check-in: fb73b2740d user: jan.nijtmans tags: full-utf-for-87 | |
|
2022-03-29
| ||
| 22:17 | Merge 9.0. Fix CONTINUATION macro, and testcases check-in: 38c85a4afd user: jan.nijtmans tags: tip-619 | |
| 21:14 | Undo deprecation for Tcl_AppendUnicodeToObj (as described in the TIP) check-in: 27ad4bdde1 user: jan.nijtmans tags: full-utf-for-87 | |
| 20:39 | Merge 9.0 check-in: 7aed67e9e6 user: jan.nijtmans tags: tip-622 | |
| 19:40 | Add UTF-16 versions of Tcl_NumUtfChars/Tcl_UtfAtIndex to the stub table. Should have been part of TI... check-in: 87bc45e9d1 user: jan.nijtmans tags: trunk, main | |
| 19:25 | merge trunk check-in: 5896401477 user: dgp tags: dgp-refactor | |
| 19:24 | merge trunk check-in: 42e10e091e user: dgp tags: novem | |
| 13:57 | Merge 8.7 check-in: 73d9f7b823 user: jan.nijtmans tags: full-utf-for-87 | |
| 13:56 | Merge 9.0 check-in: 9643ca7e40 user: jan.nijtmans tags: tip-622 | |
| 13:42 | Merge 9.0 check-in: 0ae0bd6a24 user: jan.nijtmans tags: tip-616 | |
| 13:41 | Merge 8.7 check-in: 29f2111bc0 user: jan.nijtmans tags: trunk, main | |
| 13:40 | Don't bother UINT2PTR, since INT2PTR is just as good. check-in: 94e9d6ea9b user: jan.nijtmans tags: core-8-branch | |
| 13:17 | More progress check-in: 205f96536f user: jan.nijtmans tags: tip-616 | |
| 10:37 | More progress check-in: c561bb0174 user: jan.nijtmans tags: tip-616 | |
| 09:39 | Merge 9.0 check-in: c8bd2f31ce user: jan.nijtmans tags: tip-622 | |
| 09:30 | Merge 9.0 check-in: cb2a7d7c43 user: jan.nijtmans tags: tip-616 | |
| 09:27 | Merge 8.7. If TCL_NO_DEPRECATED always compile tclTest.o with TCL_UTF_MAX=4 (Because - otherwise the... check-in: 736cb8f480 user: jan.nijtmans tags: full-utf-for-87 | |
| 08:43 | Merge 8.7 check-in: 4ec57ed516 user: jan.nijtmans tags: trunk, main | |
| 08:42 | Merge 8.6 check-in: f7ec4ed591 user: jan.nijtmans tags: core-8-branch | |
| 08:38 | Add --enable-symbols=all builds check-in: fe445b4318 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-03-28
| ||
| 14:05 | merge trunk check-in: 1dabf53a84 user: dgp tags: dgp-refactor | |
| 14:03 | merge trunk check-in: 6966652baf user: dgp tags: novem | |
| 12:24 | Merge 8.7. Register "string" objType when TCL_UTF_MAX=3 (fixes regression in previous commit) check-in: 75efdec8f4 user: jan.nijtmans tags: full-utf-for-87 | |
| 11:48 | Merge 8.7 check-in: f0c5b7eabd user: jan.nijtmans tags: trunk, main | |
| 11:39 | More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packets type size_t check-in: 53ab5e4b9f user: jan.nijtmans tags: core-8-branch | |
| 10:07 | Fix some compiler warnings check-in: 9a1423505b user: jan.nijtmans tags: tip-616 | |
| 07:15 | Add enable-symbols=all builds to various platforms Closed-Leaf check-in: 68769ad203 user: jan.nijtmans tags: enable-symbols-all | |
|
2022-03-26
| ||
| 23:02 | Don't run obj-1.1 test with -DTCL_NO_DEPRECATED check-in: 447ae295e2 user: jan.nijtmans tags: full-utf-for-87 | |
|
2022-03-25
| ||
| 15:36 | Merge 8.7 check-in: 01f361fbb5 user: jan.nijtmans tags: trunk, main | |
| 15:31 | Fix [9c1dc88f86]: warning about different signedness when compile TCL on Windows. check-in: 5a3df78fb4 user: jan.nijtmans tags: core-8-branch | |
| 12:14 | Unbreak build with-DTCL_UTF_MAX=3 check-in: c699710e15 user: jan.nijtmans tags: full-utf-for-87 | |
| 08:20 | Put back Tcl_AppendUnicodeToObj() check-in: b0051f1af1 user: jan.nijtmans tags: tip-622 | |
|
2022-03-24
| ||
| 23:29 | bugfix: Handle NULL characters in Tcl_GetCharLength() check-in: 2dcfc940e5 user: jan.nijtmans tags: full-utf-for-87 | |
| 22:55 | Bugfix for TclGetCharLength(): Make sure objPtr->bytes is filled check-in: 36e99f8654 user: jan.nijtmans tags: tip-622 | |
| 22:18 | size_t continued check-in: 70f7e01e90 user: jan.nijtmans tags: tip-616 | |
| 21:24 | More size_t check-in: 0539fd20c5 user: jan.nijtmans tags: tip-616 | |
| 14:28 | Add UTF-16 versions of Tcl_GetRange/Tcl_GetUniChar check-in: 019a79d8e8 user: jan.nijtmans tags: tip-622 | |
| 13:58 | Add TclGetUniChar() to the compatibility set check-in: e75009fecd user: jan.nijtmans tags: full-utf-for-87 | |
| 13:18 | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndex check-in: 51e84a3825 user: jan.nijtmans tags: full-utf-for-87 | |
| 12:43 | Add TclGetRange() to the compatibility set check-in: 004fcfa041 user: jan.nijtmans tags: full-utf-for-87 | |
| 11:34 | Implement PANIC when the UTF16 compatibility layer is used in combination with -DTCL_NO_DEPRECATED check-in: c9d9aaf618 user: jan.nijtmans tags: full-utf-for-87 | |
| 10:48 | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. So, we make sure that it... check-in: a68880dccd user: jan.nijtmans tags: full-utf-for-87 | |
|
2022-03-23
| ||
| 20:10 | Make varIndexes a size_t[] check-in: 05b146d3be user: jan.nijtmans tags: tip-616 | |
| 17:22 | More progress check-in: a917223f94 user: jan.nijtmans tags: tip-616 | |
| 16:57 | Merge 9.0. More progress check-in: 567f709b24 user: jan.nijtmans tags: tip-616 | |
| 16:33 | Fix for UpdateStringOfUTF16String() check-in: bdeaacdce5 user: jan.nijtmans tags: full-utf-for-87 | |
| 16:19 | Put back TclNumUtfChars() macro as TclNumUtfCharsM() check-in: 790f6f1d5a user: jan.nijtmans tags: full-utf-for-87 | |
| 14:32 | Fix Tcl_UniCharAtIndex() for UTF-16 compabitility layer check-in: 01f2ee09b4 user: jan.nijtmans tags: full-utf-for-87 | |
| 13:31 | Fix crash in (compabitility) "string" objType check-in: 26ed86a3c8 user: jan.nijtmans tags: full-utf-for-87 | |
|
2022-03-22
| ||
| 23:18 | Simplyfy Tcl_UtfAtIndex check-in: d395ff5ce6 user: jan.nijtmans tags: tip-622 | |
| 20:11 | Merge 9.0 check-in: b83a28b5d6 user: jan.nijtmans tags: tip-622 | |
| 20:07 | Merge 8.7 check-in: 40b724b4a8 user: jan.nijtmans tags: full-utf-for-87 | |
| 20:00 | Merge 8.7 check-in: 6e4122820d user: jan.nijtmans tags: trunk, main | |
| 19:58 | Merge 8.6 check-in: 803ec228b2 user: jan.nijtmans tags: core-8-branch | |
| 19:48 | Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize STRING_SIZE a little bit... check-in: 44ba6e4ce3 user: jan.nijtmans tags: core-8-6-branch | |
| 17:37 | merge trunk check-in: 74a815a617 user: dgp tags: dgp-refactor | |
| 17:37 | merge trunk check-in: 2ecf7eee95 user: dgp tags: novem | |
| 17:25 | Merge 9.0 check-in: da67e58db1 user: jan.nijtmans tags: tip-622 | |
| 17:25 | Merge 8.7 check-in: 6de7c57db7 user: jan.nijtmans tags: trunk, main | |
| 17:06 | Put back TclNumUtfChars (as TclNumUtfCharsM) macro for speedup check-in: a52cd29e90 user: jan.nijtmans tags: tip-622 | |
| 16:49 | Merge 8.6 check-in: 7d6611d6c8 user: jan.nijtmans tags: core-8-branch | |
| 16:47 | Merge 8.5 check-in: 6fcef48446 user: jan.nijtmans tags: core-8-6-branch | |
| 16:12 | ucs4 -> utf32 check-in: bfaf2a12a9 user: jan.nijtmans tags: full-utf-for-87 | |
| 15:53 | Merge 8.7 check-in: 0f9f9fb1e6 user: jan.nijtmans tags: full-utf-for-87 | |
| 15:38 | Feature-complete check-in: d2ae10faca user: jan.nijtmans tags: full-utf-for-87 | |
| 11:25 | More progress check-in: 8a7b81816e user: jan.nijtmans tags: full-utf-for-87 | |
| 08:16 | Add UTF-16 versions of Tcl_UniCharLength/Tcl_NumUtfChars/Tcl_UtfAtIndex. Needed for Tk's glyph_index... check-in: d9384cad48 user: jan.nijtmans tags: tip-622 | |
| 00:46 | Fix [ac601b59bab7] by making only unloading a library from the process if it has an Unload functions... check-in: f0a6d62a1a user: pooryorick tags: core-8-branch | |
|
2022-03-21
| ||
| 19:00 | merge trunk check-in: 0d1b86a27c user: dgp tags: dgp-refactor | |
| 19:00 | merge trunk check-in: 96b3712b4d user: dgp tags: novem | |
| 14:19 | Merge 9.0 check-in: d5e4d34abb user: jan.nijtmans tags: tip-616 | |
| 14:18 | Fix compiler warnings, due to the use of macro's check-in: 67dcdf17e2 user: jan.nijtmans tags: trunk, main | |
| 14:17 | Change expectation for encoding-24.15 testcase: current code cannot detect (yet) that this byte seq... check-in: 3e2264d373 user: jan.nijtmans tags: trunk, main | |
| 11:57 | Merge 8.7 check-in: 09bc9a1e28 user: jan.nijtmans tags: trunk, main | |
| 09:57 | Fix [4dbfa46caa]: TIP #601 bug: handling of '-buffersize' check-in: dd396e24b7 user: jan.nijtmans tags: core-8-branch | |
|
2022-03-20
| ||
| 23:14 | Merge 8.7, and fix the bug Closed-Leaf check-in: a9013de8ad user: jan.nijtmans tags: bug-4dbfa46caa | |
| 21:33 | Merge 8.7 Fix Tcl_UtfToExternalDString/Tcl_ExternalToUtfDString to use the right flag value (TCL_ENC... check-in: d5909b1f12 user: jan.nijtmans tags: trunk, main | |
| 20:41 | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to test for errors in Tcl_U... check-in: a0c063f093 user: jan.nijtmans tags: core-8-branch | |
| 20:17 | Adapt Tcl_GetChannelBufferSize signature check-in: 30a2502062 user: jan.nijtmans tags: tip-616 | |
|
2022-03-18
| ||
| 23:09 | Further , check-in: 995c65ad87 user: jan.nijtmans tags: tip-616 | |
| 22:11 | More progress check-in: 5e82dc9591 user: jan.nijtmans tags: tip-616 | |
| 15:39 | See [4dbfa46caa]: Remove "constraint deprecated" from failing testcases which should pass check-in: 126625695d user: jan.nijtmans tags: bug-4dbfa46caa | |
| 14:04 | Merge 9.0 check-in: 6477ffafea user: jan.nijtmans tags: tip-616 | |
| 14:04 | Merge 9.0 check-in: 220e472e1d user: jan.nijtmans tags: tip-619 | |
| 14:03 | Merge 8.7 check-in: 7c6c144e01 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 13:22 | Merge 8.7 check-in: b1420df200 user: jan.nijtmans tags: trunk, main | |
| 13:05 | Fix meaning of "testConstraint deprepcated" in encoding.test: Those testcases tested the behavior of... check-in: 513ba8d654 user: jan.nijtmans tags: core-8-branch | |
| 13:04 | Add proper cleanup to testcases check-in: 0ac2bbd603 user: jan.nijtmans tags: core-8-branch | |
| 11:24 | Merge 8.7 check-in: 9abe412215 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 11:18 | Merge 9.0 check-in: 43e035eb1e user: jan.nijtmans tags: tip-619 | |
| 11:08 | Merge 9.0 check-in: f0d0d1ae2c user: jan.nijtmans tags: tip-616 | |
| 11:06 | Add proper clean-up to 3 testcases. Failing this, causes test-failures on Windows check-in: f5b119a239 user: jan.nijtmans tags: trunk, main | |
|
2022-03-17
| ||
| 17:52 | Eliminate "deprecated" constraint: doens't exist in 9.0 any more. Also remove unused variable check-in: 36d988130e user: jan.nijtmans tags: tip607-encoding-failindex | |
| 17:25 | TIP607 encoding failindex: merge trunk. Correct the remaining use of TCL_ENCODING_STOPONERROR by !TC... check-in: c6a2f6fa80 user: oehhar tags: tip607-encoding-failindex | |
| 17:02 | Update documentation check-in: c69d45fc78 user: jan.nijtmans tags: trunk, main | |
| 16:55 | Eliminate usage of TCL_ENCODING_STOPONERROR flag, since in Tcl 9.0 is has no meaning any more check-in: 511ea65183 user: jan.nijtmans tags: trunk, main | |
| 16:47 | Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when possible, since TCL_ENCOD... check-in: 433dfc2288 user: jan.nijtmans tags: core-8-branch | |
| 16:30 | TIP607 encoding failindex: also implement encoding convertto, move tests to cmdAH.test, as the other... check-in: f123c80acf user: oehhar tags: tip607-encoding-failindex | |
| 15:40 | Merge fork check-in: fdae83aded user: jan.nijtmans tags: tip607-encoding-failindex | |
| 15:38 | More check-in: 6267a2e0b5 user: jan.nijtmans tags: tip-616 | |
| 15:05 | More progress check-in: 4c5be4f585 user: jan.nijtmans tags: tip-616 | |
| 14:12 | merge main check-in: 38951135b3 user: oehhar tags: tip607-encoding-failindex | |
| 13:44 | Merge 9.0 check-in: 8707b51282 user: jan.nijtmans tags: tip-616 | |
| 13:34 | Merge 9.0 check-in: 147f584909 user: jan.nijtmans tags: tip607-encoding-failindex | |
| 13:23 | TIP607 encoding failindex: correct error message, test bytecompiled version check-in: 7cc915be21 user: oehhar tags: tip607-encoding-failindex | |
| 12:07 | merge-mark check-in: 073263bf23 user: jan.nijtmans tags: trunk, main | |
| 12:07 | Merge 8.6 check-in: 9f61609437 user: jan.nijtmans tags: core-8-branch | |
| 12:00 | Fix 2 testcases which are not testing what they should be testing (since "-encoding ascii" cannot ha... check-in: d639572141 user: jan.nijtmans tags: core-8-6-branch | |
| 11:37 | Merge 8.7 check-in: 1555f0596f user: jan.nijtmans tags: trunk, main | |
| 09:51 | TIP #601: Make "encoding convertto/convertfrom" throw exceptions check-in: fb919be8a3 user: jan.nijtmans tags: core-8-branch | |
|
2022-03-16
| ||
| 23:08 | Handle Tcl_UtfAtIndex check-in: 4d35f48f7c user: jan.nijtmans tags: full-utf-for-87 | |
| 22:21 | Handle Tcl_GetCharLength check-in: 2cce141084 user: jan.nijtmans tags: full-utf-for-87 | |
| 18:26 | merge trunk check-in: fb0f56616f user: oehhar tags: tip607-encoding-failindex | |
| 18:20 | TIP607 encoding failindex: revert ckeckin [add9ed8887] : just wait for symbol load in VS2015 and it ... check-in: c8720dea86 user: oehhar tags: tip607-encoding-failindex | |
| 14:55 | Merge 8.7. First working version, feature complete check-in: a9a14d5e6c user: jan.nijtmans tags: full-utf-for-87 | |
|
2022-03-15
| ||
| 17:14 | Merge 8.7 check-in: 9723d06eae user: jan.nijtmans tags: trunk, main | |
| 17:13 | Merge 8.6 check-in: 790351a15d user: jan.nijtmans tags: core-8-branch | |
| 17:12 | Fix [639208cc7b]: main makefile.vc OPTS=static compile error in libtommath\bn_mp_set_i64.c: An unary... check-in: 47d5aef864 user: jan.nijtmans tags: core-8-6-branch | |
| 16:17 | update rules.vc check-in: 59d6af3292 user: jan.nijtmans tags: full-utf-for-87 | |
| 16:15 | Now - really - allow TCL_UTF_MAX=3 compiling with nmake build check-in: 3c9bd3dae6 user: jan.nijtmans tags: trunk, main | |
| 16:00 | Make framePtr->level size_t check-in: 02078e746d user: jan.nijtmans tags: tip-616 | |
| 15:26 | Merge 9.0 check-in: d55381f7da user: jan.nijtmans tags: tip-616 | |
| 13:59 | Merge 9.0. Don't combine surrogates when appending UTF-32 strings check-in: 80bff79ed3 user: jan.nijtmans tags: tip-619 | |
| 10:28 | TIP607 encoding failindex: correct test which works now. check-in: 0d006415cf user: oehhar tags: tip607-encoding-failindex | |
| 10:15 | win/makefile.vc: required correction for noembed,symbols to allow debugging with MS-VS2015. Otherwis... check-in: add9ed8887 user: oehhar tags: tip607-encoding-failindex | |
| 08:34 | Merge 8.7. Add builds with TCL_UTF_MAX=3 on github check-in: ed52402306 user: jan.nijtmans tags: trunk, main | |
| 07:52 | Even though Tcl_UniChar == int (in this "#if TCL_UTF_MAX>3 block), use the correct signature for Tcl... check-in: 2bdd750eee user: jan.nijtmans tags: core-8-branch | |
| 07:09 | TIP607 encoding failindex: test correction check-in: a9b94c0646 user: oehhar tags: tip607-encoding-failindex | |
|
2022-03-14
| ||
| 23:14 | Some restructuring. Now compiles/runs fine with TCL_UTF_MAX=3 check-in: 7772cd8a61 user: jan.nijtmans tags: full-utf-for-87 | |
| 21:15 | Merge 8.7 check-in: 1a05049b06 user: jan.nijtmans tags: trunk, main | |
| 20:59 | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 has problem when the sign... check-in: b8efe8c796 user: jan.nijtmans tags: core-8-branch | |
| 18:27 | TIP607 encoding failindex: get work out of 8.7 branch to this 9.0 branch. TIP is rebased. check-in: 51b9b286d8 user: oehhar tags: tip607-encoding-failindex | |
| 18:25 | Merge main check-in: a11f5ee706 user: oehhar tags: tip607-encoding-failindex | |
| 18:24 | Add "const" to some other parameters to avoid compiler failure on MS-VC 2015. Hope this is ok. check-in: c85e25dcb3 user: oehhar tags: trunk, main | |
| 18:15 | Add "const" to TclObjLookupVar parameter 6 and 7 to avoid compiler failure on MS-VC 2015. Hope this ... check-in: 2257a5fc3f user: oehhar tags: trunk, main | |
| 18:06 | TIP605 encoding failindex: prepare TCL 9.0 main branch with branch "encodings-with-flags" merged. check-in: c8fc04b93b user: oehhar tags: tip607-encoding-failindex | |
| 17:39 | TIP607 encoding failindex: some tests and implementation (not working) check-in: 2f1594f38b user: oehhar tags: tip607-encoding-failindex | |
| 16:10 | TIP607 encoding failindex: options -failindex and -nocomplain may not both be specified Closed-Leaf check-in: 98ac044f33 user: oehhar tags: tip607-encoding-failindex | |
| 16:06 | More progress check-in: 48ab8b7472 user: jan.nijtmans tags: full-utf-for-87 | |
| 15:46 | TIP607 encoding failindex: start implementation check-in: a611c76903 user: oehhar tags: tip601-encoding-failindex, tip607-encoding-failindex | |
|
2022-03-13
| ||
| 23:12 | Merge 8.7. More progress check-in: 38d0c3aade user: jan.nijtmans tags: full-utf-for-87 | |
| 00:39 | Merge 8.7 check-in: 9cf43794f3 user: jan.nijtmans tags: trunk, main | |
| 00:31 | Coroutine cleanup: clarify 'yieldparameter' value. Use less C stackspace check-in: f3a0c179b9 user: jan.nijtmans tags: core-8-branch | |
|
2022-03-12
| ||
| 23:28 | merge-mark check-in: 73c3149474 user: jan.nijtmans tags: core-8-branch | |
| 23:25 | Fix 2 warnings: warning C4018: '>': signed/unsigned mismatch check-in: 1403ead867 user: jan.nijtmans tags: core-8-6-branch | |
| 23:21 | Start defining "utf32string" type check-in: b46d5c684f user: jan.nijtmans tags: full-utf-for-87 | |
| 22:30 | More progress check-in: 2e24803530 user: jan.nijtmans tags: full-utf-for-87 | |
|
2022-03-11
| ||
| 22:43 | 2 more functions check-in: f3580d9f09 user: jan.nijtmans tags: full-utf-for-87 | |
| 22:11 | Handle TclUniCharNcmp() check-in: 715b107f62 user: jan.nijtmans tags: full-utf-for-87 | |
| 20:56 | Update overflow protections to the size_t type. check-in: 239f8bba15 user: dgp tags: trunk, main | |
| 19:37 | merge 8.7 check-in: 5c134ed668 user: dgp tags: trunk, main | |
| 19:36 | merge 8.6 check-in: 6f37bc1611 user: dgp tags: core-8-branch | |
| 19:30 | Revise the loop logic to be more correct, more clear, and more consisten with other branches. check-in: 22d14f422c user: dgp tags: core-8-6-branch | |
| 19:15 | [9c7557160f] Alternative fix for UB handling of int overflow. check-in: 601a2b1dfe user: dgp tags: core-8-6-branch | |
| 18:23 | WIP Leaf check-in: e2fd275d2f user: dgp tags: tcl9-design | |
| 17:17 | WIP check-in: 15d2ddfe4d user: dgp tags: tcl9-design | |
| 16:47 | Alternatve patch to replace UB treatment of int overflow. Closed-Leaf check-in: be8578fdce user: dgp tags: bug-9c7557160f | |
| 15:55 | Merge 8.7 Closed-Leaf check-in: 01bcbc4c60 user: jan.nijtmans tags: coro-crunch | |
| 15:48 | merge trunk check-in: 00c325dd44 user: dgp tags: dgp-refactor | |
| 15:44 | merge trunk check-in: 5b614f9e0c user: dgp tags: novem | |
| 15:20 | Merge 9.0 check-in: ad50a0649b user: jan.nijtmans tags: tip-619 | |
| 15:16 | Merge 8.7 check-in: 29b95038cd user: jan.nijtmans tags: trunk, main | |
| 15:13 | Merge 8.7 check-in: 6c97d5b403 user: jan.nijtmans tags: full-utf-for-87 | |
| 15:12 | TIP #617 implementation fix: Don't panic on Tcl_UniCharLen() when compiled with TCL_UTF_MAX=4 check-in: 144192320f user: jan.nijtmans tags: core-8-branch | |
| 14:52 | Experiment: full UTF for 8.7. (WIP) check-in: 4a31181448 user: jan.nijtmans tags: full-utf-for-87 | |
| 14:45 | Merge 9.0. Update documentation check-in: 343bcc3b06 user: jan.nijtmans tags: tip-619 | |
| 13:58 | More tweaks check-in: ac04dae9b0 user: jan.nijtmans tags: coro-crunch | |
| 13:34 | clarify 'yieldparameter'. Eliminate variable 'unused', reduce coroutine stackspace check-in: b84d4c3ff6 user: jan.nijtmans tags: coro-crunch | |
| 12:10 | Merge 8.6 check-in: acf3149e65 user: jan.nijtmans tags: core-8-branch | |
| 08:48 | Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1 check-in: 47f36d7612 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-03-10
| ||
| 17:37 | clarify 'yieldparameter'. Eliminate variable 'unused' check-in: c10ab47273 user: jan.nijtmans tags: tip-616 | |
| 16:56 | merge 8.7 check-in: b0463de589 user: dgp tags: tcl9-design | |
| 16:43 | merge trunk check-in: f2bda3c4bb user: dgp tags: dgp-refactor | |
| 16:43 | merge trunk check-in: 5928749378 user: dgp tags: novem | |
| 16:18 | merge tip-616 Closed-Leaf check-in: e6b864bfa6 user: jan.nijtmans tags: tip-616-experiment | |
| 16:17 | Update doc, fix PrintSourceToObj signature check-in: 933c71ed7b user: jan.nijtmans tags: tip-616 | |
| 16:08 | Merge tip-616 check-in: 113abaae22 user: jan.nijtmans tags: tip-616-experiment | |
| 15:47 | Revert previous commit (doesn't work) and merge 9.0 check-in: fed2373ef8 user: jan.nijtmans tags: tip-616 | |
| 15:02 | Enhance internal "struct Interp" such that it can handle more than 2^31 levels check-in: 1118e2a7ab user: jan.nijtmans tags: trunk, main | |
| 14:03 | Enhance internal "struct CoroutineData" such that it can handle more than 2^31 levels/arguments check-in: cf3e7b9d06 user: jan.nijtmans tags: trunk, main | |
| 12:17 | Merge 8.7 check-in: ccad489003 user: jan.nijtmans tags: trunk, main | |
| 11:43 | Add ::tcl::test::build-info command to tcl::test package, so we can find out which compiler/options ... check-in: 41f20298cd user: jan.nijtmans tags: core-8-branch | |
| 10:42 | Merge 8.7 check-in: 06997b433a user: jan.nijtmans tags: trunk, main | |
| 10:37 | Eliminate nmake build warning check-in: 61e186fad0 user: jan.nijtmans tags: core-8-branch | |
| 10:32 | Merge 8.7 check-in: ad1714f9a5 user: jan.nijtmans tags: trunk, main | |
| 10:26 | Unused variable warning check-in: e4245088ee user: jan.nijtmans tags: core-8-branch | |
|
2022-03-09
| ||
| 19:37 | merge 8.7 check-in: f1d5e5874f user: dgp tags: tcl9-design | |
| 17:53 | More progress check-in: 0480ed9723 user: jan.nijtmans tags: tip-616 | |
| 16:46 | Merge 9.0 check-in: ebb18e6944 user: jan.nijtmans tags: tip-616 | |
| 15:46 | Merge 8.7 check-in: 8197faf9be user: jan.nijtmans tags: trunk, main | |
| 15:16 | Tweak test code such that it can be used to test indexes > 2^31 too, so no longer limit values to IN... check-in: e3ee44645c user: jan.nijtmans tags: core-8-branch | |
| 11:50 | Merge 8.7 check-in: 0e42f41f63 user: jan.nijtmans tags: tip-616-for-8.7 | |
|
2022-03-08
| ||
| 22:26 | initial work at using signed-storage for cases where values can actually be signed. check-in: 5030ee02cf user: bch tags: bch_sign_and_width | |
| 17:35 | merge 8.7 Closing this branch. The work on branch full-utf-for-8.7 is more likely to reach the ... Closed-Leaf check-in: 46d18fc696 user: dgp tags: dgp-ucs4 | |
| 17:29 | merge trunk check-in: dabc835dc5 user: dgp tags: dgp-refactor | |
| 17:29 | merge trunk check-in: 0a6fa275b2 user: dgp tags: novem | |
| 17:14 | merge mark check-in: 726136ec97 user: dgp tags: core-8-branch | |
| 17:12 | Backport fix and test for typecasting bug in Tcl_GetUniChar(). check-in: e7356da76c user: dgp tags: core-8-6-branch | |
| 15:34 | Merge 9.0 check-in: c785d752e4 user: jan.nijtmans tags: tip-616 | |
| 15:31 | Merge 8.7 check-in: 3aac064e60 user: jan.nijtmans tags: trunk, main | |
| 15:27 | Merge 8.6 check-in: 2cbce2c238 user: jan.nijtmans tags: core-8-branch | |
| 15:23 | Fix [9c7557160]: signed integer overflow in UpdateStringOfByteArray() check-in: 5e793d379a user: jan.nijtmans tags: core-8-6-branch | |
| 15:21 | Fix [1c7f179710]: undefined behavior for INST_LSHIFT in ExecuteExtendedBinaryMathOp() check-in: 8a68239de9 user: jan.nijtmans tags: core-8-6-branch | |
| 15:17 | Merge 8.7 check-in: 30337f31d9 user: jan.nijtmans tags: trunk, main | |
| 15:13 | Merge 8.6 check-in: 9254a17f88 user: jan.nijtmans tags: core-8-branch | |
| 15:10 | Fix [b6afa33737]: signed integer overflow in TclInitStringRep() macro check-in: a314f4ea62 user: jan.nijtmans tags: core-8-6-branch | |
| 11:38 | More size_t check-in: db643479d3 user: jan.nijtmans tags: tip-616 | |
| 10:38 | Provide somewhat more space in Tcl_CallFrame check-in: 67363cf967 user: jan.nijtmans tags: tip-616 | |
| 09:59 | Merge 9.0 check-in: a7ba5388fd user: jan.nijtmans tags: tip-616 | |
| 08:27 | Merge 8.7 check-in: f1e19261f7 user: jan.nijtmans tags: trunk, main | |
| 08:23 | This typecast is wrong (and was already wrong). Correct it, and add testcase to prove it check-in: 51b9da64b4 user: jan.nijtmans tags: core-8-branch | |
| 00:01 | Merge 8.7 check-in: 3528d7188f user: dgp tags: dgp-ucs4 | |
|
2022-03-07
| ||
| 23:59 | Starting in Tcl 8.7, Tcl_GetUniChar() returns int, not Tcl_UniChar (TIP 389). Make typecasts of retu... check-in: 421d89a270 user: dgp tags: core-8-branch | |
| 23:52 | Start sketch of offering UCS4 interfaces in Tcl 8.7. check-in: f71034e070 user: dgp tags: dgp-ucs4 | |
| 21:46 | merge core-8-branch check-in: b4f9552e15 user: fvogel tags: trunk, main | |
| 21:45 | Improve a bit the ttk::treeview man page by instructing the html generator not link some words in th... check-in: c6e09d5068 user: fvogel tags: core-8-branch | |
| 11:52 | More int -> size_t check-in: f8c76f841a user: jan.nijtmans tags: tip-616 | |
| 11:25 | Another round of int -> size_t for internal functions check-in: c3e9fab92a user: jan.nijtmans tags: tip-616 | |
|
2022-03-06
| ||
| 16:52 | merge trunk check-in: 09c4b95eec user: dgp tags: dgp-refactor | |
| 16:52 | merge trunk check-in: 8481502ba9 user: dgp tags: novem | |
| 16:10 | Merge-mark check-in: 729fdf970f user: jan.nijtmans tags: core-8-branch | |
| 16:10 | Fix [4789e18fcb]: signed integer overflow during obj-31.6 check-in: 7913cae186 user: jan.nijtmans tags: core-8-6-branch | |
| 15:51 | Merge-mark check-in: 38c7aaadce user: jan.nijtmans tags: trunk, main | |
| 15:51 | Merge 8.6 check-in: 1a8ae15079 user: jan.nijtmans tags: core-8-branch | |
| 15:49 | Fix [112e7aa36d]: signed integer overflow in Tcl_SetObjLength(), Tcl_AttemptSetObjLength() check-in: 2699f682ae user: jan.nijtmans tags: core-8-6-branch | |
| 15:46 | Merge tip-616 check-in: a23bb78289 user: jan.nijtmans tags: tip-616-experiment | |
| 15:44 | merge-mark check-in: 75044d8dfc user: jan.nijtmans tags: tip-616 | |
| 15:40 | Prepare for Tcl_Parse's commentSize/numTokens to become size_t check-in: 30b8504530 user: jan.nijtmans tags: trunk, main | |
| 15:28 | More progress check-in: 0ca30e14a0 user: jan.nijtmans tags: tip-616 | |
| 14:45 | Merge tip-616 check-in: a3c8b80019 user: jan.nijtmans tags: tip-616-experiment | |
| 14:40 | Merge 9.0 check-in: 2bf9f94c0e user: jan.nijtmans tags: tip-616 | |
|
2022-03-05
| ||
| 21:56 | -nothrow -> -nocomplain Closed-Leaf check-in: b3471f0625 user: jan.nijtmans tags: encodings-with-flags | |
| 11:20 | Merge 8.7 check-in: 562ea876a7 user: jan.nijtmans tags: trunk, main | |
| 10:32 | Add "const" to Tcl_SetNotifier() argument. Should have been part of TIP #27, looooooong ago. This si... check-in: a993dee980 user: jan.nijtmans tags: core-8-branch | |
|
2022-03-04
| ||
| 19:16 | merge trunk check-in: 7601f412eb user: dgp tags: novem | |
| 16:21 | Merge 8.7 check-in: 791cc676b8 user: jan.nijtmans tags: encodings-with-flags | |
| 16:19 | Merge 8.7 check-in: 1e892e4df9 user: jan.nijtmans tags: trunk, main | |
| 16:18 | Merge 8.6 check-in: 59b0904ac7 user: jan.nijtmans tags: core-8-branch | |
| 16:15 | Fix [8d8bb39962]: incorrect notifier initialization in tclXtNotify.c check-in: 362f6d184c user: jan.nijtmans tags: core-8-6-branch | |
|
2022-03-03
| ||
| 16:06 | Merge 9.0 check-in: 420de76f4f user: jan.nijtmans tags: tip-619 | |
| 15:58 | Fix warning when compiling with -DTCL_UTF_MAX=3: tclDecls.h:3921:27: warning: initialization of ‘s... check-in: ba11bb4b2b user: jan.nijtmans tags: trunk, main | |
| 13:05 | TIP #619 implementation. tests not working yet check-in: e791d2994c user: jan.nijtmans tags: tip-619 | |
| 11:37 | More progress check-in: cb4d961112 user: jan.nijtmans tags: tip-616-experiment | |
|
2022-03-02
| ||
| 20:27 | More size_t in tclCompile.h check-in: a2b7a28c1f user: jan.nijtmans tags: tip-616-experiment | |
| 17:34 | More progress check-in: 1411ccc2c8 user: jan.nijtmans tags: tip-616-experiment | |
| 17:24 | More progress check-in: 1cd1806ac7 user: jan.nijtmans tags: tip-616-experiment | |
| 17:05 | More progress check-in: d014640dcc user: jan.nijtmans tags: tip-616-experiment | |
| 16:13 | More progress check-in: 52a8aa860a user: jan.nijtmans tags: tip-616-experiment | |
| 16:00 | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no longer necessary check-in: ef3c6d5538 user: jan.nijtmans tags: tip-613-usage | |
|
2022-03-01
| ||
| 20:44 | merge trunk check-in: 41c80aefe0 user: dgp tags: dgp-refactor | |
| 20:44 | merge trunk check-in: 1680876e51 user: dgp tags: novem | |
| 17:37 | Use size_t in TclFindCompiledLocal et al check-in: 75e02db60f user: jan.nijtmans tags: tip-616-experiment | |
| 15:32 | Even more progress check-in: b5574327d9 user: jan.nijtmans tags: tip-616-experiment | |
| 13:34 | More progress check-in: 4b7b34af76 user: jan.nijtmans tags: tip-616-experiment | |
| 11:32 | More progress check-in: 6d8e126f84 user: jan.nijtmans tags: tip-616-experiment | |
| 08:52 | Merge 9.0 check-in: 9392d7072f user: jan.nijtmans tags: tip-616-experiment | |
| 08:42 | Use size_t in AuxDataPrintProc check-in: a1a1aacb29 user: jan.nijtmans tags: trunk, main | |
| 07:36 | Merge 9.0 check-in: d999f89758 user: jan.nijtmans tags: tip-616-experiment | |
|
2022-02-28
| ||
| 18:06 | merge trunk check-in: e581a7a1f1 user: dgp tags: novem | |
| 18:02 | merge trunk check-in: 0b3bf20363 user: dgp tags: dgp-refactor | |
| 11:43 | Backout part of previous commit, making compile.test work again with --enable-symbols=all check-in: 6dc6bdff0e user: jan.nijtmans tags: trunk, main | |
|
2022-02-27
| ||
| 19:04 | Merge 9.0 check-in: 04a6ab223e user: jan.nijtmans tags: tip-616 | |
| 18:43 | Fix build check-in: f67b1bb0bb user: jan.nijtmans tags: tip-615 | |
| 18:29 | More size_t usage, e.g. for "foreach" check-in: 717c300874 user: jan.nijtmans tags: trunk, main | |
|
2022-02-25
| ||
| 14:45 | Merge 9.0 Leaf check-in: 398b723023 user: jan.nijtmans tags: tip-615-bis | |
| 14:44 | Merge 8.7 check-in: 19d6b0a063 user: jan.nijtmans tags: tip-615 | |
| 09:58 | Use size_t in Tcl_MainEx() check-in: 711d86e379 user: jan.nijtmans tags: tip-616 | |
|
2022-02-24
| ||
| 23:18 | merge trunk check-in: f50c5c56d2 user: dgp tags: novem | |
| 23:17 | merge trunk check-in: 5c3b80d210 user: dgp tags: dgp-refactor | |
| 22:44 | Merge 8.7 check-in: 1376637235 user: jan.nijtmans tags: tip-618 | |
| 22:35 | Merge 9.0 check-in: bb8e96bb20 user: jan.nijtmans tags: tip-616 | |
| 22:31 | Merge 8.7 check-in: 56e377a7ea user: jan.nijtmans tags: trunk, main | |
| 22:20 | 3 more files with TCL_UTF_MAX checks check-in: 70eb0efb69 user: jan.nijtmans tags: core-8-branch | |
| 22:13 | Consistancy in TCL_UTF_MAX check check-in: 31da6923f7 user: jan.nijtmans tags: core-8-branch | |
| 22:05 | Merge 9.0 check-in: 0a973e95ce user: jan.nijtmans tags: tip-616 | |
| 21:44 | Merge 8.7 check-in: 0907ba571c user: jan.nijtmans tags: trunk, main | |
| 17:13 | TIP #617: Tcl_WCharLen/Tcl_Char16Len check-in: 85afe2127e user: jan.nijtmans tags: core-8-branch | |
| 14:00 | Fix compiler warnings (caused by previous commit) check-in: e814eacaf1 user: jan.nijtmans tags: trunk, main | |
| 13:29 | Merge 9.0 check-in: dcf6775b09 user: jan.nijtmans tags: tip-616 | |
| 12:59 | More (internal) size_t usage in TclOO check-in: 6df38ae7c5 user: jan.nijtmans tags: trunk, main | |
| 12:01 | Merge 9.0 check-in: 32a7c96b09 user: jan.nijtmans tags: tip-616 | |
|
2022-02-23
| ||
| 21:14 | merge trunk check-in: 63f0db7ee1 user: dgp tags: dgp-refactor | |
| 21:13 | merge trunk check-in: d9958377ca user: dgp tags: novem | |
| 15:52 | Merge 8.7 check-in: 5b23dc7944 user: jan.nijtmans tags: trunk, main | |
| 15:51 | Merge 8.6 check-in: 9771beebb0 user: jan.nijtmans tags: core-8-branch | |
| 14:30 | Fix [cb90038a63]: signed integer overflow during expr-34.22, expr-36.22 check-in: 42d07d1fe5 user: jan.nijtmans tags: core-8-6-branch | |
| 14:26 | Merge 8.5 check-in: bcb387ad57 user: jan.nijtmans tags: core-8-6-branch | |
| 14:24 | Fix [d282fcacd1]: signed integer overflow in ScanNumber() check-in: d7a73dbf01 user: jan.nijtmans tags: core-8-6-branch | |
| 14:05 | merge-mark check-in: 363b71d957 user: jan.nijtmans tags: tip-616 | |
| 14:04 | Some more int -> size_t in internal API check-in: 4dd737c3cd user: jan.nijtmans tags: trunk, main | |
| 13:45 | More int -> size_t check-in: 2be28e4fd8 user: jan.nijtmans tags: tip-616 | |
| 12:20 | Merge 9.0. Update documentation check-in: ef460f7709 user: jan.nijtmans tags: tip-616 | |
|
2022-02-22
| ||
| 21:01 | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flag check-in: 566ab0f509 user: jan.nijtmans tags: tip-618 | |
|
2022-02-21
| ||
| 16:35 | Merge 8.7 check-in: b84a93d7ba user: jan.nijtmans tags: trunk, main | |
| 16:30 | Merge 8.6 check-in: 91b14c222b user: jan.nijtmans tags: core-8-branch | |
| 16:18 | Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks() check-in: 8779e57115 user: jan.nijtmans tags: core-8-6-branch | |
| 14:57 | some more check-in: cae4bc26a8 user: jan.nijtmans tags: tip-616 | |
| 13:49 | Some more int -> size_t check-in: e2a744bb10 user: jan.nijtmans tags: tip-616 | |
|
2022-02-20
| ||
| 19:57 | Eliminate dead code and fix a comment check-in: 557b4770b7 user: jan.nijtmans tags: trunk, main | |
|
2022-02-18
| ||
| 17:04 | Merge 9.0 check-in: 2f886a1c7e user: jan.nijtmans tags: tip-616 | |
| 17:02 | Merge 8.7 check-in: 131adb5a1d user: jan.nijtmans tags: trunk, main | |
| 16:57 | Fix [22547f9053]: TIP 519 compiler warning check-in: b719e05421 user: jan.nijtmans tags: core-8-branch | |
| 16:34 | Merge 8.7 check-in: 4adc3df295 user: jan.nijtmans tags: trunk, main | |
| 16:32 | Merge 8.6 check-in: 703fd1a845 user: jan.nijtmans tags: core-8-branch | |
| 16:31 | Eliminate aarch64-w64-mingw32-clang warning check-in: c405a0ef24 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-17
| ||
| 21:32 | Merge 9.0 check-in: 1fdefed9bc user: jan.nijtmans tags: tip-616 | |
| 18:55 | merge trunk check-in: 0e52d65e9e user: dgp tags: dgp-refactor | |
| 18:54 | merge trunk check-in: 9ff3d17a33 user: dgp tags: novem | |
| 17:33 | Merge 8.7 check-in: 45515911a5 user: jan.nijtmans tags: trunk, main | |
| 17:30 | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isinf() and isnan() check-in: 60df467246 user: jan.nijtmans tags: core-8-branch | |
| 14:51 | Merge 9.0 check-in: d0c7276be5 user: jan.nijtmans tags: tip-616 | |
| 14:16 | More int -> size_t in internal API check-in: a03a4407f4 user: jan.nijtmans tags: trunk, main | |
| 13:41 | more int->size_t check-in: 531d1e5c15 user: jan.nijtmans tags: tip-616 | |
| 13:29 | More int -> size_t in API check-in: 28669fb413 user: jan.nijtmans tags: tip-616 | |
| 12:07 | Merge 9.0 check-in: d20c8c89a2 user: jan.nijtmans tags: tip-616 | |
| 11:21 | Merge 8.7 check-in: 42031e66eb user: jan.nijtmans tags: trunk, main | |
| 10:52 | Implement TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*() check-in: 545bc28d1b user: jan.nijtmans tags: core-8-branch | |
| 09:51 | Merge 8.6. Remove some Tcl_Panic()'s which can never happen check-in: 5548e5391e user: jan.nijtmans tags: core-8-branch | |
| 09:30 | Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more places check-in: de10721755 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-16
| ||
| 17:08 | Merge 8.7 check-in: c24dc4d17b user: jan.nijtmans tags: trunk, main | |
| 16:52 | Merge 8.6 check-in: 7e9fb8f7bd user: jan.nijtmans tags: core-8-branch | |
| 16:18 | Fix [7f8a3d9818]: signed integer overflow in tclExecute.c check-in: 8524520e5b user: jan.nijtmans tags: core-8-6-branch | |
| 16:10 | Fix [1c60dca341]: signed integer overflow in Tcl_SetBignumObj() check-in: 414608568a user: jan.nijtmans tags: core-8-6-branch | |
| 15:24 | Fix [c6fea6ba6]: possible signed integer overflow in Tcl_GetLongFromObj(), Tcl_GetWideIntFromObj() check-in: efbf66da7d user: jan.nijtmans tags: core-8-6-branch | |
| 14:53 | Fix [89de498973]: signed integer overflow in TclParseNumber() check-in: c5cded8dc7 user: jan.nijtmans tags: core-8-6-branch | |
| 14:33 | Fix [7deeddb36]: signed integer overflow in Tcl_ScanObjCmd() check-in: 0ac2e76e3f user: jan.nijtmans tags: core-8-6-branch | |
| 14:18 | Merge 8.7 check-in: 9c9eb4873b user: jan.nijtmans tags: tip-615 | |
| 12:15 | Merge 8.7. Fix 2 test-cases Leaf check-in: 385eb80dc4 user: jan.nijtmans tags: strict-index-experiment | |
| 10:51 | Merge 8.7 check-in: 78d22a5a49 user: jan.nijtmans tags: trunk, main | |
| 10:46 | Merge 8.6 check-in: af5e57f956 user: jan.nijtmans tags: core-8-branch | |
| 10:36 | Add x86_64-w64-mingw32-nmakehlp.exe as a helper, when cross-compiling check-in: cb2a5f77e3 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-15
| ||
| 15:05 | Merge 8.7 check-in: 8088944b74 user: jan.nijtmans tags: trunk, main | |
| 15:04 | Tcl 8.7 requires Visual Studio 2015 or newer check-in: a2325dd904 user: jan.nijtmans tags: core-8-branch | |
| 14:51 | Merge 8.7 check-in: 88f021c789 user: jan.nijtmans tags: trunk, main | |
| 14:49 | Merge 8.6 check-in: 28fda12373 user: jan.nijtmans tags: core-8-branch | |
| 14:34 | Merge 8.6 Closed-Leaf check-in: 19a930d38f user: jan.nijtmans tags: windows-arm64 | |
| 14:31 | Update win/README check-in: b06aa3c757 user: jan.nijtmans tags: core-8-6-branch | |
| 14:09 | update README check-in: c08a1c2b47 user: jan.nijtmans tags: windows-arm64 | |
| 13:51 | Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext.vc too check-in: e890c67b0e user: jan.nijtmans tags: windows-arm64 | |
| 13:18 | See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], but slightly better: If ... check-in: 0c4eaa1de6 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-14
| ||
| 21:45 | Update scan/lsearch documentation check-in: ce9de8f244 user: jan.nijtmans tags: tip-615-bis | |
| 21:26 | Merge 9.0 check-in: e71c5544bf user: jan.nijtmans tags: tip-615-bis | |
| 18:10 | Merge 8.7 check-in: 27a9a7d379 user: jan.nijtmans tags: strict-index-experiment | |
| 17:55 | Merge 8.7 check-in: 3dbb49d9ec user: jan.nijtmans tags: trunk, main | |
| 17:53 | Always produce windows binaries on windows-2019, even if windows-latest switches to windows-2022 check-in: 69297ce333 user: jan.nijtmans tags: core-8-branch | |
| 17:20 | Merge 8.7 check-in: d2ca0349fa user: jan.nijtmans tags: trunk, main | |
| 17:17 | Correct references to libtommath.dll.a/tommath.lib, depending on compiler (was OK for zlib) check-in: e9e7b34fe4 user: jan.nijtmans tags: core-8-branch | |
| 15:53 | Merge 8.7 check-in: ebefc27263 user: jan.nijtmans tags: trunk, main | |
| 15:52 | More improvements when cross-compiling on Windows. Now libtommath and zlib libraries use the UCRT ru... check-in: a71d169ea2 user: jan.nijtmans tags: core-8-branch | |
| 15:44 | Fix regression caused by [d109376ad]: Move nmakehlp target down, so it doesn't become the default ta... check-in: c1f5640ee0 user: jan.nijtmans tags: core-8-6-branch | |
| 15:39 | Use TCLSH_NATIVE for building the zip-file when cross-compiling Closed-Leaf check-in: 5a9857b7a3 user: jan.nijtmans tags: windows-arm64 | |
| 15:28 | Re-build zlib and libtommath for AMD64 and ARM64 to use the UCRT runtime (with llvm-clang toolset) check-in: a0b1b61b4b user: jan.nijtmans tags: windows-arm64 | |
| 14:21 | Merge 8.7 check-in: 80edf896c9 user: jan.nijtmans tags: trunk, main | |
| 14:20 | Merge 8.6 check-in: 1d934d558e user: jan.nijtmans tags: core-8-branch | |
| 14:17 | re-generate configure script for windows check-in: 8ad4b2429e user: jan.nijtmans tags: core-8-6-branch | |
| 14:15 | Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64 check-in: 3d7be5568e user: jan.nijtmans tags: core-8-6-branch | |
| 13:55 | Merge 8.7 check-in: a487725274 user: jan.nijtmans tags: trunk, main | |
| 13:54 | Fix tommath.lib, which is missing some (deprecated) symbols. check-in: 03de17f612 user: jan.nijtmans tags: core-8-branch | |
| 13:14 | Merge 8.6 check-in: d3b7e9f3b3 user: jan.nijtmans tags: core-8-branch | |
| 12:59 | Fix [c59fd034fd]: zdll.lib for windows arm64 is compiled for wrong architecture check-in: 1ef774c149 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-13
| ||
| 23:11 | Merge 8.7 check-in: 445672e8e7 user: jan.nijtmans tags: trunk, main | |
| 23:07 | Add libtommath.dll and libtommath.dll.a for windows-arm64 check-in: 2ae997f245 user: jan.nijtmans tags: core-8-branch | |
| 22:46 | Fix determination of HAVE_CPUID with configure script Closed-Leaf check-in: 379065b501 user: jan.nijtmans tags: windows-arm64 | |
| 22:29 | Make a start supporting aarch64-w64-mingw32-clang (WIP) check-in: 38fd900712 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-12
| ||
| 19:07 | Merge 8.7 check-in: 18c062b81b user: jan.nijtmans tags: trunk, main | |
| 19:06 | Merge 8.6 check-in: be2fb1496d user: jan.nijtmans tags: core-8-branch | |
| 19:03 | Merge 8.5. (add some unused spare stub entries) check-in: 9bb1b2e1b3 user: jan.nijtmans tags: core-8-6-branch | |
| 18:49 | Fix [1720242] (appears the patch was only partially applied) check-in: f6c659cc98 user: jan.nijtmans tags: core-8-6-branch | |
| 11:50 | Merge 8.7 check-in: 7bf0d556a3 user: jan.nijtmans tags: trunk, main | |
| 11:49 | Merge 8.6 check-in: 842fcfbdfc user: jan.nijtmans tags: core-8-branch | |
| 11:48 | More tweaks for windows-arm64 check-in: d6a09d7c8a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-11
| ||
| 17:49 | Transform Tcl_ListObjGetElement -> TclListObjGetElement in branch changes. check-in: b5123521ca user: dgp tags: dgp-refactor | |
| 17:47 | merge trunk check-in: 2bd0b2edc3 user: dgp tags: dgp-refactor | |
| 17:41 | merge trunk check-in: e6ab7dd037 user: dgp tags: novem | |
| 16:34 | Document how to cross-compile with Visual Studio Closed-Leaf check-in: d1c5bb34f4 user: jan.nijtmans tags: windows-arm64 | |
| 16:21 | more tweaks for windows-arm64 check-in: 466f16e83c user: jan.nijtmans tags: windows-arm64 | |
| 15:34 | Merge 8.7 check-in: b492dbc27a user: jan.nijtmans tags: encodings-with-flags | |
| 15:31 | Merge 8.7 check-in: ced9151f74 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 14:22 | See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly better check-in: e6bc056435 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-10
| ||
| 16:37 | Merge 8.7 Closed-Leaf check-in: 68ce4c0fb3 user: jan.nijtmans tags: tip-617 | |
| 15:23 | Merge 8.7 check-in: 32aabe61f6 user: jan.nijtmans tags: trunk, main | |
| 15:22 | Merge 8.6 check-in: e81990041e user: jan.nijtmans tags: core-8-branch | |
| 15:21 | Add zlib1.dll for windows-arm64 check-in: 63c17e0fa8 user: jan.nijtmans tags: core-8-6-branch | |
| 15:17 | Add zlib1.dll for windows-arm64 (cross-compiled with VS2017) Closed-Leaf check-in: dfc1b48e3a user: jan.nijtmans tags: windows-arm64 | |
| 15:10 | Merge 8.6 check-in: 83a562b518 user: jan.nijtmans tags: windows-arm64 | |
| 14:19 | Merge 8.7 check-in: 9d375168e0 user: jan.nijtmans tags: trunk, main | |
| 14:18 | Always use UTF-8 when reading from the console (See also TIP #587) Closed-Leaf check-in: 72b7861bb2 user: jan.nijtmans tags: console-utf8 | |
| 14:16 | Use Tcl_NewWideIntObj() for values that might be bigger than 32-bit check-in: fda1913575 user: jan.nijtmans tags: core-8-branch | |
| 11:07 | Merge 8.7 check-in: 24ba50f931 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 09:49 | Merge 9.0 check-in: 42ae6b35fc user: jan.nijtmans tags: tip-616 | |
| 09:45 | Merge 8.7 check-in: d7e83e77e8 user: jan.nijtmans tags: trunk, main | |
| 09:37 | Merge 8.6 check-in: c03b7afd75 user: jan.nijtmans tags: core-8-branch | |
| 09:26 | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_ListObjGetElements ever... check-in: 30cd3187fc user: jan.nijtmans tags: core-8-6-branch | |
| 08:42 | Same with TclListObjGetElements check-in: 5f2ed67ee3 user: jan.nijtmans tags: tip-616 | |
| 08:34 | Tcl_ListObjLength -> TclListObjLength check-in: 8186be0b8d user: jan.nijtmans tags: tip-616 | |
| 08:22 | Merge 9.0. Restore Tcl_ArgvGenFuncProc to what it was before (doesn't make much sense to make this s... check-in: 495bcd3142 user: jan.nijtmans tags: tip-616 | |
| 08:02 | Merge 8.7. Try to build on windows-2022 check-in: 52e8e7519c user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-09
| ||
| 22:14 | Merge 8.7 check-in: d55c77d491 user: jan.nijtmans tags: tip-617 | |
| 22:12 | Merge 8.7 check-in: 77e26497a5 user: jan.nijtmans tags: tip-615 | |
| 22:11 | Merge 8.7 check-in: 7446b8d84d user: jan.nijtmans tags: trunk, main | |
| 22:10 | Merge 8.6 check-in: 9409eb6447 user: jan.nijtmans tags: core-8-branch | |
| 22:09 | Put back '@' (lost in previous commit) check-in: b8d8018265 user: jan.nijtmans tags: core-8-6-branch | |
| 16:47 | Merge 8.7 check-in: c268d6f436 user: jan.nijtmans tags: tip-617 | |
| 16:36 | Merge 8.7 check-in: bbe803a0eb user: jan.nijtmans tags: tip-615 | |
| 11:59 | Merge 8.7 check-in: 553828b65a user: jan.nijtmans tags: trunk, main | |
| 11:58 | Merge 8.6 check-in: eb6b6539ee user: jan.nijtmans tags: core-8-branch | |
| 11:33 | More steps, making it work for ARM64 check-in: d72cb6b1fa user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-08
| ||
| 18:50 | merge trunk check-in: d51008a43e user: dgp tags: dgp-refactor | |
| 18:49 | merge trunk check-in: 1ba3a5f87d user: dgp tags: novem | |
| 15:07 | Accept aarch64 too (in stead of arm64) check-in: 5801a4e70c user: jan.nijtmans tags: windows-arm64 | |
| 14:24 | Merge 8.7 check-in: 8a0cd3b6c1 user: jan.nijtmans tags: trunk, main | |
| 14:23 | Correct previous commit (Windows build error) check-in: 0f4dcb0e40 user: jan.nijtmans tags: core-8-branch | |
| 10:54 | More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll still missing) check-in: d0335dd773 user: jan.nijtmans tags: windows-arm64 | |
| 10:04 | Merge 8.6 check-in: 35c4aa7935 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-07
| ||
| 22:21 | Merge 8.7 check-in: df2d8de0fc user: jan.nijtmans tags: trunk, main | |
| 22:16 | Fix [1fe745559a]: Conditional jump or move depends on uninitialised value in Tcl_UniCharToUtf check-in: 173c09dcf8 user: jan.nijtmans tags: core-8-branch | |
| 16:57 | Merge 8.7 check-in: cab64f5dba user: jan.nijtmans tags: encodings-with-flags | |
| 16:08 | Merge 8.7 check-in: fa141b585d user: jan.nijtmans tags: tip-617 | |
| 15:35 | Fix [1fe745559a]: 8.7, 9.0: Conditional jump or move depends on uninitialised value in Tcl_UniCharTo... Closed-Leaf check-in: 4e0909a17e user: jan.nijtmans tags: bug-1fe745559a | |
| 14:56 | Merge 8.7 check-in: 0cc2891ff6 user: jan.nijtmans tags: trunk, main | |
| 14:55 | Merge 8.6 check-in: e4a7c4fa71 user: jan.nijtmans tags: core-8-branch | |
| 14:42 | Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling for win32 check-in: e734cf1081 user: jan.nijtmans tags: core-8-6-branch | |
| 14:33 | merge trunk check-in: 4ac2207990 user: dgp tags: dgp-refactor | |
| 14:33 | merge trunk check-in: d039b5f507 user: dgp tags: novem | |
| 08:48 | Merge 8.7 check-in: 1cc6bb7b9f user: jan.nijtmans tags: trunk, main | |
| 08:48 | Merge 8.6 check-in: 6b7ec7b56a user: jan.nijtmans tags: core-8-branch | |
| 08:45 | Add support for windows-arm platform check-in: d86e92fb33 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-06
| ||
| 12:47 | another try, rules.vc version 1.10 check-in: 23587d97c0 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-04
| ||
| 16:19 | See [https://github.com/tcltk/tcl/pull/10] check-in: fc056d6a1d user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-03
| ||
| 13:13 | TIP #617: Tcl_WCharLen/Tcl_Char16Len check-in: 2b0167c4a2 user: jan.nijtmans tags: tip-617 | |
| 12:51 | Merge 8.7 check-in: fc5b55f01a user: jan.nijtmans tags: trunk, main | |
| 12:49 | Fix Tcl_UtfToWChar() typedef check-in: 080fbcde97 user: jan.nijtmans tags: core-8-branch | |
|
2022-02-02
| ||
| 16:54 | Merge 9.0 check-in: f99c47d3c8 user: jan.nijtmans tags: tip-615-bis | |
| 16:53 | Merge 8.7 Closed-Leaf check-in: 489ba2db5f user: jan.nijtmans tags: tip-613 | |
| 16:51 | Merge 8.7 check-in: e30b103400 user: jan.nijtmans tags: tip-615 | |
| 16:49 | Merge 9.0 check-in: 4b905cf3ae user: jan.nijtmans tags: tip-616 | |
| 16:48 | Merge 8.7 check-in: 5183219b73 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 16:47 | Merge 8.7 check-in: 762680676d user: jan.nijtmans tags: trunk, main | |
| 16:46 | Merge 8.6 check-in: 132a24c42f user: jan.nijtmans tags: core-8-branch | |
| 16:42 | Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a strlen() call) check-in: b8af657c4a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-01
| ||
| 12:35 | Merge 8.7 check-in: a6e19bd3f0 user: jan.nijtmans tags: trunk, main | |
| 12:31 | Merge 8.6 check-in: 2245871b04 user: jan.nijtmans tags: core-8-branch | |
| 12:03 | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable as more generic example... check-in: 3625d63254 user: jan.nijtmans tags: core-8-6-branch | |
| 09:56 | Merge 8.7 check-in: d63d09824a user: jan.nijtmans tags: tip-616-for-8.7 | |
|
2022-01-31
| ||
| 12:04 | code alignment check-in: 01fa971fac user: jan.nijtmans tags: tip-615 | |
| 11:49 | Merge 8.7 check-in: 8b1bfefd8e user: jan.nijtmans tags: tip-615 | |
| 11:32 | Merge 8.7 check-in: 4a768cb289 user: jan.nijtmans tags: trunk, main | |
|
2022-01-29
| ||
| 00:29 | merge merge [argx_rejig] check-in: acfaacfb73 user: bch tags: trunk, main | |
| 00:13 | take advantage of what we know re: argv guarantees [https://www.iso-9899.info/n1570.html#5.1.2.2.1|a... Closed-Leaf check-in: fa3ffd1781 user: bch tags: argx_rejig | |
|
2022-01-28
| ||
| 23:52 | take advantage of what we know re: argv guarantees [https://www.iso-9899.info/n1570.html#5.1.2.2.1|a... check-in: d69611bc9d user: bch tags: core-8-branch | |
| 23:28 | rejig argv/argc handling in response to investigation prompted by [https://arstechnica.com/informati... check-in: d1f6c5ef6c user: bch tags: core-8-branch | |
| 16:55 | Fix testcase check-in: d97b3084d7 user: jan.nijtmans tags: tip-615-bis | |
| 16:45 | Fix ParseArgsObjv() wrapper check-in: 2c6229d4de user: jan.nijtmans tags: tip-616 | |
| 14:59 | Allow indexPtr to be (int *)NULL check-in: 8a07ca7765 user: jan.nijtmans tags: tip-613 | |
| 13:25 | Fix ParseArgsObjv() wrapper, and adapt testcase to prove that it works check-in: 114a54fbb4 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 10:52 | Use more size_t in tclTest.c, for testing the new wrapper functions check-in: 066c408415 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 10:46 | be more strict about using argv[0] check-in: 0e1d2702ab user: bch tags: argx_rejig | |
| 08:29 | rejig argv/argc Tcl_MainEx() handling, prompted by outside discussion re: current [https://arstechni... check-in: 4712f32196 user: bch tags: argx_rejig | |
|
2022-01-27
| ||
| 22:26 | 3 more API's check-in: 7413e9f3e3 user: jan.nijtmans tags: tip-616 | |
| 17:27 | More int -> size_t, especially TclOO check-in: 9488dfb670 user: jan.nijtmans tags: tip-616 | |
| 16:53 | Almost complete (at least the API) check-in: 5d3dbeefa9 user: jan.nijtmans tags: tip-616 | |
| 15:15 | More progress check-in: 22b7c31f21 user: jan.nijtmans tags: tip-616 | |
|
2022-01-26
| ||
| 23:05 | more progress check-in: 8ce4f1cd58 user: jan.nijtmans tags: tip-616 | |
| 17:48 | Add back a clarification to the documentation for [expr] that an operand is interpreted as a number ... check-in: 775edc3e17 user: pooryorick tags: core-8-branch | |
| 14:56 | Add TclParseArgsObjv_ check-in: d2cd1f43f9 user: jan.nijtmans tags: tip-616 | |
| 13:33 | Add TclParseArgsObjv_ check-in: 3c38c4a65b user: jan.nijtmans tags: tip-616-for-8.7 | |
| 12:11 | Change Tcl_Merge API too check-in: bbdecfb21c user: jan.nijtmans tags: tip-616 | |
| 08:37 | More WIP check-in: 3f003f3286 user: jan.nijtmans tags: tip-616 | |
|
2022-01-25
| ||
| 15:19 | unbreak (windows) build check-in: 34d0c6a14a user: jan.nijtmans tags: tip-616-for-8.7 | |
| 14:22 | Merge 8.7 check-in: e6b33eb55a user: jan.nijtmans tags: tip-613 | |
| 09:38 | Show reason for TIP #615. Consisancy in return values meaning 'nothing found' check-in: 7aecdb70cb user: jan.nijtmans tags: tip-615-bis | |
|
2022-01-24
| ||
| 21:37 | 3 more stub-entries check-in: 61a759a893 user: jan.nijtmans tags: tip-616 | |
| 21:24 | 3 more stub-entries check-in: e5838cf45d user: jan.nijtmans tags: tip-616-for-8.7 | |
| 20:54 | More work in progress check-in: e2382fa2c9 user: jan.nijtmans tags: tip-616 | |
| 15:55 | Merge 8.7 check-in: 4f72807e3e user: jan.nijtmans tags: tip-616-for-8.7 | |
| 15:41 | Merge 8.7 check-in: 66558c7141 user: jan.nijtmans tags: trunk, main | |
| 15:40 | Merge 8.6 check-in: 56efe65709 user: jan.nijtmans tags: core-8-branch | |
| 15:29 | intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentation matches the signature... check-in: 31cae19da0 user: jan.nijtmans tags: core-8-6-branch | |
| 15:23 | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList too check-in: 5673a14bd0 user: jan.nijtmans tags: tip-616 | |
| 11:53 | Tcl Dicts > 2^31 elements too check-in: 6f6602a104 user: jan.nijtmans tags: tip-616 | |
| 11:19 | Merge 8.7 check-in: 7d695dcfe3 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 11:16 | merge-mark check-in: c37df5046c user: jan.nijtmans tags: trunk, main | |
| 11:15 | Don't document the size_t form of Tcl_GetStringFromObj() (yet), because it's only available if TCL_N... check-in: 55d66c907b user: jan.nijtmans tags: core-8-branch | |
| 11:05 | merge-mark check-in: 85b27113e7 user: jan.nijtmans tags: trunk, main | |
| 11:01 | Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases from the previous commit) check-in: 96fd21c06c user: jan.nijtmans tags: core-8-branch | |
| 10:00 | Extend for Tcl dicts too (API only) check-in: 8376bd283c user: jan.nijtmans tags: tip-616-for-8.7 | |
| 08:18 | TIP #616: Tcl lists > 2^31 elements. WIP check-in: ff0a9cf127 user: jan.nijtmans tags: tip-616 | |
|
2022-01-23
| ||
| 21:56 | Extend for Tcl lists > 2^31 elements (API only) check-in: 6ac0be37b5 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 16:22 | Merge 8.7 check-in: a23e0a8932 user: jan.nijtmans tags: trunk, main | |
| 16:21 | eol-spacing from previous commit check-in: 1c24f254fe user: jan.nijtmans tags: core-8-branch | |
|
2022-01-22
| ||
| 14:47 | Rewrite of documentation for [chan] check-in: eb627bda27 user: pooryorick tags: core-8-branch | |
|
2022-01-21
| ||
| 16:16 | In case troubles are found in Tcl_GetRange(), this branch brings back Tcl_GetRange() to how it was i... Closed-Leaf check-in: 5b0676e5ca user: jan.nijtmans tags: bug-e9a2715d91 | |
| 15:56 | Merge 8.7 check-in: 1b61155cda user: jan.nijtmans tags: trunk, main | |
| 15:15 | Merge 8.6 check-in: 2306f87127 user: jan.nijtmans tags: core-8-branch | |
| 14:44 | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter check, it's caller doesn'... check-in: 78bfdd485f user: jan.nijtmans tags: core-8-6-branch | |
| 11:11 | Merge 8.7 check-in: ebedbf9a12 user: jan.nijtmans tags: trunk, main | |
| 08:53 | Fix bug in Tcl_GetIntForIndex() (TIP #544), discovered when investigating [https://core.tcl-lang.org... check-in: 96a8baa3c9 user: jan.nijtmans tags: core-8-branch | |
| 08:43 | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bug Closed-Leaf check-in: 2858475ed7 user: jan.nijtmans tags: bug-a9929f112a | |
|
2022-01-19
| ||
| 14:21 | (partial) fix for [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929f112a]. WIP check-in: 7460813a8a user: jan.nijtmans tags: bug-a9929f112a | |
| 11:04 | Merge 8.7 check-in: a2ae4597f0 user: jan.nijtmans tags: tip-613 | |
|
2022-01-18
| ||
| 23:53 | Merge 8.7 check-in: daff5c453c user: jan.nijtmans tags: tip-615 | |
| 23:34 | Merge 8.7 check-in: 15373fc047 user: jan.nijtmans tags: trunk, main | |
| 23:26 | Update documentation for Tcl_GetRange() check-in: 61b142d29c user: jan.nijtmans tags: core-8-branch | |
| 16:14 | Merge 8.7 check-in: 86dd2bcab2 user: jan.nijtmans tags: trunk, main | |
| 15:52 | Merge 8.6 check-in: de79810eea user: jan.nijtmans tags: core-8-branch | |
| 15:39 | Fix [e9a2715d91]: Incompatible Tcl_GetRange(). From now on (unofficially) the last function argument... check-in: 26539e78a7 user: jan.nijtmans tags: core-8-6-branch | |
| 14:40 | TIP #615: string is index. WIP check-in: 9077972219 user: jan.nijtmans tags: tip-615 | |
|
2022-01-17
| ||
| 17:26 | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange() Closed-Leaf check-in: ed61de701e user: jan.nijtmans tags: bug-e9a2715d91 | |
| 17:10 | Merge 8.7 check-in: e8e2a9f506 user: jan.nijtmans tags: trunk, main | |
| 17:07 | Fix merge conflict previous commit check-in: 6fc61089ca user: jan.nijtmans tags: core-8-branch | |
| 17:02 | Merge 8.6 check-in: ea38112364 user: jan.nijtmans tags: core-8-branch | |
| 16:44 | Tcl_NewObj() -> TclNewObj() check-in: df30948549 user: jan.nijtmans tags: core-8-6-branch | |
| 13:37 | Merge 8.7 check-in: fe9317ddb0 user: jan.nijtmans tags: trunk, main | |
| 11:21 | Merge 8.6 check-in: 636d27ef56 user: jan.nijtmans tags: core-8-branch | |
| 10:35 | Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs. Now that T... check-in: 147f3b129a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-15
| ||
| 17:07 | Merge 8.7 check-in: e3af0e7eda user: jan.nijtmans tags: encodings-with-flags | |
| 17:03 | Merge 8.7 check-in: 508fa273a3 user: jan.nijtmans tags: trunk, main | |
| 17:02 | Fix [6474fbd934]: Tcl 8.7a5: why utf-8 is different? check-in: 3f25428a3f user: jan.nijtmans tags: core-8-branch | |
|
2022-01-14
| ||
| 22:34 | Proposed fix for [6474fbd934]: Tcl 8.7a5: why utf-8 is different? Closed-Leaf check-in: c4a89ec75d user: jan.nijtmans tags: bug-6474fbd934 | |
| 15:46 | merge-mark check-in: 4570ebbf2b user: jan.nijtmans tags: trunk, main | |
| 15:44 | Fix [b241e4ccc0]: Error while building with Tcl 8.7a5... check-in: 2d7363022b user: jan.nijtmans tags: core-8-branch | |
| 10:29 | Merge 8.7. Fix (windows MSVC OPTS=symbols) build error check-in: a80b314df5 user: jan.nijtmans tags: trunk, main | |
| 10:10 | Merge 8.6 check-in: 9b26217141 user: jan.nijtmans tags: core-8-branch | |
| 09:54 | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few similar situations in other... check-in: 4b4cd18a44 user: jan.nijtmans tags: core-8-6-branch | |
| 09:53 | Fix [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like ResultAdd() equal in tclIOG... check-in: 58281c1992 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-13
| ||
| 13:23 | Merge 8.7 check-in: 13f29e934a user: jan.nijtmans tags: trunk, main | |
| 13:23 | Merge 8.6 check-in: 32cbdf9580 user: jan.nijtmans tags: core-8-branch | |
| 13:22 | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP check-in: 66f6ea11a3 user: jan.nijtmans tags: core-8-6-branch | |
| 13:20 | Fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash check-in: 967fa256db user: jan.nijtmans tags: core-8-6-branch | |
| 12:22 | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few similar situations in other... Closed-Leaf check-in: a03e9793d4 user: jan.nijtmans tags: bug-816913a65e | |
| 11:46 | Fix [6cb3db4965]: pointer arithmetic using NULL in InitArgsAndLocals() check-in: 17a4e01dd3 user: jan.nijtmans tags: core-8-6-branch | |
| 11:12 | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like ResultAdd() e... Closed-Leaf check-in: acb2cec2bd user: jan.nijtmans tags: bug-bca10e3790 | |
|
2022-01-12
| ||
| 21:42 | Merge 8.7 check-in: 192efa795a user: jan.nijtmans tags: trunk, main | |
| 21:41 | Merge 8.6 check-in: 0074847583 user: jan.nijtmans tags: core-8-branch | |
| 21:39 | Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse() check-in: ac6ce2e3cf user: jan.nijtmans tags: core-8-6-branch | |
| 21:13 | Merge 8.7 check-in: 276c1ccf0b user: jan.nijtmans tags: trunk, main | |
| 21:09 | Merge 8.6 check-in: ac0dbddfa3 user: jan.nijtmans tags: core-8-branch | |
| 16:33 | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more macro's like this. check-in: 2bb7cd72c8 user: jan.nijtmans tags: core-8-6-branch | |
| 15:50 | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP Closed-Leaf check-in: 0f45a92d03 user: jan.nijtmans tags: bug-69218ab7b | |
| 14:19 | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash Closed-Leaf check-in: 7178b3b439 user: jan.nijtmans tags: bug-26f1328a86 | |
|
2022-01-10
| ||
| 13:19 | Merge 8.7 check-in: 1676687a2c user: jan.nijtmans tags: encodings-with-flags | |
|
2022-01-09
| ||
| 17:15 | Merge 8.7 check-in: 3179cb8269 user: jan.nijtmans tags: strict-index-experiment | |
| 17:13 | Merge 8.7 check-in: b260874edb user: jan.nijtmans tags: tip-613 | |
| 17:09 | Merge 8.7 check-in: b1a0128aca user: jan.nijtmans tags: trunk, main | |
| 16:54 | Rename "testConstraint nodep" to "testConstraint deprecated", making it the same as in Tk check-in: 4fc052ca9b user: jan.nijtmans tags: core-8-branch | |
|
2022-01-07
| ||
| 19:55 | Merge 8.6 check-in: 690b19b35b user: jan.nijtmans tags: core-8-branch | |
| 19:52 | tcltk-man2html-utils.tcl: Before doing a "string range", check if that makes sense at all check-in: 8396dc130d user: jan.nijtmans tags: core-8-6-branch | |
| 17:17 | Fix [0386e9a967]: Bitrot in tclZlib.c check-in: 2f50fa72bd user: jan.nijtmans tags: core-8-branch | |
|
2021-12-27
| ||
| 17:19 | merge trunk check-in: d5b3c9c4f7 user: dgp tags: dgp-refactor | |
| 17:17 | merge 8.7 check-in: 7a66af3661 user: dgp tags: dgp-review | |
| 17:16 | merge trunk check-in: 4cc5dd2829 user: dgp tags: novem | |
|
2021-12-21
| ||
| 23:04 | -1 -> "" check-in: 3f6360fafd user: jan.nijtmans tags: strict-index-experiment | |
| 17:36 | code formatting check-in: 7ef07fde2f user: jan.nijtmans tags: strict-index-experiment | |
| 17:23 | Merge 8.7 check-in: a03edf1949 user: jan.nijtmans tags: strict-index-experiment | |
| 16:33 | Merge 8.7 check-in: 0822b8966a user: jan.nijtmans tags: trunk, main | |
| 16:18 | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but in Tcl 9.0 not any more... check-in: cc79d9889f user: jan.nijtmans tags: core-8-branch | |
|
2021-12-20
| ||
| 14:38 | binary encode/decode hex: document upper/lower character use. check-in: b67b280c04 user: oehhar tags: core-8-6-branch | |
| 14:10 | formatting check-in: d456c0ec8d user: jan.nijtmans tags: tip-613 | |
| 01:01 | Merge 8.7 check-in: e3710d6b8d user: jan.nijtmans tags: trunk, main | |
| 01:00 | Merge 8.7 check-in: 9be03eb010 user: jan.nijtmans tags: tip-613 | |
| 00:58 | Unbreak windows build caused by [066a9b81b8|this] commit check-in: 4235a4640b user: jan.nijtmans tags: core-8-branch | |
| 00:44 | Merge 8.7. Allow Tcl_GetIndexFromObj*() to be used with enum/char/short/int/long whatever size integ... check-in: fd5af9692d user: jan.nijtmans tags: tip-613 | |
|
2021-12-18
| ||
| 19:20 | Merge 8.7 check-in: 71c793d24e user: jan.nijtmans tags: trunk, main | |
| 19:02 | Merge 8.6 check-in: 8eabfac780 user: jan.nijtmans tags: core-8-branch | |
| 18:55 | Make it impossible for the indexType object to cache negative index values. And - if it happens - at... check-in: 8d5de988b3 user: jan.nijtmans tags: core-8-6-branch | |
| 15:09 | Merge 8.7 check-in: bfba17b48a user: jan.nijtmans tags: trunk, main | |
| 15:07 | Merge 8.6 check-in: 817abfee89 user: jan.nijtmans tags: core-8-branch | |
| 15:03 | Fix [5507a9c096]: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.html check-in: 11ab94a452 user: jan.nijtmans tags: core-8-6-branch | |
| 14:59 | Merge 8.6 check-in: 066a9b81b8 user: jan.nijtmans tags: core-8-branch | |
| 14:46 | Fix [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT check-in: 66f17f6fe9 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-16
| ||
| 21:27 | merge-mark check-in: 8b9ebfd381 user: jan.nijtmans tags: trunk, main | |
| 21:26 | Merge 8.6 check-in: 96119ec205 user: jan.nijtmans tags: core-8-branch | |
| 21:25 | Fix [d1434179b5]: avoid signed integer overflow in AppendUtfToUtfRep() check-in: 8340945434 user: jan.nijtmans tags: core-8-6-branch | |
| 21:02 | Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT Closed-Leaf check-in: c8fd4fa714 user: jan.nijtmans tags: bug-b0f84119c8 | |
| 14:34 | Merge 8.7 check-in: d764ceff5f user: jan.nijtmans tags: tip-613 | |
| 14:11 | Merge 8.7 check-in: 9c90e5d9e5 user: jan.nijtmans tags: trunk, main | |
| 14:01 | Merge 8.6 check-in: 2872e09645 user: jan.nijtmans tags: core-8-branch | |
| 12:09 | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and for Tcl_GetIndexFromObjSt... check-in: 67d362db55 user: jan.nijtmans tags: core-8-6-branch | |
| 09:20 | Merge 8.7 check-in: 7d2f7f50d0 user: jan.nijtmans tags: tip-613 | |
| 09:20 | Merge 8.7 check-in: f89799c6f5 user: jan.nijtmans tags: trunk, main | |
| 09:14 | Merge 8.6 check-in: 88f665dbae user: jan.nijtmans tags: core-8-branch | |
| 09:02 | Fix [6ef312dcf5]: memcpy() with NULL source in Tcl_CreateMathFunc() check-in: c8b818c8cd user: jan.nijtmans tags: core-8-6-branch | |
| 08:35 | Fix [31e302fcf7]: signed integer overflow in generic/tclHash.c check-in: 96d30a7f6b user: jan.nijtmans tags: core-8-6-branch | |
| 08:20 | Fix [90612089d8]: signed integer overflow in ExprRandFunc() check-in: 2d6da16ccc user: jan.nijtmans tags: core-8-6-branch | |
| 08:03 | Undo prevous commit. See [41b1406f51] for the reason check-in: 5286286df9 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-15
| ||
| 17:03 | Fix [90612089d8]: signed integer overflow in ExprRandFunc() Closed-Leaf check-in: b0fd5cb70e user: jan.nijtmans tags: bug-90612089d8 | |
| 16:58 | Addendum to [41b1406f51]: change '<=' in range-check to '<' check-in: 8f432c79cf user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-13
| ||
| 13:49 | Merge 8.7 check-in: 183cb675d5 user: jan.nijtmans tags: tip-613 | |
| 13:01 | Merge 8.7 check-in: 431e660796 user: jan.nijtmans tags: trunk, main | |
| 12:59 | Merge 8.6 check-in: 1d30b9892d user: jan.nijtmans tags: core-8-branch | |
| 11:39 | Fix [41b1406f51]: AppendUtfToUtfRep(): undefined behavior involving pointers check-in: 3f70533e6d user: jan.nijtmans tags: core-8-6-branch | |
| 10:57 | Merge 8.6 check-in: 140518c7ec user: jan.nijtmans tags: core-8-branch | |
| 10:35 | Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it produce a normal error-mess... check-in: a12e131325 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-12
| ||
| 18:13 | Merge 8.7 check-in: 4297af2403 user: jan.nijtmans tags: trunk, main | |
| 18:03 | Merge 8.6 check-in: 77cfae82ba user: jan.nijtmans tags: core-8-branch | |
| 17:59 | Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu() check-in: 06a67ca582 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-09
| ||
| 14:46 | TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*() check-in: dc80e7b290 user: jan.nijtmans tags: tip-613 | |
|
2021-12-08
| ||
| 15:51 | Merge 8.7 check-in: 5fb8815d5b user: jan.nijtmans tags: trunk, main | |
| 15:50 | merge-mark check-in: 09404faa32 user: jan.nijtmans tags: core-8-branch | |
| 15:49 | Update tcltest package to version 2.5.4 (backported from Tcl 8.7) check-in: 6ab2ea5d5f user: jan.nijtmans tags: core-8-6-branch | |
| 15:37 | Merge 8.7. Also fix [5ec9985a94]: testing sebres-8-7-clock-speedup-cr2 branch check-in: f74839b807 user: jan.nijtmans tags: sebres-8-7-clock-speedup-cr2 | |
| 15:28 | Merge 8.6 check-in: d26a32e524 user: jan.nijtmans tags: core-8-branch | |
| 15:07 | Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). With nmake build, install... check-in: 391d5b3019 user: jan.nijtmans tags: core-8-6-branch | |
| 12:11 | Merge 8.7 check-in: 416363d9df user: jan.nijtmans tags: sebres-8-7-clock-speedup-cr2 | |
| 11:58 | Merge sebres-8-6-clock-speedup-cr2 check-in: 4c6f9463ad user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 11:55 | Merge 8.6 check-in: 78bf9d9d29 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
|
2021-12-07
| ||
| 18:17 | Merge 8.7 check-in: 44829ab8e5 user: jan.nijtmans tags: trunk, main | |
| 18:15 | Merge 8.6 check-in: f451019541 user: jan.nijtmans tags: core-8-branch | |
| 18:05 | Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNumber() check-in: 0133ccbc6f user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-04
| ||
| 18:10 | Rename some function argument names from "length" to "numBytes", as they are named in 8.7 check-in: 570a5e81dd user: jan.nijtmans tags: trunk, main | |
| 17:55 | Experiment: Make tcl.h from Tcl 9.0 usable to compile extensions for Tcl 8.x too (WIP) check-in: 7121eef5ae user: jan.nijtmans tags: tcl8-compat | |
|
2021-12-03
| ||
| 12:04 | RFE [eb64b1520] http: be tolerant against invalid content encoding header responses Closed-Leaf check-in: 1198f073df user: oehhar tags: rfe-eb64b1520-http-content-encoding-tolerant | |
|
2021-12-02
| ||
| 13:47 | merge-mark check-in: 732eba42bd user: jan.nijtmans tags: core-8-6-branch | |
|
2021-11-28
| ||
| 21:54 | Merge 8.7 check-in: f5b1ad12f7 user: jan.nijtmans tags: trunk, main | |
| 21:53 | Fix [97b8e1d54b]: -mdynamic-no-pic not supported on Apple Silicon check-in: 010d43daee user: jan.nijtmans tags: core-8-branch | |
|
2021-11-26
| ||
| 16:26 | Merge 8.7 check-in: 9ec42aad09 user: jan.nijtmans tags: encodings-with-flags | |
| 16:10 | Merge 8.7 check-in: 4dc66a7b47 user: jan.nijtmans tags: trunk, main | |
| 16:04 | Merge 8.6. Add win/*.in to "make dist" check-in: 0917ed3920 user: jan.nijtmans tags: core-8-branch | |
| 15:56 | Add (missing) win/svnmanifest.in win/tclUuid.h.in (not really used yet) check-in: 5c221dab28 user: jan.nijtmans tags: core-8-6-branch | |
| 15:54 | Unbreak build check-in: 3079024bfa user: jan.nijtmans tags: core-8-6-branch | |
| 15:47 | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.7. Add more type-casts... check-in: 4f1b1b1c13 user: jan.nijtmans tags: core-8-6-branch | |
| 13:22 | Merge 8.7 check-in: b9b5917f60 user: jan.nijtmans tags: trunk, main | |
| 11:59 | TIP #599 implementation: Extended build information check-in: 9ddb36e0bd user: jan.nijtmans tags: core-8-branch | |
|
2021-11-24
| ||
| 17:40 | Merge 8.7. STOPONERROR -> ILLEGALSEQUENCE check-in: 22fcd50946 user: jan.nijtmans tags: encodings-with-flags | |
| 14:51 | Add support for subversion too Closed-Leaf check-in: 9e2f4fb578 user: jan.nijtmans tags: build-info | |
| 12:32 | Merge 8.7 check-in: ce5e992afb user: jan.nijtmans tags: build-info | |
| 12:25 | Merge 8.7 check-in: 204cce8989 user: jan.nijtmans tags: trunk, main | |
| 12:22 | Merge 8.6 check-in: 11e5e80bf6 user: jan.nijtmans tags: core-8-branch | |
| 12:12 | Add rule to generate manifest.uuid and tclUuid.h, if not present already. Not used yet check-in: c0a10670e5 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-11-23
| ||
| 21:33 | 2 minor improvements: Make sure tclUuid.h ends with newline; Fallback "unknown" if neither GIT, nei... check-in: 869cb7fb94 user: jan.nijtmans tags: build-info | |
|
2021-11-19
| ||
| 17:29 | Merge 8.7 check-in: 9571feeb2b user: jan.nijtmans tags: encodings-with-flags | |
| 17:28 | Merge 8.7 check-in: c7b03fcf28 user: jan.nijtmans tags: build-info | |
|
2021-11-17
| ||
| 10:09 | Merge 8.7 check-in: 9f8ff05a3f user: jan.nijtmans tags: trunk, main | |
| 10:08 | Fix [46291ba24d]: win: install: bashism in Makefile.in check-in: 7f97316fe4 user: jan.nijtmans tags: core-8-branch | |
|
2021-11-16
| ||
| 16:59 | Merge 8.7 check-in: 255d61cf29 user: jan.nijtmans tags: tip-609 | |
| 09:00 | Add "japanese" encoding. Fixes [5b5ba0aa0d]: macJapanese encoding is incomplete. (Turned out to be n... Closed-Leaf check-in: c26e3294a8 user: jan.nijtmans tags: rfe-5b5ba0aa0d | |
|
2021-11-15
| ||
| 08:51 | Merge 8.6. TCL_UTF_MAX==3 means internal encoding is "ucs-2", not "utf-16" check-in: e7e0d6d121 user: jan.nijtmans tags: cygwin | |
|
2021-11-13
| ||
| 09:09 | Add Tcl_ObjTypeVersion(), fix memory errors in integer list functions, adjust lset.test so that objI... check-in: 1419fa5658 user: pooryorick tags: pyk-objinterface | |
|
2021-11-12
| ||
| 21:30 | Merge 8.7 check-in: 9b2600654d user: jan.nijtmans tags: trunk, main | |
| 21:29 | Starting with 8.7, don't bother Cygwin32 any more. Only Cygwin64 will be supported. check-in: addc3c39d8 user: jan.nijtmans tags: core-8-branch | |
|
2021-11-11
| ||
| 16:16 | (cherry-pck): Fix -fno-lto determination/add --enable-auto-image-base option to windows build (when ... check-in: 57849e8e77 user: jan.nijtmans tags: cygwin | |
| 16:14 | Merge 8.7 check-in: c4c4a5a405 user: jan.nijtmans tags: trunk, main | |
| 16:13 | Merge 8.6 check-in: 11179c8d17 user: jan.nijtmans tags: core-8-branch | |
| 16:12 | Fix -fno-lto determination/add --enable-auto-image-base option to windows build (when available) check-in: 993edf2e64 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-11-10
| ||
| 08:24 | Merge 8.7 check-in: 0ac84b1c6b user: jan.nijtmans tags: build-info | |
| 08:23 | Merge 8.7 check-in: bf93dd518b user: jan.nijtmans tags: trunk, main | |
|
2021-11-09
| ||
| 15:50 | Merge 8.6 check-in: 98c5561b52 user: jan.nijtmans tags: core-8-branch | |
| 15:10 | testcase/install fix check-in: 2e219577fb user: jan.nijtmans tags: cygwin | |
| 11:28 | Use octal permissions in testcases check-in: ec77a399b1 user: jan.nijtmans tags: core-8-6-branch | |
| 10:37 | Rename (back) library/registry -> library/reg check-in: 92dedda243 user: jan.nijtmans tags: cygwin | |
|
2021-11-08
| ||
| 23:13 | Merge 8.7 check-in: b52fe067d5 user: jan.nijtmans tags: encodings-with-flags | |
| 23:11 | Merge 8.7 check-in: 9c459140af user: jan.nijtmans tags: build-info | |
| 23:08 | Merge 8.6.12 check-in: 0c8ae089ab user: jan.nijtmans tags: cygwin | |
| 14:06 | Merge 8.7 check-in: 883a44b7b3 user: jan.nijtmans tags: trunk, main | |
| 14:03 | Merge 8.6. Some http:// -> https:// check-in: 48883dadfa user: jan.nijtmans tags: core-8-branch | |
| 14:02 | mingw-w64 website changed check-in: e372c416cc user: jan.nijtmans tags: core-8-6-branch | |
| 13:50 | Merge 8.7 check-in: d528869521 user: jan.nijtmans tags: trunk, main | |
| 13:43 | Make "changes" file chronological (again) check-in: 1fb5e666dc user: jan.nijtmans tags: core-8-branch | |
| 10:19 | Doc fix for Tcl_GetIntForIndex() check-in: 9de41aac2c user: jan.nijtmans tags: trunk, main | |
| 00:37 | merge trunk check-in: be717d2e78 user: dgp tags: dgp-refactor | |
| 00:36 | merge trunk check-in: a8f8079f5e user: dgp tags: novem | |
| 00:30 | merge 8.7 check-in: d93a28a96e user: dgp tags: dgp-review | |
| 00:29 | merge 8.7 check-in: e112827f6c user: dgp tags: trunk, main | |
| 00:06 | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters with the non-allocated empty st... check-in: e7511df3a1 user: dgp tags: core-8-branch | |
|
2021-11-07
| ||
| 22:39 | Update and clarify usage of the TclInitStringRep macro. check-in: 7522602be7 user: dgp tags: core-8-branch | |
| 21:46 | merge fork check-in: 73a05c2fe2 user: dgp tags: trunk, main | |
| 21:44 | Implementation of TIP 568 merged to trunk. check-in: 80e710ae0e user: dgp tags: trunk, main | |
| 21:43 | Merge 8.7 check-in: 85d6dbd40e user: jan.nijtmans tags: trunk, main | |
| 21:42 | Merge 8.6 check-in: 5d8dcf16a6 user: jan.nijtmans tags: core-8-branch | |
| 21:34 | Document the flexibility of numBytesPtr to point to int or size_t space. Closed-Leaf check-in: 6a75233974 user: dgp tags: dgp-properbytearray | |
| 21:34 | Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone variable checks check-in: 185912afea user: jan.nijtmans tags: core-8-6-branch | |
| 20:40 | merge mark check-in: e0c98ad969 user: dgp tags: trunk, main | |
| 20:39 | Document the freedom to provide space of either type int or size_t. check-in: fceda03ccf user: dgp tags: core-8-branch | |
| 19:18 | The TIP 481 machinery compels all callers to add typecasting to their NULL arguments, which is quite... Leaf check-in: bc2db39234 user: dgp tags: dgp-481-null-casting | |
| 14:52 | Dodge a few macro games. check-in: 0e4cc79075 user: dgp tags: dgp-properbytearray | |
| 04:25 | Updates to TIP 568 implementation for Tcl 9: Use the argument numBytes instead of length. Update the... check-in: abf6532314 user: dgp tags: dgp-properbytearray | |
| 03:21 | merge mark check-in: 9b164c8c56 user: dgp tags: trunk, main | |
| 03:20 | More accurately describe the string rep invalidation performed by Tcl_SetByteArrayLength() check-in: 56bb2f7baa user: dgp tags: core-8-branch | |
|
2021-11-06
| ||
| 22:47 | merge mark check-in: 2e00af6631 user: dgp tags: trunk, main | |
| 22:45 | typo check-in: 8065b9ec1b user: dgp tags: core-8-branch | |
| 20:34 | merge trunk check-in: 5d2600a1e0 user: dgp tags: dgp-properbytearray | |
| 20:33 | merge 8.7 check-in: fa474af616 user: dgp tags: trunk, main | |
| 20:33 | merge 8.6 check-in: 59329db546 user: dgp tags: core-8-branch | |
| 20:33 | Doc fix. There is no endianness in the encoding of a single byte. check-in: f2761e902b user: dgp tags: core-8-6-branch | |
| 18:12 | Eliminate more branch diffs. check-in: 7d93edb658 user: dgp tags: dgp-properbytearray | |
| 17:55 | Eliminate more branch diffs with trunk that have no apparent connection to TIP 568. check-in: afbf82e475 user: dgp tags: dgp-properbytearray | |
| 17:38 | Clean up another old failed merge. check-in: b62f9f3d4b user: dgp tags: dgp-properbytearray | |
| 17:10 | Repair faulty conflict resolution from some time back. check-in: d0c3871d46 user: dgp tags: dgp-properbytearray | |
| 15:52 | merge trunk check-in: 92c50fc944 user: dgp tags: dgp-properbytearray | |
| 15:44 | merge 8.7 check-in: 10c12d0105 user: dgp tags: trunk, main | |
| 15:41 | merge 8.6 check-in: 351bbfc846 user: dgp tags: core-8-branch | |
| 15:37 | Missing static. check-in: 20617fd4af user: dgp tags: core-8-6-branch | |
| 15:35 | Make more use of the Tcl_ObjCmdProc typedef for tidier branch merging. check-in: 434a0ba450 user: dgp tags: core-8-6-branch | |
| 15:26 | Repair a whitespace merge error. check-in: ddbc5cf603 user: dgp tags: dgp-properbytearray | |
| 15:03 | merge trunk check-in: fc10c281da user: dgp tags: dgp-properbytearray | |
| 14:58 | Merge trunk; resolve conflicts. check-in: 164211f6cf user: dgp tags: dgp-refactor | |
| 14:50 | Merge [2cc4478435]. Resolve conflict. check-in: 5527b33bd8 user: dgp tags: dgp-refactor | |
| 14:35 | Merge trunk through [db642bd894]. check-in: 4d50805885 user: dgp tags: dgp-refactor | |
| 14:27 | Merge [368587b872]. Resolve conflict. check-in: 8eb19d0107 user: dgp tags: dgp-refactor | |
| 12:49 | Merge trunk through [d49a1b0329]. check-in: cdeede93d0 user: dgp tags: dgp-refactor | |
| 08:04 | Merge 8.7 check-in: fe2b712d32 user: jan.nijtmans tags: trunk, main | |
| 08:02 | Eliminate unused variables/function-arguments check-in: 8d39bb8387 user: jan.nijtmans tags: core-8-branch | |
|
2021-11-05
| ||
| 23:03 | merge trunk check-in: e77811cade user: dgp tags: dgp-properbytearray | |
| 22:53 | merge trunk check-in: 8fda9dd502 user: dgp tags: novem | |
| 22:42 | merge 8.7 check-in: 3b6049f369 user: dgp tags: dgp-review | |
| 22:41 | merge mark check-in: 31bcf47dd4 user: dgp tags: trunk, main | |
| 22:39 | Implement parts of TIP 568 in Tcl 8.7. check-in: 589aafadbc user: dgp tags: core-8-branch | |
| 21:33 | merge 8.7 check-in: 4dbf80f202 user: dgp tags: trunk, main | |
| 21:30 | merge 8.6 check-in: e38e560e49 user: dgp tags: core-8-branch | |
| 21:23 | merge release check-in: add380b660 user: dgp tags: core-8-6-branch | |
| 19:47 | Adapt documentation of the *ByteArray* routines to better match Tcl library functioning post-TIP 568... Closed-Leaf check-in: 5a5f55f7a5 user: dgp tags: tip-568 | |
| 12:39 | merge 8.7 check-in: a50780358f user: dgp tags: tip-568 | |
|
2021-11-04
| ||
| 17:52 | Merge 8.7 check-in: 872d6a096b user: griffin tags: trunk, main | |
| 17:18 | Fix for bug [fc65ff1b66] - zipfs mkimg check-in: 338fe58e76 user: griffin tags: core-8-branch | |
| 12:45 | Adapt test-cases check-in: d2275ab2c1 user: jan.nijtmans tags: cygwin | |
| 12:33 | Fix testcase. Don't bother msvc building for this branch check-in: 1ca2b04899 user: jan.nijtmans tags: cygwin | |
|
2021-11-03
| ||
| 21:43 | Make tclUuid.h work on Windows as well check-in: d988f5246c user: jan.nijtmans tags: cygwin | |
| 16:32 | Add "tcl:build-info" command check-in: 1a253edcfd user: jan.nijtmans tags: cygwin | |
| 15:37 | Upgrade registry to version 1.3.6 check-in: e8edc82e6b user: jan.nijtmans tags: cygwin | |
| 14:42 | Merge 8.6 check-in: 57afd14be8 user: jan.nijtmans tags: cygwin | |
| 14:34 | Adjust [linsert] tests to check both compiled and uncompiled paths, and run them for the integer lis... check-in: abda115a17 user: pooryorick tags: pyk-objinterface | |
| 00:34 | Fix memory errors in the "list replace" proc for the integer list type, reorganize code, route "lins... check-in: 94696876b5 user: pooryorick tags: pyk-objinterface | |
|
2021-11-02
| ||
| 16:48 | merge 8.7 check-in: 833d30f970 user: dgp tags: tip-568 | |
| 16:40 | Revise the interface routines for byte arrays to use "numBytes" rather than "length" as argument nam... check-in: e20aa824db user: dgp tags: tip-568 | |
| 15:06 | merge 8.6 Closed-Leaf check-in: 553f5049a7 user: dgp tags: rc2, release, core-8-6-12-rc, core-8-6-12 | |
|
2021-11-01
| ||
| 16:28 | Merge 8.7 check-in: 3842ac8331 user: jan.nijtmans tags: tip-603 | |
| 13:40 | Merge 8.7 check-in: 1d15583507 user: jan.nijtmans tags: trunk, main | |
| 13:38 | Merge 8.6 check-in: c5e5349f51 user: jan.nijtmans tags: core-8-branch | |
| 13:21 | Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti) check-in: 75f8d23bb7 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-10-31
| ||
| 22:41 | Simplify -matchvar/-indexvar processing of regexp/switch Closed-Leaf check-in: 899b89ec3b user: jan.nijtmans tags: simpl_matchvar | |
| 16:21 | Merge 8.7 check-in: e837834cb3 user: jan.nijtmans tags: strict-index-experiment | |
|
2021-10-30
| ||
| 19:49 | update changes check-in: 67f2c5f71b user: dgp tags: rc1, core-8-6-12-rc | |
| 19:28 | To test object type interfaces, add the beginnings of a list implementation that stores items as an ... check-in: b7341926fe user: pooryorick tags: pyk-objinterface | |
|
2021-10-27
| ||
| 08:12 | Bump to 8.6.12 for release check-in: 130cd6ec01 user: jan.nijtmans tags: rc0, core-8-6-12-rc | |
| 07:08 | Merge 8.7 check-in: 542a1e67f4 user: jan.nijtmans tags: trunk, main | |
| 07:05 | Merge 8.6 check-in: 8747737d99 user: jan.nijtmans tags: core-8-branch | |
| 07:03 | Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support check-in: 96a7c63da8 user: jan.nijtmans tags: core-8-6-branch | |
| 06:52 | Merge 8.7 check-in: cb09bcfe2c user: jan.nijtmans tags: trunk, main | |
| 06:50 | Merge 8.6 check-in: 376763e59e user: jan.nijtmans tags: core-8-branch | |
| 06:49 | Update TZ info to tzdata2021e check-in: 01d540b804 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-10-26
| ||
| 13:28 | Add the macro TCL_LENGTH_NONE. check-in: 4082ab835f user: pooryorick tags: pyk-objinterface | |
| 08:54 | Merge 9.0 check-in: 62c63b4818 user: jan.nijtmans tags: pyk-objinterface | |
| 08:42 | typo check-in: c7a92907b0 user: jan.nijtmans tags: pyk-objinterface | |
|
2021-10-25
| ||
| 21:37 | Merge 8.7 check-in: 9dbb406589 user: jan.nijtmans tags: trunk, main | |
| 21:35 | Merge 8.6 check-in: f1bd550cdb user: jan.nijtmans tags: core-8-branch | |
| 21:32 | Merge 8.5 check-in: b9a416e9e6 user: jan.nijtmans tags: core-8-6-branch | |
| 15:34 | Revise outdated comments. check-in: b10395f12e user: dgp tags: tip-568 | |
| 14:14 | merge 8.7 check-in: 32f3750314 user: dgp tags: tip-568 | |
|
2021-10-24
| ||
| 18:19 | These record locations are not relative offsets, but rather absolute locations. Closed-Leaf check-in: 3cfe139c36 user: griffin tags: bug_fc65ff1b66 | |
| 15:55 | Fix memory errors in lsearch, add the first few string routines to Tcl_ObjType, modify StringIndexCm... check-in: cb6b5b14dd user: pooryorick tags: pyk-objinterface | |
|
2021-10-20
| ||
| 20:29 | Merge 8.7 check-in: 9836cc0e45 user: jan.nijtmans tags: trunk, main | |
| 20:27 | Code cleanup (comments, bracing) check-in: 61af2fd4ba user: jan.nijtmans tags: core-8-branch | |
|
2021-10-19
| ||
| 15:23 | We can now assume that TCL_MAJOR_VERSION == 9 check-in: a3f8fdec0b user: jan.nijtmans tags: trunk, main | |
| 14:48 | Merge 8.7 check-in: fa2769d476 user: jan.nijtmans tags: trunk, main | |
| 14:44 | Merge 8.6 check-in: c8a1cf3845 user: jan.nijtmans tags: core-8-branch | |
| 14:42 | IntRep -> InternalRep. Internal changes only. check-in: 40343f5fb6 user: jan.nijtmans tags: core-8-6-branch | |
| 12:43 | Fix "nodep" constraint. Merge 8.7 check-in: 336623308d user: jan.nijtmans tags: build-info | |
|
2021-10-18
| ||
| 18:56 | Merge-mark check-in: fa942183a5 user: jan.nijtmans tags: core-8-6-branch | |
| 18:24 | Update TZ info to tzdata2021d (via merge). check-in: 55f7da34fa user: jima tags: core-8-branch | |
| 18:23 | Update TZ info to tzdata2021d. check-in: c492d8b59e user: jima tags: core-8-6-branch | |
| 15:02 | Add the first few string functions to the Tcl_ObjType interface, move function declarations out of t... check-in: 09c4094c6e user: pooryorick tags: pyk-objinterface | |
| 14:44 | merge 8.7 check-in: 047cc8f6ef user: dgp tags: tip-568 | |
| 11:57 | Merge 8.7. Remove -stoponerror option check-in: 8ab21b9453 user: jan.nijtmans tags: encodings-with-flags | |
| 09:51 | Merge 8.7 check-in: edd5767d48 user: jan.nijtmans tags: build-info | |
| 09:43 | separate "testConstraint nodep" in tcltests.tcl check-in: 78328c59a8 user: jan.nijtmans tags: core-8-branch | |
| 08:56 | separate testConstraint nodep check-in: 831b8911ff user: jan.nijtmans tags: build-info | |
| 07:51 | Merge 8.7 check-in: aeabe9cded user: jan.nijtmans tags: build-info | |
| 07:43 | Adapt Makefile.in and makefile.vc (for Windows) too check-in: cfe9852ed7 user: jan.nijtmans tags: pyk-objinterface | |
|
2021-10-17
| ||
| 20:55 | More compiler warnings check-in: 842996b087 user: jan.nijtmans tags: pyk-objinterface | |
| 15:05 | Compiler warnings/errors check-in: 2ecc2f51ba user: jan.nijtmans tags: pyk-objinterface | |
|
2021-10-16
| ||
| 22:04 | Adapt Tcl_LsearchObjCmd to perform efficient binary search on non-finite Tcl_ObjType list implementa... check-in: 25a3e33bc1 user: pooryorick tags: pyk-objinterface | |
| 11:39 | Make it compile on MacOS too check-in: bde9e15a06 user: jan.nijtmans tags: pyk-objinterface | |
| 09:45 | at least - make it compile/run on UNIX check-in: 9d93f3da12 user: jan.nijtmans tags: pyk-objinterface | |
|
2021-10-15
| ||
| 19:21 | Modify Tcl_LsearchObjCmd() to not use TclListObjGetElements. check-in: 058e1fca7a user: pooryorick tags: pyk-objinterface | |
| 15:02 | Merge 8.7 check-in: 4994954504 user: jan.nijtmans tags: trunk, main | |
| 14:48 | RFE [cef426ff2c]: Encoding UTF-32 missing check-in: 2c7852b42b user: jan.nijtmans tags: core-8-branch | |
|
2021-10-14
| ||
| 20:43 | Add tests for Tcl_ObjType "lrange" interface. check-in: e208cedf34 user: pooryorick tags: pyk-objinterface | |
| 20:08 | Modify Tcl_LrangeObjCmd() to handle lists having indeterminate end. Fix typo in INST_LIST_RANGE_IMM... check-in: 74b0218572 user: pooryorick tags: pyk-objinterface | |
| 14:52 | Fix TclObjectDispatchNoDefault macro, add a rangeEnd function to the list interface, improve handlin... check-in: 9bdcab3a2f user: pooryorick tags: pyk-objinterface | |
| 14:32 | Code/Comment cleanup Closed-Leaf check-in: 24f2ef3933 user: jan.nijtmans tags: rfe-cef426ff2c | |
|
2021-10-13
| ||
| 16:34 | Remove unnecessary change check-in: ad854adcf2 user: griffin tags: bug_fc65ff1b66 | |
| 13:51 | Oops check-in: a052776081 user: jan.nijtmans tags: rfe-cef426ff2c | |
| 13:33 | First shot at [cef426ff2c]: Encoding UTF-32 missing check-in: 23f539bd7c user: jan.nijtmans tags: rfe-cef426ff2c | |
| 11:27 | Add "indexEnd" function to Tcl_Obj list interface table, ditch idea of using ssize_t, add TclObjectD... check-in: e9c00becf4 user: pooryorick tags: pyk-objinterface | |
| 00:22 | Corrected offset calculations check-in: 76b66f021b user: griffin tags: bug_fc65ff1b66 | |
|
2021-10-12
| ||
| 14:46 | Merge 8.7 check-in: c5b79ca673 user: jan.nijtmans tags: trunk, main | |
| 14:46 | Merge 8.6 check-in: f29ab3924a user: jan.nijtmans tags: core-8-branch | |
| 14:27 | Missing braces (just to be sure) check-in: 803b509193 user: jan.nijtmans tags: core-8-6-branch | |
| 14:18 | Fix build failure with --enable-symbols build on Windows: Some code makes assumptions on Tcl_Time st... check-in: 18996aeca8 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-10-11
| ||
| 14:00 | Merge 8.7 check-in: 37de0a6483 user: jan.nijtmans tags: trunk, main | |
| 13:57 | Merge 8.7 check-in: 30d5187f4f user: jan.nijtmans tags: core-8-branch | |
| 13:54 | Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093deb5a|6ffcea9b]: Handle 6... check-in: 89c20907fe user: jan.nijtmans tags: core-8-6-branch | |
|
2021-10-10
| ||
| 13:00 | Use TCL_INDEX_NONE as the indicator of an invalid index, modify TclLindexFlat to produce an error wh... check-in: 54e350bf02 user: pooryorick tags: pyk-objinterface | |
|
2021-10-09
| ||
| 16:46 | For testing, Add testIndexHexType, a Tcl_ObjType that implements its own list interface. check-in: cbcce44023 user: pooryorick tags: pyk-objinterface | |
| 16:39 | Add "interp" argument to TclListRange, add new C procedures "TclLengthIsFinite" and "TclLindexLast",... check-in: 7a9060c4a1 user: pooryorick tags: pyk-objinterface | |
|
2021-10-08
| ||
| 19:42 | Fix for issue [a8579d906a28], "argument with no name". check-in: 75a9777184 user: pooryorick tags: core-8-6-branch | |
| 12:36 | Merge trunk check-in: 2b008d21a1 user: jan.nijtmans tags: dgp-properbytearray | |
| 09:26 | Merge 8.7 check-in: 3e899fd2f3 user: jan.nijtmans tags: tip-568 | |
| 08:58 | Merge 9.0 check-in: ac61d3ebc1 user: jan.nijtmans tags: novem | |
| 08:40 | Merge 8.7 check-in: 916029c89c user: jan.nijtmans tags: trunk, main | |
| 07:08 | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list check-in: a722c92a11 user: jan.nijtmans tags: core-8-branch | |
| 07:05 | Merge 8.6 check-in: df269d2941 user: jan.nijtmans tags: core-8-branch | |
| 07:04 | merge-mark check-in: 628a86de6d user: jan.nijtmans tags: core-8-6-branch | |
|
2021-10-07
| ||
| 21:09 | Add length to TclListObjRange since callers alread have it and it makes working with a Tcl_ObjType i... check-in: 8264de944f user: pooryorick tags: pyk-objinterface | |
| 19:36 | Rework TclLindexFlat to function with Tcl_ObjType interfaces. check-in: c1089f473d user: pooryorick tags: pyk-objinterface | |
|
2021-10-06
| ||
| 19:33 | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list Closed-Leaf check-in: 0509fa5750 user: jan.nijtmans tags: internalrep | |
| 14:08 | Merge 8.7 check-in: 2cc4478435 user: jan.nijtmans tags: trunk, main | |
| 14:00 | Fix problem with application manifest, supporting UTF-8 console (it appears that mingw is stricter t... check-in: 771d38afb8 user: jan.nijtmans tags: core-8-branch | |
|
2021-10-05
| ||
| 06:07 | For backwards-compatibility, shoehorn Tcl_ObjType interface structure into existing public interface... check-in: 86000f923c user: pooryorick tags: pyk-objinterface | |
|
2021-10-04
| ||
| 21:09 | Rewrite comments for clarity and conciseness. check-in: 7bee7de7b3 user: pooryorick tags: core-8-branch | |
|
2021-10-02
| ||
| 17:01 | Update TZ info to tzdata2021c. check-in: bc9ec11855 user: jima tags: core-8-6-branch | |
|
2021-09-30
| ||
| 08:03 | Merge 8.7 check-in: db642bd894 user: jan.nijtmans tags: trunk, main | |
| 08:03 | Merge 8.6 check-in: b807975e85 user: jan.nijtmans tags: core-8-branch | |
| 07:49 | Fix [e0f728b381]: Manpage msgcat.n contains two write errors check-in: 3db9104f81 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-09-29
| ||
| 13:48 | Merge 8.7 check-in: 4ad5d70a7a user: jan.nijtmans tags: trunk, main | |
| 13:46 | Set activeCodePage to UTF-8, for (Windows) systems that support it. check-in: 6087ae38b5 user: jan.nijtmans tags: core-8-branch | |
| 12:29 | Merge 8.7 check-in: 4f7adbc283 user: jan.nijtmans tags: build-info | |
|
2021-09-28
| ||
| 19:26 | Rename the Tcl_ObjType interface.list.append to interface.list.appendlist, use interface.list.append... check-in: ae287c18a4 user: pooryorick tags: pyk-objinterface | |
| 00:12 | Add remaining list routines to the Tcl_ObjType interface. check-in: 4592920887 user: pooryorick tags: pyk-objinterface | |
|
2021-09-27
| ||
| 16:07 | Add an "interface" member to Tcl_ObjType, and plug lindex and lrange into the interface. check-in: 042c26fa5f user: pooryorick tags: pyk-objinterface | |
| 13:20 | Merge 8.7 check-in: f420cd0919 user: jan.nijtmans tags: trunk, main | |
| 13:01 | TIP #605 implementation: Function to get class name from object check-in: 7a083ed201 user: jan.nijtmans tags: core-8-branch | |
|
2021-09-26
| ||
| 20:56 | Merge 8.7 check-in: 2ac81d322a user: jan.nijtmans tags: build-info | |
| 20:54 | Merge 8.7 check-in: cb9f0d79cd user: jan.nijtmans tags: trunk, main | |
| 20:51 | Merge 8.6 check-in: 9bef0ece3c user: jan.nijtmans tags: core-8-branch | |
| 20:48 | Remove unix/config.status.lineno check-in: 3920ccdd3d user: jan.nijtmans tags: core-8-6-branch | |
|
2021-09-25
| ||
| 09:02 | Update TZ info to tzdata2021b (via merge). check-in: e2de0b5ee3 user: jima tags: trunk, main | |
| 09:01 | Update TZ info to tzdata2021b (via merge). check-in: efea83e25e user: jima tags: core-8-branch | |
| 09:01 | Update TZ info to tzdata2021b. check-in: bb03f34764 user: jima tags: core-8-6-branch | |
|
2021-09-24
| ||
| 14:13 | Merge 8.7 check-in: 3f3842836d user: jan.nijtmans tags: build-info | |
| 13:27 | Merge sebres-8-6-clock-speedup-cr2 check-in: dd7effdb5b user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 13:25 | Merge 8.6 check-in: b36b1f31b2 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 13:23 | Merge 8.7 check-in: 84cdd3c28b user: jan.nijtmans tags: sebres-8-7-clock-speedup-cr2 | |
|
2021-09-23
| ||
| 13:11 | Fix testcase Leaf check-in: 2c3dd8b283 user: jan.nijtmans tags: tcl-time-64bit | |
| 12:56 | Create new branch named "pyk-objinterface" check-in: 072ee43758 user: pooryorick tags: pyk-objinterface | |
|
2021-09-22
| ||
| 21:46 | Various fixes. Not done yet check-in: 3e61b427fa user: jan.nijtmans tags: tcl-time-64bit | |
|
2021-09-21
| ||
| 08:36 | Experiment: Make Tcl_Time a long long in stead of a struct check-in: 7d007b4694 user: jan.nijtmans tags: tcl-time-64bit | |
|
2021-09-14
| ||
| 13:38 | Merge 8.7 check-in: bc9ab93985 user: jan.nijtmans tags: trunk, main | |
| 13:35 | Merge 8.6 check-in: f28ed6ea77 user: jan.nijtmans tags: core-8-branch | |
| 13:34 | Update all tables to Unicode 14 check-in: cd8fadfca1 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-09-10
| ||
| 18:52 | merge 8.7 check-in: 6ff788ac2a user: dgp tags: tip-568 | |
| 18:47 | merge trunk check-in: 0028f16b64 user: dgp tags: novem | |
|
2021-09-08
| ||
| 14:26 | Merge 8.7 check-in: 4bd1f2c4fb user: jan.nijtmans tags: trunk, main | |
| 14:26 | Merge 8.6 check-in: 7f7ef44565 user: jan.nijtmans tags: core-8-branch | |
| 14:24 | close fork check-in: 47391ebc16 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-09-03
| ||
| 06:46 | Merge 8.7 check-in: 172517534a user: jan.nijtmans tags: trunk, main | |
| 06:43 | merge-mark check-in: 2a0f4a9ba2 user: jan.nijtmans tags: core-8-branch | |
|
2021-09-02
| ||
| 23:03 | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix matching and a subsequent ... check-in: da51286375 user: pooryorick tags: core-8-6-branch | |
| 22:38 | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix matching and a subseque... check-in: bd39341706 user: pooryorick tags: core-8-branch | |
| 22:15 | Update code comments. check-in: 368587b872 user: pooryorick tags: trunk, main | |
| 21:27 | merge 8.7 check-in: af84134442 user: dgp tags: tip-568 | |
| 21:14 | Silence warning in fix for [ccc448a6bfd5], namespace ensemble subcommand name prefix matching and a ... check-in: d49a1b0329 user: pooryorick tags: trunk, main | |
| 14:46 | Few more (c) -> © check-in: a009451a71 user: jan.nijtmans tags: core-8-branch | |
| 14:41 | (c) -> ©, now that TIP #587 is accepted check-in: 7dd529ed06 user: jan.nijtmans tags: core-8-branch | |
|
2021-09-01
| ||
| 23:13 | Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix matching and a subsequent erro... check-in: a2e801a3d6 user: pooryorick tags: trunk, main | |
| 13:07 | Merge 8.7 Closed-Leaf check-in: 1d4948495c user: jan.nijtmans tags: unicode-14 | |
|
2021-08-31
| ||
| 14:36 | Patch to fix zipfs mkimg bug. check-in: bcb8c5e9dd user: griffin tags: bug_fc65ff1b66 | |
|
2021-08-27
| ||
| 18:46 | Work in progress updating the documentation to modern perspectives. check-in: 525efda8f5 user: dgp tags: tip-568 | |
| 11:52 | merge trunk check-in: a7759688ed user: dgp tags: dgp-properbytearray | |
| 11:51 | merge 8.7 check-in: bc8dcf3bcb user: dgp tags: tip-568 | |
| 07:20 | One more TclUnusedStubEntry -> TclOOUnusedStubEntry check-in: 4f03bbf910 user: jan.nijtmans tags: trunk, main | |
| 07:13 | Merge 8.7 check-in: d3ef7b31f7 user: jan.nijtmans tags: trunk, main | |
| 07:10 | Merge 8.6 check-in: 3615ee45bd user: jan.nijtmans tags: core-8-branch | |
| 07:09 | Follow-up previous commit (thanks, Don!). Missing #undef check-in: ffbde696e4 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-08-26
| ||
| 19:15 | merge mark check-in: f72eeb6171 user: dgp tags: trunk, main | |
| 19:14 | repair broken build check-in: 741d273eb5 user: dgp tags: core-8-branch | |
| 19:12 | repair broken build check-in: 5f6bda2a35 user: dgp tags: core-8-6-branch | |
| 15:34 | Merge 8.7 check-in: 043d99f4aa user: jan.nijtmans tags: trunk, main | |
| 15:27 | Merge 8.6 check-in: 83da84a0e5 user: jan.nijtmans tags: core-8-branch | |
| 15:15 | Add a few spare unused stub entries in TclOO check-in: 7698b8162e user: jan.nijtmans tags: core-8-6-branch | |
|
2021-08-25
| ||
| 11:06 | Fix for TIP #430/#595 corner-case: tcl_findLibrary should use correct library name when running in T... check-in: 26f87ad53c user: jan.nijtmans tags: trunk, main | |
|
2021-08-23
| ||
| 17:34 | merge trunk: check-in: cb3279b215 user: dgp tags: novem | |
| 17:30 | merge trunk check-in: 543082d1ba user: dgp tags: dgp-refactor | |
| 17:25 | merge 8.7 check-in: 20beece07f user: dgp tags: dgp-review | |
| 17:03 | Merge trunk check-in: 09fdda8d70 user: dgp tags: dgp-properbytearray | |
| 17:03 | merge 8.7 check-in: 101d798bc5 user: dgp tags: tip-568 | |
| 14:54 | Merge 8.7 check-in: 30412ad14a user: jan.nijtmans tags: trunk, main | |
| 13:00 | Make everything compile warning-free when TCL_THREADS=0 check-in: 2abafeca96 user: jan.nijtmans tags: core-8-branch | |
| 10:35 | Merge 8.5 check-in: 3352f4f245 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-08-20
| ||
| 13:10 | Repair build failure. check-in: 9b2d49b6dc user: dgp tags: trunk, main | |
| 12:48 | Merge 8.7 check-in: e30f179c8f user: jan.nijtmans tags: trunk, main | |
| 12:46 | TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal() check-in: 1a6b389968 user: jan.nijtmans tags: core-8-branch | |
|
2021-08-19
| ||
| 08:54 | Merge 8.7 check-in: 65550c814b user: jan.nijtmans tags: trunk, main | |
| 08:51 | Merge-mark 8.6. Update to autoconf-2.71 check-in: e34446660d user: jan.nijtmans tags: core-8-branch | |
| 08:45 | Merge 8.5 check-in: d99207d437 user: jan.nijtmans tags: core-8-6-branch | |
| 08:05 | Apply macos-tip511.diff. Resolve conflict with TIP #601 Closed-Leaf check-in: d8b82ef75f user: jan.nijtmans tags: tip-511 | |
|
2021-08-18
| ||
| 14:31 | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can have value '1' or '0' check-in: ae2c9006bb user: jan.nijtmans tags: tip-511 | |
|
2021-08-17
| ||
| 16:16 | tip#511 proposed implementation check-in: 0d5d82595a user: jan.nijtmans tags: tip-511 | |
|
2021-08-16
| ||
| 12:13 | Merge 8.7 check-in: a005978803 user: jan.nijtmans tags: trunk, main | |
|
2021-08-15
| ||
| 21:47 | Make TCL_MAC_EMPTY_FILE macro work with C++ compiler check-in: b46c4d3d9c user: jan.nijtmans tags: core-8-branch | |
| 21:37 | Make tclZipfs.c compilable with a C++ compiler check-in: 565bc5516c user: jan.nijtmans tags: core-8-branch | |
| 21:34 | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flag check-in: c7572c6dc4 user: jan.nijtmans tags: tip-609 | |
| 20:35 | Proposed TIP #609 implementation check-in: fd12b53710 user: jan.nijtmans tags: tip-609 | |
|
2021-08-05
| ||
| 16:19 | Refine 'string replace' documentation wording. Thanks to Ted Brown on clt. check-in: 492bc5d79c user: oehhar tags: core-8-6-branch | |
| 11:21 | Merge 8.7 check-in: 3c56fe121a user: jan.nijtmans tags: trunk, main | |
| 11:20 | Merge 8.7 check-in: e76781e044 user: jan.nijtmans tags: build-info | |
| 11:20 | Merge 8.6 check-in: e55cd6d5bf user: jan.nijtmans tags: core-8-branch | |
| 07:30 | Clarify description of corner case 'string replace "" 0 0 A' to return the empty string. check-in: 1b84e484da user: oehhar tags: core-8-6-branch | |
|
2021-08-04
| ||
| 14:52 | Fix knownMsvcBug testConstraint check-in: 30e09611ba user: jan.nijtmans tags: build-info | |
|
2021-08-03
| ||
| 10:26 | Found the problem with Visual Studio: somehow it doesn't handle empty brackets [] right .... check-in: a9f03863fa user: jan.nijtmans tags: build-info | |
| 10:10 | Remove tcl::build-info, but keep the Tcl_InitSubsystems change, as this is suspected to be the break... Closed-Leaf check-in: 4c27455e16 user: jan.nijtmans tags: build-info-experiment | |
| 09:14 | Add tcl::build-info check-in: 91cdc4cfe4 user: jan.nijtmans tags: build-info-experiment | |
|
2021-08-02
| ||
| 14:53 | merge-mark check-in: fb87b8e60a user: jan.nijtmans tags: build-info | |
| 14:52 | Bring over more from "build-info" branch check-in: 0b80305222 user: jan.nijtmans tags: build-info-experiment | |
|
2021-08-01
| ||
| 11:47 | Turn code snippets in TIP into a branch. Closed-Leaf check-in: 01cb108d71 user: dkf tags: tip-605 | |
|
2021-07-31
| ||
| 16:00 | merge-mark check-in: 04451fdec8 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-07-30
| ||
| 12:53 | Merge build-info-experiment check-in: 8b9a1d9942 user: jan.nijtmans tags: build-info | |
| 12:50 | make it work for GIT too check-in: d913aaac15 user: jan.nijtmans tags: build-info-experiment | |
| 12:35 | In "makefile.vc" add building new header-file tclUuid.h. Not used for anything yet. check-in: dd0cb13795 user: jan.nijtmans tags: build-info-experiment | |
|
2021-07-29
| ||
| 14:03 | Experiment: Switch tclsh console to UTF-8 by default on Windows, if possible, using the manifest. Closed-Leaf check-in: f04dc41a5b user: jan.nijtmans tags: utf-8-console | |
|
2021-07-26
| ||
| 19:06 | merge trunk check-in: 844fecb845 user: dgp tags: dgp-properbytearray | |
| 17:32 | Proposed fix. Needs testing with a compiler which demos the bug. Closed-Leaf check-in: cc39387c0c user: dgp tags: bug-f4b0cb2080 | |
| 16:43 | merge 8.7 check-in: e99abaf474 user: dgp tags: tip-568 | |
|
2021-07-23
| ||
| 12:56 | Merge 8.7 check-in: b7fe510496 user: jan.nijtmans tags: trunk, main | |
| 12:52 | Use mingw-w64-ucrt-x86_64 toolchain for onfiledist build (starting with 8.7, since it needs Vista+) check-in: c8be6c32f1 user: jan.nijtmans tags: core-8-branch | |
| 10:08 | Merge 8.7 check-in: 2e62fe9b61 user: jan.nijtmans tags: trunk, main | |
| 10:03 | Merge 8.7. Re-implement testConstraint knownMsvcBug in terms of tcl::build-info check-in: c0c61fa7cf user: jan.nijtmans tags: build-info | |
| 09:49 | Missing "env:" label in win-build.yml check-in: 258b7ef7a3 user: jan.nijtmans tags: core-8-branch | |
|
2021-07-21
| ||
| 08:19 | Experiment: build onefiledist using the (experimental) UCRT64 mingw-w64 environment Closed-Leaf check-in: f944e72155 user: jan.nijtmans tags: ucrt | |
| 08:13 | Merge 8.7 check-in: 0d41331eb9 user: jan.nijtmans tags: trunk, main | |
| 08:12 | Merge 8.6 check-in: 2d55b0a150 user: jan.nijtmans tags: core-8-branch | |
| 08:00 | Merge 8.5 check-in: 0682841be6 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-07-19
| ||
| 14:18 | merge trunk check-in: e74cf12c64 user: dgp tags: dgp-refactor | |
| 14:13 | merge trunk check-in: 2186cdee33 user: dgp tags: dgp-properbytearray | |
| 14:06 | merge 8.7 check-in: 54950d24d5 user: dgp tags: tip-568 | |
| 13:58 | merge 8.7 check-in: 0063650c97 user: dgp tags: dgp-review | |
| 13:55 | merge trunk check-in: 6fdea8da3f user: dgp tags: novem | |
|
2021-07-17
| ||
| 11:19 | Merge 8.7 check-in: aa82912e75 user: jan.nijtmans tags: trunk, main | |
| 11:18 | Merge 8.6 check-in: 7f22950622 user: jan.nijtmans tags: core-8-branch | |
| 11:16 | Fix [592a25a505]: Tcl_PutEnv() crashes on Windows check-in: 9bd7ebe143 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-07-16
| ||
| 15:52 | Proposed fix for [592a25a505]: Tcl_PutEnv() crashes on Windows Closed-Leaf check-in: cf658956aa user: jan.nijtmans tags: bug-592a25a505 | |
| 07:02 | Merge 8.7 check-in: 5a8fc13f33 user: jan.nijtmans tags: trunk, main | |
| 06:58 | Merge 8.6 check-in: 6dc87d9af2 user: jan.nijtmans tags: core-8-branch | |
| 06:41 | Merge 8.5 check-in: 356246df86 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-07-14
| ||
| 15:54 | Fix build on Linux/Sparc with 32 bit userspace. See: [https://github.com/libtom/libtommath/issues/50... check-in: ef5def02ea user: jan.nijtmans tags: core-8-branch | |
| 08:58 | Add support for ICC check-in: 4c942e0c94 user: jan.nijtmans tags: build-info | |
|
2021-07-13
| ||
| 19:53 | Added a basic portable test of [fconfigure -stat] check-in: 6d77221b07 user: dkf tags: tip-603 | |
| 19:38 | Added documentation check-in: 1989f80f6a user: dkf tags: tip-603 | |
| 16:14 | fullversion -> patchlevel check-in: 96df75e118 user: jan.nijtmans tags: build-info | |
| 15:56 | More advanced tcl::build-info string parsing check-in: 85ea6b56fa user: jan.nijtmans tags: build-info | |
| 14:22 | Merge-mark check-in: 75bf97bf3c user: jan.nijtmans tags: build-info | |
| 13:12 | Remove tclPkg.c changes, instead implement new tcl::build-info command check-in: ea59903396 user: jan.nijtmans tags: build-info | |
| 07:56 | finally -> finallyIndex, preventing conflicts with Tru64 headers (reported by Jay K) check-in: 88566e9de6 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-07-09
| ||
| 22:11 | Eliminate clang warning check-in: 7c438d4444 user: jan.nijtmans tags: build-info | |
|
2021-07-08
| ||
| 12:37 | Merge 8.7 check-in: f8d766005f user: jan.nijtmans tags: trunk, main | |
| 12:28 | merge 8.6 check-in: 6a4d2648a6 user: jan.nijtmans tags: core-8-branch | |
| 12:17 | Add \DUSE_NMAKE=1 to C-flags when nmake is used check-in: f0184854d3 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-07-02
| ||
| 09:57 | "profiled" -> "profile" check-in: a04fea182b user: jan.nijtmans tags: build-info | |
|
2021-07-01
| ||
| 10:35 | "utf16" -> "utf-16" check-in: da93da4d09 user: jan.nijtmans tags: build-info | |
|
2021-06-29
| ||
| 16:16 | Merge 8.7 check-in: f896257cbc user: jan.nijtmans tags: trunk, main | |
| 16:06 | Merge 8.7 check-in: 4a8309fafe user: jan.nijtmans tags: build-info | |
| 16:03 | TCL_THREADS=0 means no threads too check-in: 2ba1768b43 user: jan.nijtmans tags: core-8-branch | |
| 15:59 | TCL_THREADS=0 means no threads too .... check-in: 93a4d48441 user: jan.nijtmans tags: build-info | |
| 15:48 | Merge 8.7. Minor signature fix in tcl.decls check-in: 9ad0b013dc user: jan.nijtmans tags: build-info | |
| 15:02 | Merge 8.7. Fix fstat() call in tclUnixChan.c, in case Tcl_StatBuf == struct stat64. check-in: 563efc3d8f user: jan.nijtmans tags: tip-603 | |
| 14:54 | Merge 8.7 check-in: 531b929872 user: jan.nijtmans tags: trunk, main | |
| 14:52 | Use fstat64() in stead of fstat() on platforms which support it. check-in: 2de1247828 user: jan.nijtmans tags: core-8-branch | |
| 08:54 | Make tclWinChan.c compile again, fixing obvious implementation problems. Not tested if it actually w... check-in: 0b2992cd25 user: jan.nijtmans tags: tip-603 | |
|
2021-06-28
| ||
| 14:40 | Merge 8.7 check-in: 12cbd47b04 user: jan.nijtmans tags: trunk, main | |
| 14:38 | Merge 8.6 check-in: adc35f4736 user: jan.nijtmans tags: core-8-branch | |
| 14:33 | Update many tools/encoding/*.txt files to the latest version, but leave out character changes. Only ... check-in: 46821014fe user: jan.nijtmans tags: core-8-6-branch | |
| 12:36 | Merge 8.7 check-in: bb5821ab22 user: jan.nijtmans tags: build-info | |
| 12:34 | Merge 8.7 check-in: 871cffde22 user: jan.nijtmans tags: encodings-with-flags | |
| 12:32 | Fix iocmd-8.4 testcase check-in: 65aaf2df35 user: jan.nijtmans tags: tip-603 | |
|
2021-06-27
| ||
| 11:26 | merge core-8-branch check-in: 0f595ccdd0 user: dkf tags: tip-603 | |
|
2021-06-25
| ||
| 21:34 | merge-mark check-in: e92290b2a3 user: jan.nijtmans tags: trunk, main | |
| 21:30 | Tweak TIP #590 impl on MacOS: Shared library could start with capital check-in: b9a7877ad5 user: jan.nijtmans tags: core-8-branch | |
| 16:23 | Merge 9.0 check-in: fdc35396df user: jan.nijtmans tags: novem | |
| 16:13 | typo check-in: bcd9649acd user: jan.nijtmans tags: trunk, main | |
| 14:03 | Merge 8.7 check-in: aa4e6f4d4f user: jan.nijtmans tags: build-info | |
| 13:44 | Bump version number to distinguish from release. check-in: 85ca4eb6f9 user: dgp tags: trunk, main | |
| 07:32 | Merge 9.0 check-in: 185ab56ee3 user: jan.nijtmans tags: novem | |
| 06:54 | (internal) stub table simplification: TclIntPlatStubs is now a single table, in stead of 3 for the 3... check-in: 116368c076 user: jan.nijtmans tags: trunk, main | |
|
2021-06-24
| ||
| 11:48 | Merge 8.7 check-in: 8784dda3b8 user: jan.nijtmans tags: trunk, main | |
| 11:18 | merge release check-in: 65287113b5 user: jan.nijtmans tags: trunk, main | |
|
2021-06-23
| ||
| 21:31 | fix typos in previous commit check-in: 6f5f159802 user: pooryorick tags: core-8-branch | |
| 18:49 | possible fix for [dcb888ed85adeb86] with kevent() check-in: 06aaff9fd5 user: pooryorick tags: core-8-branch | |
| 13:27 | Merge 8.7 check-in: 35802e0175 user: jan.nijtmans tags: encodings-with-flags | |
| 12:56 | Merge 8.7 check-in: 39d1e2bab9 user: jan.nijtmans tags: trunk, main | |
| 12:26 | Merge 8.6 check-in: e3a2478516 user: jan.nijtmans tags: core-8-branch | |
| 12:20 | Now really merge [bug-f9800d52bd61f240] (previous commit contains test-cases only) check-in: 1da51ccce1 user: jan.nijtmans tags: core-8-branch | |
| 07:43 | merge [bug-f9800d52bd61f240] check-in: e3bf2b4041 user: pooryorick tags: core-8-branch | |
|
2021-06-22
| ||
| 18:26 | possible fix for [dcb888ed85adeb86] with kevent() Closed-Leaf check-in: 94c93c8507 user: pooryorick tags: bug-dcb888ed85adeb86 | |
| 13:20 | Merge 8.5 check-in: 0331f5564f user: jan.nijtmans tags: core-8-6-branch | |
| 09:03 | Merge 8.5 check-in: 679be274e1 user: jan.nijtmans tags: core-8-6-branch | |
| 02:49 | update changes Closed-Leaf check-in: e7eaf78d62 user: dgp tags: core-9-0-a3-rc, core-9-0-a3 | |
| 02:33 | merge trunk check-in: ff61f50827 user: dgp tags: core-9-0-a3-rc | |
|
2021-06-21
| ||
| 21:21 | Improve logic and cleanup for tests coroutine-7.13 and coroutine-7.14 Closed-Leaf check-in: 5908ade8c3 user: pooryorick tags: bug-f9800d52bd61f240 | |
| 12:41 | Merge 8.7 check-in: 96f5a3a41f user: jan.nijtmans tags: trunk, main | |
| 12:34 | Merge 8.6 check-in: 9ab163a49e user: jan.nijtmans tags: core-8-branch | |
| 12:31 | Backport ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE from 8.7 check-in: aa9bf57ed7 user: jan.nijtmans tags: core-8-6-branch | |
| 12:08 | Merge 8.6 check-in: 76da4e417c user: jan.nijtmans tags: core-8-branch | |
| 12:00 | Change a lot of url's (as far as possible) from http:// to https:// check-in: b9c48412be user: jan.nijtmans tags: core-8-6-branch | |
| 10:31 | Merge 8.7 check-in: 231cbe3939 user: jan.nijtmans tags: trunk, main | |
| 10:27 | Backout merge of "bug-f9800d52bd61f240" branch, which is - apparently - not ready to be merged yet. ... check-in: 63f78e5a2d user: jan.nijtmans tags: core-8-branch | |
| 09:45 | eol-spacing check-in: 771fc551bb user: jan.nijtmans tags: core-8-branch | |
| 09:40 | renumber testcases check-in: b320000f1e user: jan.nijtmans tags: core-8-branch | |
| 09:29 | Fix [048dd20b4171c8da]: cesu-8 encoding fails on \u80 check-in: 0c93c6f969 user: jan.nijtmans tags: core-8-branch | |
| 05:47 | merge bug-f9800d52bd61f240 check-in: 5cfdd6ee7b user: pooryorick tags: core-8-branch | |
| 05:40 | test for issue [5106fddd4400e5b9b], failure to yieldto is not the same thing as not calling yieldto ... check-in: d7428a1ea0 user: pooryorick tags: bug-f9800d52bd61f240 | |
|
2021-06-20
| ||
| 22:57 | merge bug-f9800d52bd61f240 check-in: c75d4c3be0 user: pooryorick tags: core-8-branch | |
| 22:47 | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot find the right splicing spo... check-in: eb50e83ee1 user: pooryorick tags: bug-f9800d52bd61f240 | |
|
2021-06-19
| ||
| 23:39 | Merge 8.7 check-in: 94325f2187 user: jan.nijtmans tags: trunk, main | |
| 23:37 | Undo change in [b70eeebb0d196bb2]: It breaks the "make html" target in github actions. See also [1e1... check-in: f886df2504 user: jan.nijtmans tags: core-8-branch | |
| 23:32 | Assume chan-io-41.6 and chan-io-41.8 are UNIX-only. See [9be2726881c41893], those are failing on Win... check-in: 3b4ee109d9 user: jan.nijtmans tags: core-8-branch | |
| 23:24 | Fix windows build failure, caused by [f8608fc420] check-in: 526dac1481 user: jan.nijtmans tags: core-8-branch | |
| 20:19 | First attempt at Windows implementation. I don't develop on that platform, so this is extra dodgy! check-in: 0bfec1136a user: dkf tags: tip-603 | |
| 15:57 | Added in missing field check-in: f67df77d74 user: dkf tags: tip-603 | |
| 14:59 | Start of implementing TIP 603: chan configure -stat check-in: c9cac950e3 user: dkf tags: tip-603 | |
|
2021-06-18
| ||
| 20:02 | merge trunk check-in: 8583aed703 user: dgp tags: rc0, core-9-0-a3-rc | |
| 19:42 | Merge 8.7 check-in: c814fbfd2b user: jan.nijtmans tags: trunk, main | |
| 19:39 | Fix [f8608fc420]: linux : dynamic location of the tcl zipfs check-in: 07f12cf720 user: jan.nijtmans tags: core-8-branch | |
| 19:36 | merge trunk check-in: 341a566acf user: dgp tags: core-9-0-a3-rc | |
| 19:30 | merge trunk check-in: 3c76320950 user: dgp tags: dgp-refactor | |
| 19:29 | merge trunk check-in: eca1a658f8 user: dgp tags: dgp-properbytearray | |
| 19:23 | merge trunk check-in: 099f41b862 user: dgp tags: novem | |
| 19:23 | merge 8.7 check-in: 2706eb0daa user: dgp tags: tip-568 | |
| 19:11 | merge 8.7 check-in: 75c8584688 user: dgp tags: dgp-review | |
| 19:09 | merge 8.7 check-in: e762b2c517 user: dgp tags: trunk, main | |
| 18:11 | Bump version number to distinguish from release. check-in: 00c0a52dd9 user: dgp tags: core-8-branch | |
| 17:38 | close fork check-in: 61473a4126 user: dgp tags: core-8-branch | |
| 17:37 | merge release check-in: 718ac969d6 user: dgp tags: core-8-branch | |
| 14:22 | Merge 8.6 check-in: 7c91966878 user: jan.nijtmans tags: core-8-branch | |
| 12:46 | Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 new codepoints to iso88... check-in: 0c4485f735 user: jan.nijtmans tags: core-8-6-branch | |
| 10:44 | Hm. tcltk-man2html.tcl cannot handle $(PATCH_LEVEL). Don't bother for now. Closed-Leaf check-in: 0656f7eb48 user: jan.nijtmans tags: jn-tinkering | |
| 10:15 | Fix "make html-tcl" target, broken by this commit: [b70eeebb0d196bb2] (in core-8-7-a5-rc branch only... check-in: 5941ce66ce user: jan.nijtmans tags: jn-tinkering | |
| 10:02 | Merge 8.7 check-in: 4a94fcba68 user: jan.nijtmans tags: trunk, main | |
|
2021-06-17
| ||
| 15:52 | Revert to the code of RC2, so that only timestamps and changes file entries are different. Closed-Leaf check-in: 8adcb61264 user: dgp tags: rc3, core-8-7-a5-rc, core-8-7-a5 | |
| 15:44 | Add another ticket to the changes file, noting its incompatility. check-in: ac1270f680 user: dgp tags: core-8-7-a5-rc | |
| 10:25 | tests for [dcb888ed85adeb86] check-in: 4b00bf6318 user: pooryorick tags: core-8-branch | |
| 08:53 | Fix for [dcb888ed85adeb86]: epoll, special files, directories, links, epoll_ctl operation not permit... check-in: 7587b7aeb9 user: pooryorick tags: core-8-branch | |
|
2021-06-16
| ||
| 16:06 | Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the "watch" proc check-in: f6aa52e243 user: pooryorick tags: core-8-branch | |
| 13:23 | Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the "watch" proc Leaf check-in: 0037b3d176 user: jan.nijtmans tags: bug-67a5eabbd3d1 | |
| 02:26 | merge 8.7 check-in: 618a2cea2a user: dgp tags: core-8-7-a5-rc | |
|
2021-06-15
| ||
| 14:55 | Merge 8.7 check-in: 77725d89bb user: jan.nijtmans tags: trunk, main | |
| 14:54 | Fix [18f4a94d03] by backing out [9bcec7cd880540c3] check-in: a785b5bf5e user: jan.nijtmans tags: core-8-branch | |
| 14:52 | Fix [18f4a94d03] by backing out [9bcec7cd880540c3] Closed-Leaf check-in: ee3930e93a user: jan.nijtmans tags: bug-18f4a94d03 | |
| 12:56 | Fix [18f4a94d03] by backout out [9bcec7cd880540c3] check-in: 3f466e55c8 user: jan.nijtmans tags: bug-18f4a94d03 | |
| 08:50 | Adapt iso8859-7.enc to latest version, and fix testcase Closed-Leaf check-in: bc347660fb user: jan.nijtmans tags: encodings-2.0 | |
| 08:28 | Add new encoding iso8859-11 check-in: 6175cb782a user: jan.nijtmans tags: encodings-2.0 | |
| 08:17 | Update encodings (cp/iso) to latest version from unicode.org. *.enc-files not re-generated yet check-in: f408b13581 user: jan.nijtmans tags: encodings-2.0 | |
|
2021-06-13
| ||
| 17:01 | Change the arguments of the `make html` target to take the right default actions for producing a Tcl... check-in: b70eeebb0d user: dgp tags: core-8-7-a5-rc | |
|
2021-06-12
| ||
| 19:43 | Make it an error to provide neither --tcl or --tk, or to provide both. Closed-Leaf check-in: f2f521f5e7 user: pooryorick tags: py-tinkering | |
| 19:15 | Make the search for the project's .h file a little more specific. EDIT: Maybe good ideas here, bu... check-in: 9f8b78d60f user: pooryorick tags: py-tinkering | |
| 16:49 | bump release date check-in: 1ffeb8e409 user: dgp tags: core-8-7-a5-rc | |
|
2021-06-11
| ||
| 17:49 | merge 8.7 check-in: e80a5588eb user: dgp tags: core-8-7-a5-rc | |
| 14:01 | Merge 8.7 check-in: 05c20ec9d0 user: jan.nijtmans tags: trunk, main | |
| 13:59 | Merge 8.6 check-in: 948e056a45 user: jan.nijtmans tags: core-8-branch | |
| 13:57 | Fix [d6b10a9256]: Two files under compat/zlib/contrib/ are CRLF check-in: ed73bed5c1 user: jan.nijtmans tags: core-8-6-branch | |
| 13:48 | Somehow "zip -A" appears not to work in the github actions environment. Try to find out why. check-in: 8f88456ba0 user: jan.nijtmans tags: core-8-branch | |
| 09:57 | Merge 8.7 check-in: ce5cdb960f user: jan.nijtmans tags: trunk, main | |
| 08:45 | Ubuntu 16 is [https://github.com/actions/virtual-environments/issues/3287|deprecated] check-in: 8770772ae9 user: jan.nijtmans tags: core-8-branch | |
| 06:59 | protect all usage of dladdr() with !defined(NO_DLFCN_H) Closed-Leaf check-in: a08266c54d user: jan.nijtmans tags: rfe-f8608fc420 | |
| 06:38 | Merge 8.7 check-in: ff20052c8e user: jan.nijtmans tags: trunk, main | |
| 06:33 | Fix copying of public_suffix_list.dat.gz in win/Makefile.in. Thanks, Paul! check-in: c734a9cde1 user: jan.nijtmans tags: core-8-branch | |
|
2021-06-10
| ||
| 15:56 | merge 8.7 check-in: b35f095bce user: dgp tags: core-8-7-a5-rc | |
| 14:49 | Experiment: use dladdr() on Linux to locate the shared library. Won't work on other platforms! WIP check-in: e31d051801 user: jan.nijtmans tags: rfe-f8608fc420 | |
| 10:59 | Merge 8.7 check-in: 7898b8d5a3 user: jan.nijtmans tags: unicode-14 | |
| 08:54 | Merge 8.7 check-in: 92ad012dd2 user: jan.nijtmans tags: trunk, main | |
| 08:52 | (cherry-pick): Update dist target to renamed file. Also sync win/tcl.m4 with Tk (no change in genera... check-in: 085f01ed83 user: jan.nijtmans tags: core-8-branch | |
|
2021-06-09
| ||
| 20:32 | Update dist target to renamed file. check-in: fcaf29f0d9 user: dgp tags: core-8-7-a5-rc | |
| 16:26 | merge 8.7 check-in: 9c9ef4a8d3 user: dgp tags: core-8-7-a5-rc | |
| 09:29 | Merge 8.7 check-in: 8a55a16a49 user: jan.nijtmans tags: trunk, main | |
| 09:25 | Rename effective_tld_names.txt to public_suffix_list.dat, that's how it is named now. check-in: bca46870be user: jan.nijtmans tags: core-8-branch | |
| 09:13 | Update effective_tld_names.txt.gz to latest version (from https://publicsuffix.org/list/public_suffi... check-in: f7db7bf633 user: jan.nijtmans tags: core-8-branch | |
| 07:19 | Merge 8.7 check-in: c8a371212e user: jan.nijtmans tags: trunk, main | |
| 07:17 | Merge 8.6 check-in: f7d2d6bb89 user: jan.nijtmans tags: core-8-branch | |
| 07:16 | Fix compiler warning seen with static builds (--disable-shared): "FLT_RADIX" is not defined, evalua... check-in: 746521a6aa user: jan.nijtmans tags: core-8-6-branch | |
|
2021-06-08
| ||
| 14:24 | Merge 8.7 check-in: 579937f0ae user: jan.nijtmans tags: trunk, main | |
| 14:23 | Merge 8.6 check-in: 7894ca0499 user: jan.nijtmans tags: core-8-branch | |
| 14:22 | Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAME check-in: 0c06b4fa53 user: jan.nijtmans tags: core-8-6-branch | |
| 14:16 | Merge 8.7 check-in: bea31396cf user: jan.nijtmans tags: trunk, main | |
| 13:25 | Don't create a lot of empty directories any more while installing check-in: c09eef9f1c user: jan.nijtmans tags: core-8-branch | |
| 12:14 | Merge 8.7 check-in: 6dbfa17946 user: jan.nijtmans tags: build-info | |
| 12:05 | Merge 8.7 check-in: 8ae151e4b9 user: jan.nijtmans tags: trunk, main | |
| 12:04 | HP_UX -> HP-UX and another apparent typo check-in: 0d8e22855c user: jan.nijtmans tags: core-8-branch | |
| 12:01 | re-generate unix/configure with autoconf-2.59 check-in: 91454f0da4 user: jan.nijtmans tags: core-8-6-branch | |
| 11:49 | Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported (with typo correct) fro... check-in: 05e0e79704 user: jan.nijtmans tags: core-8-6-branch | |
| 09:14 | Merge 8.7 check-in: 90a730d604 user: jan.nijtmans tags: trunk, main | |
| 08:55 | Add full "libtommath" to "make dist" in stead of only the header-files and src-files. Reported by Ha... check-in: 812ea1852e user: jan.nijtmans tags: core-8-branch | |
| 08:39 | Merge 8.7 check-in: 62b08b95c2 user: jan.nijtmans tags: trunk, main | |
| 08:37 | DragonFly/FreeBSD need -fPIC check-in: 54e8a4160a user: jan.nijtmans tags: core-8-branch | |
| 06:20 | If the test suite needs a file, it needs to go in the distribution (cherry-pick) check-in: 53f111ffbc user: jan.nijtmans tags: core-8-branch | |
|
2021-06-07
| ||
| 17:16 | ....and with the right path. check-in: 3ef6a98e3e user: dgp tags: core-8-7-a5-rc | |
| 17:14 | If the test suite needs a file, it needs to go in the distribution. check-in: 929b9d037f user: dgp tags: core-8-7-a5-rc | |
| 16:37 | Temporary fix for [29871ea55c], by not building pkgπ.c by default: Older gcc (and other) C-compiler... check-in: 2e45cd7000 user: jan.nijtmans tags: trunk, main | |
| 15:24 | Merge 8.7 check-in: b61805b340 user: jan.nijtmans tags: trunk, main | |
|
2021-06-04
| ||
| 21:01 | merge 8.7 check-in: ca5d04a3b7 user: dgp tags: core-8-7-a5-rc | |
| 21:01 | update changes check-in: 4b888fb203 user: dgp tags: core-8-7-a5-rc | |
| 19:55 | Update docs to reflect http 2.10 check-in: 2aa237def6 user: dgp tags: core-8-branch | |
| 19:43 | Revise http version number from unusual 2.10.0a1 to conventional 2.10a1 check-in: 1486a323dc user: dgp tags: core-8-branch | |
| 07:49 | Merge 8.7 check-in: 6528cc982d user: jan.nijtmans tags: build-info | |
|
2021-06-02
| ||
| 07:46 | Merge 8.7 check-in: b655399f8c user: jan.nijtmans tags: trunk, main | |
| 07:45 | Add winspool library to LIBS_GUI on Windows. Not used yet (but most likely it will be used in 8.7 fi... check-in: c2f6db0f47 user: jan.nijtmans tags: core-8-branch | |
|
2021-05-28
| ||
| 18:12 | more changes check-in: d4d74953f2 user: dgp tags: core-8-7-a5-rc | |
| 10:09 | compete TIP list in "changes" check-in: 7cf8504622 user: jan.nijtmans tags: core-8-7-a5-rc | |
|
2021-05-27
| ||
| 15:47 | merge 8.7 check-in: 59eb47444e user: dgp tags: core-8-7-a5-rc | |
| 12:24 | Merge 8.7 check-in: c3a936fc8e user: jan.nijtmans tags: trunk, main | |
| 12:13 | Merge 8.6. Make c++ compile (with g++-11) warning-free check-in: 764e13e16d user: jan.nijtmans tags: core-8-branch | |
| 10:31 | Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harmless) check-in: 905015cd17 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-05-26
| ||
| 14:10 | More testcases regarding possible parse errors check-in: b55880e06d user: jan.nijtmans tags: encodings-with-flags | |
| 14:04 | Handle the situation when there is "-nothrow" or "-stoponerror" but without providing encoding check-in: 5c1a147c9f user: jan.nijtmans tags: encodings-with-flags | |
| 13:23 | Merge 8.7 and doc fix check-in: 70cb984279 user: jan.nijtmans tags: encodings-with-flags | |
| 12:53 | Suggestion for [06ba3489ed]: open command documentation says too much about serial port hardware Closed-Leaf check-in: 7f2cc845c0 user: jan.nijtmans tags: rfe-06ba3489ed | |
| 11:27 | Merge 8.7 check-in: 7f17627d6b user: jan.nijtmans tags: trunk, main | |
| 11:23 | Fix [a73c79081e]: Doc fix in tcl.h. Recommend int32_t in stead of wchar_t check-in: ef3c9a8997 user: jan.nijtmans tags: core-8-branch | |
| 10:47 | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tcl_UniChar. check-in: 8c52ca3059 user: jan.nijtmans tags: core-8-6-branch | |
| 10:28 | Merge 8.7. Add "ilp32" build flag check-in: 7322bead42 user: jan.nijtmans tags: build-info | |
| 10:02 | Merge 8.7 check-in: 0e38d2a0f1 user: jan.nijtmans tags: trunk, main | |
| 10:01 | One more macos-11.0 -> macos-11 check-in: b6da37acb0 user: jan.nijtmans tags: core-8-branch | |
| 09:57 | Merge 8.6 check-in: 8e317ec749 user: jan.nijtmans tags: core-8-branch | |
| 09:56 | macos-11.0 -> macos-11 check-in: a83a571ca3 user: jan.nijtmans tags: core-8-6-branch | |
| 08:36 | Add underscores in flag names check-in: 9429aa4fc2 user: jan.nijtmans tags: encodings-with-flags | |
| 06:44 | TIP601 encoding stoponerror: document Tcl_ExternalToUtfDStringEx and Tcl_ExternalToUtfDStringEx check-in: 0b1c7bf998 user: oehhar tags: encodings-with-flags | |
| 05:57 | Merge 8.7 check-in: 03d73454e4 user: oehhar tags: encodings-with-flags | |
|
2021-05-25
| ||
| 13:21 | merge trunk check-in: f404919485 user: dgp tags: dgp-refactor | |
| 13:19 | merge trunk check-in: 11d954c601 user: dgp tags: dgp-properbytearray | |
| 13:16 | merge trunk check-in: 12cf002ca1 user: dgp tags: novem | |
| 13:16 | merge 8.7 check-in: e7dc4d721c user: dgp tags: tip-568 | |
| 13:15 | merge 8.7 check-in: 3a2babac24 user: dgp tags: core-8-7-a5-rc | |
| 09:48 | Merge 8.7 check-in: 38d94ff27f user: jan.nijtmans tags: trunk, main | |
| 09:38 | Merge 8.6 check-in: c70fc1428e user: jan.nijtmans tags: core-8-branch | |
| 09:30 | Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, list (actually quite a few more... check-in: 1433d2dafc user: jan.nijtmans tags: core-8-6-branch | |
| 09:10 | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl too: LIB_RUNTIME_DIR cou... check-in: ef2c330139 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-05-21
| ||
| 07:19 | merge-mark check-in: 4e296652c1 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-05-20
| ||
| 19:17 | merge trunk check-in: 4e7da5c11c user: dgp tags: dgp-refactor | |
| 19:17 | merge 8.7 check-in: f7d0eb65b1 user: dgp tags: tip-568 | |
| 19:13 | merge trunk check-in: 8395f6f247 user: dgp tags: dgp-properbytearray | |
| 19:08 | merge trunk check-in: 845624f171 user: dgp tags: novem | |
| 19:08 | merge 8.7 check-in: 48d620d24b user: dgp tags: core-8-7-a5-rc | |
| 12:42 | Merge 8.7 check-in: 69410f67b9 user: jan.nijtmans tags: trunk, main | |
| 12:35 | Merge 8.6, except [688fcc7082] because it gives a merge conflict check-in: 113ceaa417 user: jan.nijtmans tags: core-8-branch | |
| 12:26 | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend lowercase package names.... check-in: 8b298a33bd user: jan.nijtmans tags: core-8-6-branch | |
| 12:21 | Fix [52cc90776c]: Warning when compile with gcc v9.3.0 check-in: 1da9feb7b1 user: jan.nijtmans tags: core-8-6-branch | |
| 01:02 | merge trunk check-in: c7192b9671 user: dgp tags: dgp-refactor | |
| 00:59 | merge trunk check-in: 70492630db user: dgp tags: dgp-properbytearray | |
| 00:57 | merge trunk check-in: 561369f97d user: dgp tags: novem | |
| 00:52 | merge 8.7 (resolve conflicts) check-in: c2f1c13b59 user: dgp tags: trunk, main | |
|
2021-05-19
| ||
| 14:57 | merge 8.7 check-in: 648439de11 user: dgp tags: core-8-7-a5-rc | |
| 14:49 | merge 8.7 check-in: 06ef30f551 user: dgp tags: tip-568 | |
| 10:46 | fix for [e39cb3f462631a99], namespace is removed from other namespace paths before deletion is compl... check-in: 949252950f user: pooryorick tags: core-8-branch | |
| 10:44 | update documentation and macro names Closed-Leaf check-in: 57f904f19b user: pooryorick tags: bug-e39cb3f462631a99 | |
| 07:15 | new test for issue [e39cb3f462631a99], namespace is removed from other namespace paths before deleti... check-in: b0e2b4520c user: pooryorick tags: bug-e39cb3f462631a99 | |
|
2021-05-18
| ||
| 22:09 | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace paths before deletion is... check-in: bdd005f330 user: pooryorick tags: bug-e39cb3f462631a99 | |
| 13:03 | Make pkgua package thread-safe check-in: 5a04b6e2ce user: jan.nijtmans tags: trunk, main | |
| 12:23 | Make pkgua package thread-safe check-in: 2e5531f5f8 user: jan.nijtmans tags: core-8-branch | |
| 12:02 | Make Pkgua package thread-safe and properly clean up everything when being unloaded. Based on pyk-tc... check-in: 50d71c14f4 user: jan.nijtmans tags: core-8-6-branch | |
| 10:58 | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c . check-in: 3b0e92b198 user: pooryorick tags: core-8-branch | |
| 10:51 | merge 8.7 Closed-Leaf check-in: 6559857f1e user: pooryorick tags: pyk-tclUnload | |
| 10:36 | Break TclDeleteNamespaceChildren out of TclTeardownNamespace. check-in: f366597745 user: pooryorick tags: core-8-branch | |
| 10:25 | Remove unneeded cmdPtr increment and decrement. check-in: 517cf10067 user: pooryorick tags: core-8-6-branch | |
| 10:24 | Remove the refCount increment that accompanied the decrement removed in the last commit. Closed-Leaf check-in: 9112cd17e6 user: pooryorick tags: pyk-core86cmdrefcount | |
| 06:03 | Additional test for [688fcc7082fa99a4], imported command trace memory error. check-in: 0c70f77653 user: pooryorick tags: core-8-branch | |
|
2021-05-17
| ||
| 21:34 | Remove unnecessary refCount decrement. check-in: f5ed582bbd user: pooryorick tags: pyk-core86cmdrefcount | |
| 21:30 | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and then calls import and triggers... check-in: e45d054ba4 user: pooryorick tags: core-8-6-branch | |
| 21:29 | Additional test for [688fcc7082fa99a4]. check-in: 81f260feaf user: pooryorick tags: core-8-6-branch | |
| 20:46 | Reinstate one line lost in last merge. check-in: b95643fa39 user: pooryorick tags: trunk, main | |
| 11:56 | Merge 8.7 check-in: ec7e558c34 user: jan.nijtmans tags: trunk, main | |
| 11:49 | Eliminate "unused parameter" warning check-in: 71b8950f81 user: jan.nijtmans tags: core-8-branch | |
| 11:35 | Merge 8.6 check-in: 3ee7e13727 user: jan.nijtmans tags: core-8-branch | |
| 11:28 | Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly. Fix gcc warnings (w... check-in: aec68ce9a4 user: jan.nijtmans tags: core-8-6-branch | |
| 07:39 | use [info sharedlibextension] for instead of ".so" check-in: 884bc26a17 user: pooryorick tags: pyk-tclUnload | |
|
2021-05-16
| ||
| 19:34 | Replace ckfree with Tcl_Free. check-in: 2890416ee4 user: pooryorick tags: trunk, main | |
| 19:09 | Break TclDeleteNamespaceChildren out of TclTeardownNamespace. Closed-Leaf check-in: a72e1e8016 user: pooryorick tags: pyk-namespace | |
| 10:03 | Eliminate compiler warnings about unused parameters. check-in: 6d54619184 user: pooryorick tags: pyk-tclUnload | |
|
2021-05-15
| ||
| 21:56 | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c, check-in: a4de334c5f user: pooryorick tags: pyk-tclUnload | |
| 19:04 | Delete associated data after running Tcl_InterpDeleteProc instead of before. Remove redundant/cycli... check-in: ccfd61a7cf user: pooryorick tags: core-8-branch | |
| 18:42 | When deleting an interp, delete associated data after running the corresponding Tcl_InterpDeleteProc... check-in: 47892c9578 user: pooryorick tags: pyk-tclUnload | |
| 18:27 | Add valgrind option --keep-deguginfo=yes check-in: c7502f772c user: pooryorick tags: core-8-branch | |
| 18:24 | Add valgrind option --keep-deguginfo=yes check-in: 4ac547c94e user: pooryorick tags: pyk-tclUnload | |
| 10:10 | merge core-8-branch check-in: aa66f1cc04 user: pooryorick tags: pyk-tclUnload | |
| 09:33 | merge core-8-branch check-in: 0d6fe67c7d user: fvogel tags: trunk, main | |
| 09:32 | Fix errors in man pages build check-in: 20c88f3230 user: fvogel tags: core-8-branch | |
| 09:09 | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation fault. check-in: 7ffa017f9b user: pooryorick tags: core-8-branch | |
| 09:07 | Merge bug-fb2a411b91973d3b. check-in: a2aa650ca5 user: pooryorick tags: core-8-branch | |
| 07:55 | Separate library unloading routine from [unload] command processing. check-in: 723d1eb937 user: pooryorick tags: pyk-tclUnload | |
|
2021-05-14
| ||
| 20:58 | Fix more leaks in tclZipfs.c. Valgrind now reports no more leaks in tclZipfs.c Closed-Leaf check-in: 20117765bd user: pooryorick tags: bug-fb2a411b91973d3b | |
| 20:49 | Fix more leaks in Zipfs finalization. check-in: 47601ca8e3 user: pooryorick tags: bug-fb2a411b91973d3b | |
| 18:50 | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation fault Closed-Leaf check-in: 343281a570 user: pooryorick tags: bug-463b7a93be0a2ddd | |
| 13:56 | Merge 8.7 check-in: 5386457c73 user: jan.nijtmans tags: encodings-with-flags | |
| 13:55 | Merge 8.7 check-in: 3222a619d8 user: jan.nijtmans tags: trunk, main | |
| 13:54 | Respect TIP #587 in dde test-cases. check-in: 45fa0ff557 user: jan.nijtmans tags: core-8-branch | |
| 10:52 | One left-over wtf-8 mentioning, which is no longer part of TIP #597 check-in: ce9947b4a1 user: jan.nijtmans tags: encodings-with-flags | |
|
2021-05-13
| ||
| 21:20 | Merge 8.7. Document TCL_ENCODING_NO_THROW flag check-in: 1a9cfc7699 user: jan.nijtmans tags: encodings-with-flags | |
| 17:54 | Merge 8.7 check-in: 4a79ce31da user: jan.nijtmans tags: trunk, main | |
| 17:47 | Backout [217391dc7f] and [b05e314d7a]. For the reason, see: [https://github.com/tcltk/tcl/runs/25734... check-in: 422b5ffdd1 user: jan.nijtmans tags: core-8-branch | |
| 15:22 | Fix quoting issues in gdb-test and lldb targets. check-in: 526b47d269 user: pooryorick tags: core-8-branch | |
| 12:49 | Fix remaining leaks in Zipfs finalization. check-in: b05e314d7a user: pooryorick tags: core-8-branch | |
|
2021-05-12
| ||
| 21:08 | On exit deallocate up some memory allocated in ZipFS. check-in: 217391dc7f user: pooryorick tags: core-8-branch | |
|
2021-05-07
| ||
| 13:58 | merge 8.7 check-in: 68ef15941d user: dgp tags: tip-568 | |
| 13:56 | merge trunk check-in: 44181fbb81 user: dgp tags: dgp-refactor | |
| 13:55 | Double definition of TCL_ENCODING_MODIFIED and another doc fix check-in: e14cbcd08a user: jan.nijtmans tags: encodings-with-flags | |
| 13:51 | merge trunk check-in: 33e1424f0f user: dgp tags: dgp-properbytearray | |
| 13:47 | merge trunk check-in: 87eb28ae57 user: dgp tags: novem | |
| 13:44 | doc fix check-in: 634ff42f5a user: jan.nijtmans tags: encodings-with-flags | |
| 13:40 | Merge 8.7 check-in: 6251e7fca2 user: dgp tags: core-8-7-a5-rc | |
| 13:12 | Merge 8.7. More parse improvement, WIP check-in: 14afb5bf77 user: jan.nijtmans tags: encodings-with-flags | |
| 12:30 | Merge 8.7 check-in: 2f18255022 user: jan.nijtmans tags: trunk, main | |
| 12:27 | Better error-message "illegal byte sequence" when trying to read from invalid/incomplete UTF-8 check-in: a25b3895ea user: jan.nijtmans tags: core-8-branch | |
| 11:01 | Remove TODO comment which is already done check-in: a6fe47d864 user: jan.nijtmans tags: core-8-6-branch | |
| 09:50 | Parse simplifications and better errormessage. Not 100% correct yet check-in: d38153980f user: jan.nijtmans tags: encodings-with-flags | |
|
2021-05-06
| ||
| 15:33 | Merge 8.7. Improve errormessage when handling byte-errors in channels to (e.g.): error writing "stdo... check-in: e919cd0c61 user: jan.nijtmans tags: encodings-with-flags | |
| 15:06 | Merge 8.6 check-in: ee8dbc6366 user: jan.nijtmans tags: core-8-branch | |
| 15:04 | Handle POSIX error EILSEQ: "invalid byte sequence" check-in: 242e43eefa user: jan.nijtmans tags: core-8-6-branch | |
| 12:55 | Ticket[535705]: encoding manpage example is about outdated source command. It is replaced by a simpl... check-in: a75bec65d3 user: oehhar tags: trunk, main | |
| 12:53 | Ticket[535705]: encoding manpage example is about outdated source command. It is replaced by a simpl... check-in: 87cfed17d2 user: oehhar tags: core-8-branch | |
| 12:50 | Ticket[535705]: encoding manpage example is about outdated source command. It is replaced by a simpl... check-in: aed33ad43a user: oehhar tags: core-8-6-branch | |