Timeline
Not logged in

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

50 check-ins occurring around 2023-05-19 11:26:08.

2023-05-22
12:17
Proposed fix for [af3ebc5fafe0]. Closed-Leaf check-in: 827cc031bc user: pointsman tags: bug-af3ebc5fafe0
10:13
Merge 8.7 check-in: f1dbd8559e user: jan.nijtmans tags: trunk, main
07:48
Small documentation corrections check-in: 5c995d1809 user: dkf tags: core-8-branch
2023-05-21
23:00
Merge 8.7 check-in: 19e22d9bc5 user: jan.nijtmans tags: trunk, main
21:19
Unbreak windows symbols build. More int -> Tcl_Size backported from 9.0 check-in: ba731752d3 user: jan.nijtmans tags: core-8-branch
20:42
Fix test to be stable. check-in: 08b55c7949 user: griffin tags: trunk, main
2023-05-20
23:24
Add cleanup to lseq tests. Fix assertion. check-in: ab6b395442 user: griffin tags: trunk, main
20:11
Merge "unchained branch [a03cbbdf63] and resolve conflicts. check-in: 6803cae7fa user: pooryorick tags: pyk-objinterface
16:39
Fix [c9663296fd]. Also refactor memory reallocation. check-in: 18d4bd49a6 user: apnadkarni tags: trunk, main
15:40
Minor refactor to combine alloc/realloc Closed-Leaf check-in: 6f8be92c87 user: apnadkarni tags: bug-c9663296fd
14:10
Merge "unchained" branch [6b0efb4663] and resolve conflicts. check-in: 1b29063091 user: pooryorick tags: pyk-objinterface
10:34
merge-mark check-in: eda305c97b user: jan.nijtmans tags: trunk, main
10:07
More int/Tcl_Size backport check-in: e69534b7e5 user: jan.nijtmans tags: core-8-branch
2023-05-19
23:07
Merge trunk check-in: ce1ff6df2b user: apnadkarni tags: bug-c9663296fd
22:18
Fix int/Tcl_Size pointer errors check-in: b60a8ec69f user: apnadkarni tags: trunk, main
21:31
Fix build - ckalloc/ckfree not in Tcl 9 check-in: 0d4ea2fb20 user: apnadkarni tags: trunk, main
19:50
Merge 8.7 check-in: a49cad4e9e user: jan.nijtmans tags: trunk, main
19:47
int -> Tcl_Size and other (internal) signature improvements. Most of them backported from 9.0 check-in: 657c601af7 user: jan.nijtmans tags: core-8-branch
16:47
More refactoring into common code check-in: 617dcb269e user: apnadkarni tags: bug-c9663296fd
14:15
Improve the synopsis of the transchan manpage so it helps users a bit check-in: ed881099f4 user: dkf tags: core-8-branch
13:35
Improve the synopsis of the refchan manpage so it helps users a bit check-in: 230a91cee1 user: dkf tags: core-8-branch
12:56
Merge 8.7 check-in: 65e4f359b9 user: dkf tags: trunk, main
12:06
TIP 558: Basic Configure Support for TclOO check-in: 49b856bfa8 user: dkf tags: core-8-branch
12:02
merge core-8-branch check-in: 08ddd0482b user: dkf tags: tip-558
11:26
Merge "unchained" branch commit [05b72c0b3f] and resolve conflicts. check-in: 2840dda8db user: pooryorick tags: pyk-objinterface
2023-05-17
22:26
Merge 9.0 check-in: 861edc2ab8 user: jan.nijtmans tags: tip-626
16:22
Proposed fix for [6022b9f946]: Tk when built against Tcl 9.0 broken Closed-Leaf check-in: 47ae4a0262 user: jan.nijtmans tags: bug-6022b9f946
16:12
Merge trunk check-in: 3e44e4bdd3 user: griffin tags: tip-636-tcl9-644
14:46
Merge 9.0 check-in: 70c510876c user: jan.nijtmans tags: tip-626
12:44
Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, and add more error chec... check-in: c405bdd1f0 user: pooryorick tags: trunk, main
12:26
New functions: TclUndoRefCount() and TclDictGetSize(). check-in: 60d6e1d587 user: pooryorick tags: trunk, main
12:09
Fix for [5ee01098824881b5], lseq list conversion results in attempt to access freed memory. check-in: e45cee0c53 user: pooryorick tags: trunk, main
07:38
Merge latest 9.0. check-in: 6c0961d817 user: jan.nijtmans tags: tip-664
07:33
Merge 8.7 check-in: 57e46213e1 user: jan.nijtmans tags: trunk, main
07:30
Remove dead code check-in: a00f23f242 user: jan.nijtmans tags: trunk, main
05:09
Add Tcl_BumpObj() used to prevent leaks from Abstract List elements. Add Abstract List (ArithSeries)... check-in: 5c163280ea user: griffin tags: tip-636-tcl9-644
2023-05-16
16:31
Merge 8.6 check-in: 3a9f39d2ee user: jan.nijtmans tags: core-8-branch
16:30
Some more nmakehlp.c tweaks check-in: dba07ed3df user: jan.nijtmans tags: core-8-6-branch
10:26
Merge 8.6 check-in: 228ba10871 user: jan.nijtmans tags: core-8-branch
10:19
Only use _snprintf on older MSVC compilers. ZeroMemory -> memset check-in: 586f490293 user: jan.nijtmans tags: core-8-6-branch
09:33
Fix memory leaks and remove unnecessary reference count bounce. check-in: 427bc951fb user: pooryorick tags: trunk, main
06:25
Merge 8.7 check-in: 8e4d8a6053 user: jan.nijtmans tags: trunk, main
06:07
Remove some more references to removed ChangeLog check-in: 192b0d7f7b user: jan.nijtmans tags: core-8-branch
06:05
More int -> Tcl_Size (in tclInt.h) check-in: c9baf40479 user: jan.nijtmans tags: core-8-branch
05:25
New function, TclDuplicatePureObj(), doesn't duplicate the string representation when duplicating a... check-in: 40af0258ec user: pooryorick tags: trunk, main
2023-05-15
23:08
Refactor couple more reallocations check-in: 3b376ff197 user: apnadkarni tags: bug-c9663296fd
20:49
Add Tcl_DecrRefCount() missing from [4b1a20629e]. check-in: 0785828c47 user: pooryorick tags: trunk, main
20:23
Refactor allocation in Tcl_DStringAppendElement check-in: 770c9d949d user: apnadkarni tags: bug-c9663296fd
17:38
merge trunk check-in: c5959a049d user: dgp tags: dgp-refactor
17:38
merge trunk check-in: 6a3261cd5d user: dgp tags: novem