Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
58 check-ins using file generic/tclVar.c version a086e099e3
|
2024-04-24
| ||
| 17:02 | Merge more from trunk check-in: 13eb2298bc user: dgp tags: core-9-0-b2-rc | |
| 15:48 | Merge some trunk changes. check-in: c4ee2d267c user: dgp tags: core-9-0-b2-rc | |
|
2024-04-14
| ||
| 13:46 | amend to [40f13c108666fdda]: although it is no one free to see after ClockFrmScnFinalize, it is bett... check-in: 7cd88f9281 user: sebres tags: dgp-bug-167e0635db | |
| 13:32 | revert [0e273ad998f16100], because of bug-fix in tclHash check-in: 0e5782a8e3 user: sebres tags: dgp-bug-167e0635db | |
|
2024-04-12
| ||
| 21:45 | Merge 8.7 check-in: dc64bd6ed7 user: jan.nijtmans tags: trunk, main | |
| 19:51 | Plug mem leak of mcLitIdxs field. check-in: 024326d130 user: dgp tags: dgp-bug-167e0635db | |
| 19:47 | Plug memory leak of the mcLiterals field. check-in: fcc8eb6fba user: dgp tags: dgp-bug-167e0635db | |
| 19:37 | A crude protection against accessing the storage after it has been freed by a finalization pass. Th... check-in: 40f13c1086 user: dgp tags: dgp-bug-167e0635db | |
| 19:24 | One added line that ends the "Conditional jump" errors from valgrind check-in: 0e273ad998 user: dgp tags: dgp-bug-167e0635db | |
| 17:15 | Add missing documentation for TIP 598 Tcl_WinConvertError check-in: b202d2fc01 user: apnadkarni tags: trunk, main | |
| 16:41 | In Tcl 9, we don't need "-encoding utf-8" here any more check-in: aa3b9a93eb user: jan.nijtmans tags: trunk, main | |
| 16:09 | Clean up the arith series code, including fixing a memory leak check-in: 89b0506a36 user: dkf tags: trunk, main | |
| 15:33 | Merge 8.7 (adding "-encoding utf-8") check-in: 047910db02 user: jan.nijtmans tags: trunk, main | |
| 14:10 | Clock not weak; clock strong! check-in: 110aa21b66 user: dkf tags: trunk, main | |
| 14:02 | Merge 8.7 check-in: 4ccd8c6c4b user: dkf tags: trunk, main | |
| 13:32 | Merge 8.7 check-in: fac0e545be user: dkf tags: trunk, main | |
| 09:47 | Merge 8.7 check-in: 95201cd0f6 user: jan.nijtmans tags: trunk, main | |
|
2024-04-11
| ||
| 20:23 | Merge 8.7 check-in: 224eb9a3f7 user: jan.nijtmans tags: trunk, main | |
| 14:24 | Merge 8.7 check-in: 6bab8cce28 user: jan.nijtmans tags: trunk, main | |
| 14:09 | Merge 8.7 check-in: 93e55377dc user: jan.nijtmans tags: trunk, main | |
| 11:03 | Merge 9.0 Leaf check-in: 156c6cc448 user: jan.nijtmans tags: tip-691 | |
| 08:55 | Use Tcl_NewBooleanObj for booleans; we should say what we mean check-in: ba65f6c8c4 user: dkf tags: trunk, main | |
| 08:35 | Fix [e155cedf33]: Error-handling in TclGetOpenMode() check-in: 22e66b7f41 user: jan.nijtmans tags: trunk, main | |
| 08:00 | Add O_ACCMODE fow Windows, in case it is not defined check-in: aad95fc929 user: jan.nijtmans tags: trunk, main | |
|
2024-04-10
| ||
| 17:52 | Start on consolidating chan related docs check-in: 2923ea8b89 user: apnadkarni tags: apn-chan-docs | |
| 17:51 | Create new branch named "apn-chan-docs" check-in: ee93b2ff42 user: apnadkarni tags: apn-chan-docs | |
| 15:35 | One more TclHasInternalRep() check-in: 295715a1b1 user: jan.nijtmans tags: trunk, main | |
| 15:26 | Merge 8.7 check-in: 22cb6d973e user: jan.nijtmans tags: trunk, main | |
| 15:06 | merge trunk check-in: c0e98b5545 user: dgp tags: core-9-0-b2-rc | |
| 13:03 | Merge 8.7 check-in: adc02c7fad user: dkf tags: trunk, main | |
| 11:52 | Merge 9.0 check-in: f4b3e69a07 user: jan.nijtmans tags: tip-691 | |
| 10:21 | Use O_ACCMODE in stead of the non-standard RW_MODES check-in: af85b455a0 user: jan.nijtmans tags: tip-691 | |
| 08:29 | Handle more error-situations in open mode parsing check-in: e06aa24e86 user: jan.nijtmans tags: tip-691 | |
|
2024-04-09
| ||
| 15:25 | Merge 8.7 check-in: ffc16bd3fd user: dkf tags: trunk, main | |
| 15:16 | Update documentation Closed-Leaf check-in: 0a0626b9f6 user: jan.nijtmans tags: tip-648 | |
| 15:12 | Rebase to trunk check-in: 4d02d05338 user: jan.nijtmans tags: tip-648 | |
| 15:07 | Remove Tcl_NewIndexObj/Tcl_SetIndexObj. Since Tcl_Size is signed now, it doesn't add much value any ... check-in: b0d1a7d2b1 user: jan.nijtmans tags: tip-648 | |
| 13:22 | Rebase to 9.0 check-in: 02059cfe3f user: jan.nijtmans tags: tip-692 | |
| 12:13 | Merge 8.7 check-in: f379b61f86 user: jan.nijtmans tags: trunk, main | |
| 11:14 | Move new Tcl_GetAliasObj() to slot 285 (old slot was used for Tcl_FreeResult() in 8.x) check-in: 1444514184 user: jan.nijtmans tags: tip-692 | |
| 10:47 | Rebase to 9.0 check-in: 86b5535cc4 user: jan.nijtmans tags: tip-692 | |
| 09:03 | Use CHANNEL_RAW_MODE flag in stead of simply '2' check-in: 68bf30860d user: jan.nijtmans tags: tip-691 | |
|
2024-04-08
| ||
| 12:53 | Rebase to 9.0 check-in: d6ac3cd190 user: jan.nijtmans tags: tip-691 | |
| 11:34 | Revive TIP #648 check-in: 74664985a4 user: jan.nijtmans tags: tip-648 | |
| 09:34 | Fix [a6fb744b20]: missing file from distribution check-in: 29c3ebca8d user: jan.nijtmans tags: trunk, main | |
|
2024-04-06
| ||
| 13:50 | merge 8.7 check-in: dd8ad6686b user: sebres tags: trunk, main | |
|
2024-04-05
| ||
| 21:50 | this string is not used anyway Leaf check-in: 08a09c446d user: jan.nijtmans tags: bug-167e0635db | |
| 21:11 | Possibly better optimization check-in: 8530d5044f user: jan.nijtmans tags: bug-167e0635db | |
| 15:45 | changes file removal sequel check-in: be3b0f346e user: dgp tags: rc0, core-9-0-b2-rc | |
| 15:39 | Delete the changes file pending decisions about TIP 693 check-in: ac69f6b1af user: dgp tags: core-9-0-b2-rc | |
| 14:53 | Less diff's with 9.0 check-in: 74b6d4319d user: jan.nijtmans tags: tip-691 | |
| 13:58 | Merge 9.0. Change flag names check-in: 8889b0c536 user: jan.nijtmans tags: tip-691 | |
| 12:57 | Proposed (partial) fix for [167e0635db]: `make valgrind` detections. Also fixes two constants in tc... check-in: 561cb0ffb2 user: jan.nijtmans tags: bug-167e0635db | |
|
2024-04-04
| ||
| 23:01 | dup test names check-in: 874d3cb5e5 user: dgp tags: core-9-0-b2-rc | |
| 23:00 | merge trunk check-in: d92aee16bb user: dgp tags: core-9-0-b2-rc | |
| 21:07 | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase check-in: c28a455139 user: jan.nijtmans tags: trunk, main | |
| 14:25 | Merge 8.7 (undid the encodingPtr -> encodingNamePtr change) check-in: 364a550ce5 user: jan.nijtmans tags: trunk, main | |
| 12:35 | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency) check-in: 4a704590fe user: jan.nijtmans tags: trunk, main | |