Tcl Source Code

Timeline
Login

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

44 check-ins related to "tip-625"

2022-08-29
08:03
TIP 625 - list reimplementation check-in: d9b720c46d user: apnadkarni tags: core-8-branch
03:26
Merged core-8-branch Closed-Leaf check-in: 0af4a5494c user: apnadkarni tags: tip-625
2022-08-26
23:11
[37108037b9]: Apply patch 0005 for CHERI check-in: a9db66657b user: jan.nijtmans tags: core-8-branch
2022-08-08
19:38
Abstract Lists (TIP-225) initial implementation. check-in: e8d4ce3e08 user: griffin tags: abstractlist-with-625
2022-08-06
16:06
Create new branch named "tip-631" check-in: a644414853 user: apnadkarni tags: tip-631
16:00
Remove knownBug constraint now that apply has been fixed check-in: 582629b93a user: apnadkarni tags: tip-625
15:51
Merge core-8-branch check-in: 96c714325c user: apnadkarni tags: tip-625
2022-08-04
15:26
Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buf... check-in: 658a9d7cb5 user: max tags: core-8-branch
2022-07-30
20:48
Merge 9.0 and tip-625 check-in: e0689c7926 user: jan.nijtmans tags: tip-625-for-9
2022-07-29
16:41
Garbage collect unreferenced elements in lset implementation. Add tests for garbage collection for c... check-in: f98972a780 user: apnadkarni tags: tip-625
2022-07-27
16:21
merge tip-625 check-in: f4126389f6 user: jan.nijtmans tags: tip-625-for-9
16:19
Merge tip-625 check-in: f6cd2e7b05 user: jan.nijtmans tags: tip-625-for-9
16:19
Final prep for TIP625 vote check-in: 7439e23e5f user: apnadkarni tags: tip-625
2022-07-26
17:20
List rep tests for lappend,lset,lassign,lremove,lrange,lpop check-in: ac872631aa user: apnadkarni tags: tip-625
2022-07-25
06:51
Tests for spanned lists with shared reps check-in: e139e1eb08 user: apnadkarni tags: tip-625
2022-07-24
20:41
Merge tip-625 check-in: 987844a6c4 user: jan.nijtmans tags: tip-625-for-9
2022-07-20
08:32
Missing "package require tcl::test", this causes test failures on Windows with gcc check-in: 99e766019a user: jan.nijtmans tags: tip-625
03:16
merge fork check-in: 2654f6742b user: apnadkarni tags: tip-625
03:16
Fixes for listrep-3.15,17. Add tests for spanned intreps check-in: 5fe246906b user: apnadkarni tags: tip-625
2022-07-19
12:38
Mark apply-9.1 as "knownBug", since it's failing in a --enable-symbols=mem builds. Still need to be ... check-in: 5510ca9ee5 user: jan.nijtmans tags: tip-625
2022-07-18
15:23
Batch of tests for unshared lists with span check-in: 41a246fc47 user: apnadkarni tags: tip-625
14:20
Batch of tests for unshared lists with span check-in: deaecaecb9 user: apnadkarni tags: tip-625
12:57
Merge tip-625 check-in: 25cc1d1966 user: jan.nijtmans tags: tip-625-for-9
2022-07-17
17:00
Another batch of white box listrep tests check-in: ca537749e2 user: apnadkarni tags: tip-625
2022-07-16
17:22
First few list representation tests check-in: b64f88a6fa user: apnadkarni tags: tip-625
15:53
Optimize couple of special cases: - If unshared, prefer in-place deletion at end to span creation. -... check-in: f34ad9e990 user: apnadkarni tags: tip-625
2022-07-15
15:50
Start on list representation black box tests check-in: 1a50a683a0 user: apnadkarni tags: tip-625
2022-07-14
15:44
'result' variable should be 'int', not 'ListSizeT' check-in: 3fc1571cbb user: jan.nijtmans tags: tip-625
10:57
Put '}' and 'else' at the same line everywhere (code formatting) check-in: c93df6b27f user: jan.nijtmans tags: tip-625
2022-07-13
13:17
Merge 8.7 (Make ListStore->slots a TCLFLEXARRAY) check-in: 6b4eba3be8 user: jan.nijtmans tags: tip-625
12:37
Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0) check-in: 532c61b7fb user: jan.nijtmans tags: core-8-branch
09:41
Merge core-8-branch check-in: 54adccaa22 user: apnadkarni tags: tip-625
07:33
Fix build with -DTCL_NO_DEPRECATED check-in: 9ec432e29c user: jan.nijtmans tags: core-8-branch
2022-07-09
05:59
Merge core-8-branch check-in: 550e9ca76e user: apnadkarni tags: tip-625
2022-07-07
11:01
Merge 8.6 check-in: 997549c645 user: jan.nijtmans tags: core-8-branch
2022-06-13
16:15
Start towards Tcl9 support check-in: 0961e8623f user: apnadkarni tags: tip-625
2022-06-12
03:05
Merge core-8-branch after TIP616 check-in: f9ecac6993 user: apnadkarni tags: tip-625
2022-06-10
20:21
Tcl_GetEncodingSearchPath() is available since Tcl 8.5 check-in: b29b876a00 user: jan.nijtmans tags: core-8-branch
2022-06-01
04:17
Finish list performance scripts check-in: f1e3e9c78f user: apnadkarni tags: tip-625
2022-05-29
11:44
Implement bidirection shift to distribute free space in list stores. check-in: b4cae88219 user: apnadkarni tags: tip-625
2022-05-27
03:50
Rearrange output order to make comparisons easier. check-in: a652c1b0d0 user: apnadkarni tags: tip-625
2022-05-24
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
2022-05-22
13:44
Merge 8.6 check-in: 6d31d91096 user: jan.nijtmans tags: core-8-branch