Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
112 check-ins using file generic/tcl.h version 310fc53d8b
|
2023-05-02
| ||
| 22:11 | Fix for [0306a5563c]. check-in: eb76c36249 user: pointsman tags: trunk, main | |
| 21:50 | Fix for [0306a5563c]. Closed-Leaf check-in: 36eb6e3921 user: pointsman tags: bug-0306a5563 | |
| 17:06 | Merge 8.7 fix [784befb0ba] - tailcall crash check-in: 480bcbe193 user: apnadkarni tags: trunk, main | |
| 15:31 | Make windows OPTS=symbols build work check-in: d184dcc11e user: jan.nijtmans tags: tip-664 | |
| 13:39 | merge trunk check-in: ea70c42344 user: dgp tags: dgp-refactor | |
| 12:47 | Fix issue [b3628609ad73a105], by allowing TclStringCat to assume that each Tcl_Obj.bytes value is co... Closed-Leaf check-in: 2ddc0c3fa9 user: pooryorick tags: pyk-b3628609ad | |
| 11:50 | Fix LISTREP_ASSERT Closed-Leaf check-in: b9d001ff67 user: apnadkarni tags: apn-list-realloc | |
| 11:28 | Merge trunk check-in: 3fd4e0d0b5 user: apnadkarni tags: apn-list-realloc | |
| 08:42 | Fix [bb69c8d17e] compiled string last check-in: 6964e7e16a user: apnadkarni tags: trunk, main | |
| 06:28 | Rebase to latest 9.0 check-in: a84524eea3 user: jan.nijtmans tags: tip-664 | |
| 05:38 | Change realloc strategy on fail, optimize for empty string check-in: ab979f8be5 user: apnadkarni tags: apn-list-realloc | |
|
2023-05-01
| ||
| 15:50 | Add missing "deprecated" constraint check-in: 0723320477 user: jan.nijtmans tags: trunk, main | |
| 12:39 | Tests for [dcac54a685] check-in: 800264f0a7 user: apnadkarni tags: trunk, main | |
| 12:16 | Tests for [ad9361fd20] check-in: ed26748c6b user: apnadkarni tags: trunk, main | |
| 11:41 | Fix [d07f42998d] - argument list truncation check-in: 71cab27557 user: apnadkarni tags: trunk, main | |
| 10:38 | Fix [ab123cfd3d] - ubsan warning in ValidateFormat check-in: 3da8d2069c user: apnadkarni tags: trunk, main | |
| 06:51 | Fix [ab123cfd3d] - ubsan scan warning. Closed-Leaf check-in: 787712b4c7 user: apnadkarni tags: bug-ab123cfd3d | |
| 06:41 | Added missing bigdata constraint check-in: ded211eaf8 user: apnadkarni tags: trunk, main | |
|
2023-04-30
| ||
| 19:21 | Merge 8.7 check-in: 4d1655a18b user: jan.nijtmans tags: trunk, main | |
| 19:03 | Fix OPTS=utf16 build for Tcl 9.0 check-in: 95cb1987c8 user: jan.nijtmans tags: trunk, main | |
| 12:32 | Add testcase for TclGetBytesFromObj() check-in: b25f2101d4 user: jan.nijtmans tags: trunk, main | |
| 12:02 | Don't test compatibility macro's when TCL_NO_DEPRECATED is defined: this is expected to fail Closed-Leaf check-in: f8af3cbaa3 user: jan.nijtmans tags: getbytesfromobj-tcl8-compat | |
| 10:20 | Fix [27b3ce2997] - check INT_MAX limit on script length check-in: 20ed83cf25 user: apnadkarni tags: trunk, main | |
| 09:54 | Fix one more error message for max arg limit Closed-Leaf check-in: 6e45492fe8 user: apnadkarni tags: bug-d07f42998d | |
| 08:08 | Working on [d07f42998d] check-in: 45ee9bfe2b user: apnadkarni tags: bug-d07f42998d | |
|
2023-04-29
| ||
| 16:16 | Add tests. Panic on bytecode length limit Closed-Leaf check-in: 42ac2ae6d4 user: apnadkarni tags: bug-27b3ce2997 | |
| 16:10 | Add experimental testcase for TclGetBytesFromObj() check-in: 122b521e98 user: jan.nijtmans tags: getbytesfromobj-tcl8-compat | |
| 14:56 | Resolve a TODO check-in: 624f3174c4 user: jan.nijtmans tags: trunk, main | |
| 14:50 | Merge 8.7 check-in: 874005b119 user: jan.nijtmans tags: trunk, main | |
| 14:11 | Updated from trunk. Simplified bug specific tests. check-in: c5521516de user: pointsman tags: bug-0306a5563 | |
| 03:15 | Fix [7cddd2845c] - crash with >= INT_MAX operands check-in: eb734aab39 user: apnadkarni tags: trunk, main | |
| 02:11 | Limit scripts to INT_MAX-1 bytes check-in: d527c3064e user: apnadkarni tags: bug-27b3ce2997 | |
|
2023-04-28
| ||
| 13:22 | merge trunk check-in: 697ce173a5 user: dgp tags: dgp-refactor | |
| 06:43 | Limit memset() to "TCL_UTF_MAX=3' builds. check-in: c72b11eac7 user: pooryorick tags: trunk, main | |
|
2023-04-27
| ||
| 20:54 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendObj... check-in: 90d2fcee22 user: pooryorick tags: trunk, main | |
| 20:42 | Fix for [f5eadcbf9a6b1b4c], passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corr... check-in: 480c856482 user: pooryorick tags: trunk, main | |
| 20:34 | memset(0xff) instead of memset(0) to accomodate tests that fill buffer with 0xff. Closed-Leaf check-in: 1e52f2b6c3 user: pooryorick tags: bug-f5eadcbf9a6b1b4c | |
| 15:01 | Alternative to TIP #661: Modify the macro's such that compiler warnings are generated when using 'in... check-in: a9fde2618f user: jan.nijtmans tags: tip-664 | |
| 14:01 | More size_t -> Tcl_Size, missed by earlier updates check-in: f689f33488 user: jan.nijtmans tags: trunk, main | |
| 13:34 | Merge trunk Closed-Leaf check-in: ff2bdedf2c user: apnadkarni tags: bug-7cddd2845c | |
| 12:47 | More checks for exceeding max words check-in: 0bea6484c4 user: apnadkarni tags: bug-7cddd2845c | |
|
2023-04-26
| ||
| 19:29 | Reduce number of needed type-casts. No change in functionality Closed-Leaf check-in: c7e3f3a76e user: jan.nijtmans tags: tip-660-continued | |
| 16:18 | Fix index descrepencies (bug-fa00fbbbabe). Fix inconsistent rounding (bug-e5f06285de). check-in: a610e50b2f user: griffin tags: trunk, main | |
| 15:53 | More size_t -> Tcl_Size changes, which were missed before. Also (experimental) make the wrapper macr... check-in: 0c6c1aba8d user: jan.nijtmans tags: tip-660-continued | |
| 15:45 | Test fix for [0f98bce669] check-in: ba42b33cb0 user: apnadkarni tags: trunk, main | |
| 14:56 | Fix for [7cddd2845c] (in progress) check-in: 6cdc79088d user: apnadkarni tags: bug-7cddd2845c | |
| 13:04 | merge trunk check-in: 00ebd5b6bf user: dgp tags: dgp-refactor | |
| 06:51 | Merge 8.7 check-in: 969b05562e user: jan.nijtmans tags: trunk, main | |
| 03:41 | merge trunk, address some 32-bit issues. Closed-Leaf check-in: 7ad6f6f6ad user: griffin tags: bug-fa00fbbbabe | |
|
2023-04-25
| ||
| 20:34 | Fix for issue [f5eadcbf9a], passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corr... check-in: db9f715fd5 user: pooryorick tags: bug-f5eadcbf9a6b1b4c | |
| 00:36 | Add fix inconsistent rounding (bug-e5f06285de). Compute and use the "precision" for sequences of dou... check-in: 62eaef043c user: griffin tags: bug-fa00fbbbabe | |
|
2023-04-24
| ||
| 20:21 | Added a test for the initial problem and another for the known remaining problem. check-in: ee6a702b64 user: pointsman tags: bug-0306a5563 | |
| 20:09 | Merge trunk. check-in: 978988f56d user: pointsman tags: bug-0306a5563 | |
| 18:57 | merge trunk check-in: 2fbfe7da2b user: dgp tags: dgp-refactor | |
| 18:47 | Merge TIP 660 commit. Resolve enough conflicts to compile. check-in: 16ce472043 user: dgp tags: dgp-refactor | |
| 17:46 | Fix [2e3fed53ba] - binary encode uuencode check-in: 3b2bbe8985 user: apnadkarni tags: trunk, main | |
| 17:16 | Fix [c719fa8716] - binary encode base64 assertion failure check-in: fcec152b12 user: apnadkarni tags: trunk, main | |
| 16:49 | Fix [9369f83649] - binary format/scan for big data check-in: 06ceffb2f3 user: apnadkarni tags: trunk, main | |
| 16:28 | Fix [a814ee5bbd] - string compare/equal -length for long strings check-in: e831429a4d user: apnadkarni tags: trunk, main | |
| 15:51 | Adapt signature of TclCompileScript() to fit better after TIP 660. check-in: 815e08b6d1 user: dgp tags: trunk, main | |
| 14:51 | Fix [d4ede611a7] - scan bigdata check-in: acaa559a27 user: apnadkarni tags: trunk, main | |
| 14:22 | TIP 422 eliminated va_list arguments from the API of Tcl 9. However, some of the documentation linge... check-in: 0dfea8ca19 user: dgp tags: trunk, main | |
| 13:54 | Minor change to length limit checks Closed-Leaf check-in: 0cdc8158b1 user: apnadkarni tags: bug-d4ede611a7 | |
| 12:55 | Fix [a550f9710b] (format bigdata) check-in: 0cb8f90d77 user: apnadkarni tags: trunk, main | |
| 10:02 | Fix for bug [d4ede611a7] (scan) check-in: ce85c34ed2 user: apnadkarni tags: bug-d4ede611a7 | |
| 09:41 | Fixes the examples given in [0306a5563c]. Still more to do for a full fix. check-in: 8b3c80eeba user: pointsman tags: bug-0306a5563 | |
|
2023-04-23
| ||
| 23:57 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendObj... Closed-Leaf check-in: 0b684db687 user: pooryorick tags: pyk-Tcl_AppendObjToObj | |
| 21:59 | Missing !defined(TCL_NO_DEPRECATED) around TIP #616 macro's. Thanks Rolf for noticing! check-in: 5f41604098 user: jan.nijtmans tags: trunk, main | |
| 18:25 | That fixes the examples given in [0306a5563c]. Needs more consideration before claim success. Closed-Leaf check-in: 67231d38a8 user: pointsman tags: pyk-whatever, bug-0306a5563c | |
| 18:14 | That fixes the examples given in [0306a5563c]. Needs more consideration before claim success. Closed-Leaf check-in: 1cf1f44a14 user: pointsman tags: bug-0306a5563c | |
| 11:39 | Set the encoding profile to strict in Tcl_FSEvalFileEx(). This is independent of TIP 657: A scrip... Closed-Leaf check-in: f867f44c9c user: pooryorick tags: pyk-whatever | |
| 11:28 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendOb... check-in: a61fef8429 user: pooryorick tags: pyk-whatever | |
| 11:23 | Merge trunk. check-in: 1fcfaab7fb user: pointsman tags: disabletcl8api | |
| 10:41 | Support combination TCL_UTF_MAX=3 with TCL_NO_DEPRECATED=1 check-in: 4ba40baf3f user: jan.nijtmans tags: trunk, main | |
| 10:31 | Remove TCL_8_COMPAT. No longer necessesary, because of TIP #660 check-in: 687747427c user: jan.nijtmans tags: trunk, main | |
| 08:56 | Backout [3016169b6f], since TIP #657 (Make "-profile strict" the default in Tcl 9.0) is not accepted... check-in: 27fafca190 user: jan.nijtmans tags: trunk, main | |
| 08:53 | Backout [e6fe76ae6b]. See build failure with -DTCL_UTF_MAX=3 [https://github.com/tcltk/tcl/actions/r... check-in: e49259e374 user: jan.nijtmans tags: trunk, main | |
| 08:13 | Fix gcc type mismatch warnings exposed by disabling casts using disabletcl8api check-in: 44c8ea9887 user: apnadkarni tags: trunk, main | |
| 07:24 | Merge trunk Closed-Leaf check-in: ffb9760eca user: apnadkarni tags: apn-disabletcl8api-warnings | |
| 05:23 | Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf) check-in: 8b91a4a3c6 user: apnadkarni tags: trunk, main | |
| 03:25 | Bug [d4ede611a7] (scan) - in progress check-in: 717c2c72f0 user: apnadkarni tags: bug-d4ede611a7 | |
|
2023-04-22
| ||
| 22:49 | Make Tcl_AppendObjToObj avoid string generation in a couple more circumstances, and edit some docume... check-in: e6fe76ae6b user: pooryorick tags: trunk, main | |
| 19:07 | Remove [after] that was inserted for debugging. Closed-Leaf check-in: 40f8ebb234 user: pooryorick tags: pyk-b3628609ad | |
| 18:17 | Merge 9.0 Leaf check-in: 9add50d484 user: jan.nijtmans tags: bug-d34442777 | |
| 17:34 | Merge 8.7 check-in: 7ef99c4cd6 user: jan.nijtmans tags: trunk, main | |
| 16:29 | Backout [4a7b807856], It breaks the build. See: [https://github.com/tcltk/tcl/actions/runs/477158685... check-in: 1d3415a44e user: jan.nijtmans tags: trunk, main | |
|
2023-04-21
| ||
| 22:10 | Fix issue [b3628609ad73a105] by scrapping most of TclStringCat() in favor of Tcl_AppendObjToObj(). ... check-in: b699959d62 user: pooryorick tags: pyk-b3628609ad | |
| 20:58 | Demonstrate Tcl_GetIndexFromObjStruct with -Wconversion check-in: 3d8a094343 user: jan.nijtmans tags: bug-d34442777 | |
| 20:39 | Merge 8.7 check-in: 9cbb0b212f user: jan.nijtmans tags: trunk, main | |
| 20:32 | Make Tcl_AppendObjToObj more efficient and avoid unnecessarily generating a string representation wh... check-in: 4a7b807856 user: pooryorick tags: trunk, main | |
| 20:26 | Add testcases check-in: aaf4d33fc7 user: jan.nijtmans tags: trunk, main | |
| 10:48 | Merged apn-disabletcl8api-warnings check-in: 7f6150c949 user: pointsman tags: disabletcl8api | |
| 10:07 | Fix gcc warning about format specifier in error message check-in: ba6e7c7800 user: apnadkarni tags: trunk, main | |
| 09:19 | Set the encoding profile to strict in Tcl_FSEvalFileEx(). check-in: 3016169b6f user: pooryorick tags: trunk, main | |
| 06:16 | Fix warnings generated on disable8api builds check-in: e80d1c5113 user: apnadkarni tags: apn-disabletcl8api-warnings | |
| 04:56 | Create new branch named "apn-disabletcl8api-warnings" check-in: 0747d260c6 user: apnadkarni tags: apn-disabletcl8api-warnings | |
| 00:42 | Updated disabletcl8api to post TIP 660. Changed the default while doing that. Now, without related c... check-in: 452896d195 user: pointsman tags: disabletcl8api | |
| 00:35 | merge trunk check-in: cdc15e9c42 user: griffin tags: bug-fa00fbbbabe | |
|
2023-04-20
| ||
| 18:13 | sync with trunk. Fix lseq size bugs. check-in: a48444ee91 user: griffin tags: bug-fa00fbbbabe | |
| 16:44 | Bugs [4ce858a049] (lrepeat), [f4d15772f1] (foreach), [6926a21840] (lmap). check-in: fbe4c73160 user: apnadkarni tags: trunk, main | |
|
2023-04-19
| ||
| 19:36 | TIP 660 changes to stop warnings in --enable-symbols=mem build. check-in: 5406686e2d user: dgp tags: trunk, main | |
| 15:49 | Fix [a4617c8e90] - lsearch index truncation check-in: 08fc7dfb36 user: apnadkarni tags: trunk, main | |
| 14:33 | Minor doc corrections check-in: 3028d5ae6d user: apnadkarni tags: trunk, main | |
| 13:21 | Fix [3c04fcdd1a] - join truncates large lists check-in: c4ebde4cb9 user: apnadkarni tags: trunk, main | |
| 09:49 | Merge apn-bigdata-tests check-in: c2d903f6ed user: apnadkarni tags: trunk, main | |
| 09:18 | Merge trunk Closed-Leaf check-in: 0230e9e1ea user: apnadkarni tags: apn-bigdata-tests | |
| 05:50 | Merge mark with 8.7 TIP 660 manpages check-in: 14ce5d5108 user: apnadkarni tags: trunk, main | |
| 05:21 | Merge mark with 8.7 TIP 660 changes check-in: ab7b32583a user: apnadkarni tags: trunk, main | |
| 03:36 | TIP 660 accepted. check-in: 1842599320 user: apnadkarni tags: trunk, main | |
| 02:32 | Pick up lreplace.test and lseq.test from tip-660-with-trunk-testcases Closed-Leaf check-in: 0bf637b9dc user: apnadkarni tags: tip-660 | |
| 02:00 | Merge trunk check-in: 5ad7c7b96d user: apnadkarni tags: tip-660 | |
|
2023-04-18
| ||
| 21:38 | TIP #660, merge trunk, replace testscases with trunk testcases Closed-Leaf check-in: ae89fcb5d3 user: jan.nijtmans tags: tip-660-with-trunk-testcases | |