Timeline
Not logged in

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

202 check-ins using file tests/io.test version 987f988325

2022-10-11
10:37
Update Tcl_TraceVar manual page. check-in: b20b38d408 user: sbron tags: tip-634
2022-09-15
14:39
Minor bugfixes and refactoring of new code. Handle more errors in OpenSocket. Rename some keys of d... check-in: d4f93127b1 user: kjnash tags: http-bugfixes-2022H2
2022-09-13
12:54
In namespace ::http, add new commands postError, responseInfo. Rename (the unreleased public API) re... check-in: b395d9b138 user: kjnash tags: http-bugfixes-2022H2
2022-09-12
17:33
Rearrange groups of lines in http.n without other changes to content. check-in: 1a7950a951 user: kjnash tags: http-bugfixes-2022H2
17:12
Add new commands http::requestLine, requestHeaders, requestHeaderValue. Add aliases http::responseBo... check-in: 9e363a5b3e user: kjnash tags: http-bugfixes-2022H2
13:22
Record HTTP request line and request headers for debugging purposes. check-in: cb3f11e414 user: kjnash tags: http-bugfixes-2022H2
2022-09-11
16:32
Fix bug [3610253] - apply the patch supplied with the ticket, and add a test. REVIEW REQUESTED! Al... check-in: 3cee774ebf user: kjnash tags: http-bugfixes-2022H2
10:57
Fix bug [a13b9d0ce1] on HTTP compression: remove "compress", amend "deflate". check-in: d482da7d8c user: kjnash tags: http-bugfixes-2022H2
2022-09-10
11:47
Add option to detect XML files and their encoding when the server supplies no content-type. Fix for... check-in: d150b47456 user: kjnash tags: http-bugfixes-2022H2
2022-09-09
23:14
forget about internal objProc/objClientData check-in: 2d85857ad1 user: jan.nijtmans tags: tip-626
15:32
Fix bug [338d979f5b] - default content-type is application/octet-stream check-in: 763efd4e7f user: kjnash tags: http-bugfixes-2022H2
15:25
Let InvokeObjectCommand() handle argc<0 check-in: 013a134dde user: jan.nijtmans tags: tip-626
15:18
Remove TclInvokeObjectCommand from internal stubs table check-in: 1644ef7df4 user: jan.nijtmans tags: tip-626
14:53
Merge 9.0 check-in: fd936b8f51 user: jan.nijtmans tags: tip-626
13:49
merge trunk check-in: f35aff5e93 user: dgp tags: dgp-refactor
13:46
merge trunk check-in: 59f9d9ef32 user: dgp tags: novem
13:22
Merge 8.7 check-in: 2be5306802 user: jan.nijtmans tags: trunk, main
13:12
Fix formatting in http.n check-in: 30cde452ba user: jan.nijtmans tags: core-8-branch
12:42
Change 'skip' argument from int to size_t. Should have been part of TIP #630 (TclOO commands > 2^31... check-in: 9eb8f9ccac user: jan.nijtmans tags: trunk, main
12:04
Change TclObjInterpProc() to a macro, since extensions should never invoke it directly, always throu... check-in: f50e3a25e0 user: jan.nijtmans tags: core-8-branch
08:28
Add missing "else" clauses to "if" commands in http::Event. check-in: 3547be20d6 user: kjnash tags: http-bugfixes-2022H2
08:04
Fix bug [2927221] - revised http::meta, new http::metaValue, header names are case-insensitive so co... check-in: 31732edc8a user: kjnash tags: http-bugfixes-2022H2
2022-09-08
21:16
Fix bug [2841176]. Evaluate all callbacks (and urlTypes commands) in global namespace. check-in: 912031d94e user: kjnash tags: http-bugfixes-2022H2
17:51
Add command http::reason to return the recommended reason phrase for a HTTP server status code (bug ... check-in: ff9bdad66a user: kjnash tags: http-bugfixes-2022H2
16:44
Merge http-bugfixes-2022H2 - workaround for bug [824251] (async client sockets block for DNS). check-in: 608f2fbab4 user: kjnash tags: core-8-branch
16:27
re-base to Tcl 9.0 check-in: 458f184dd6 user: jan.nijtmans tags: tip-465
14:56
Merge 8.7 check-in: 194684822d user: kjnash tags: http-bugfixes-2022H2
14:54
Merge 8.7 check-in: 5ed7ab6b87 user: jan.nijtmans tags: tip-618
14:53
Mrge 8.7. Make it work with C++, adapt win/Makefile.in to make it build on Windows with gcc check-in: d2353bc1fb user: jan.nijtmans tags: abstractlist-with-625
14:49
Bugfixes - treat a disappearing socket as eof; do not open a (second) socket for a request that is a... check-in: ebc55c5659 user: kjnash tags: http-bugfixes-2022H2
14:20
Merge 8.7 Closed-Leaf check-in: 49fe365e3e user: jan.nijtmans tags: rfe-655300
14:19
Merge 8.7 check-in: 04e160b7a7 user: jan.nijtmans tags: tip-629
14:18
Merge 8.7 check-in: 2d527d2c3e user: jan.nijtmans tags: tip-344
14:17
Merge 9.0 check-in: 58d1c214c6 user: jan.nijtmans tags: tcl8-compat
14:16
Merge 8.7 Closed-Leaf check-in: 450cb4123c user: jan.nijtmans tags: tip-594
14:14
Merge 9.0 check-in: 700f6a4e9a user: jan.nijtmans tags: tip-626
14:14
Merge 8.7 check-in: eabc05de29 user: jan.nijtmans tags: trunk, main
14:06
Combine flags and testFlags in TcpState. That should unbreak socket testcase failure check-in: d19ee61498 user: jan.nijtmans tags: core-8-branch
13:01
Fix cmdAH-23.* testcases check-in: 4f957abf68 user: jan.nijtmans tags: tip-594
11:02
fix documentation check-in: 647ccc22d0 user: jan.nijtmans tags: tip-626
2022-09-07
15:33
TIP #594 implementation: Modernize "file stat" interface check-in: 2c76d025da user: jan.nijtmans tags: tip-594
14:47
Tcl_Size -> size_t (twice) check-in: f4a3a415e6 user: jan.nijtmans tags: tcl8-compat
14:40
merge trunk check-in: 18ef41c5e4 user: dgp tags: dgp-refactor
14:32
Merge 9.0 check-in: b7b016904b user: jan.nijtmans tags: tcl8-compat
14:23
merge trunk check-in: 70eb19e5bc user: dgp tags: novem
13:47
Merge 8.7 check-in: bba45b98a3 user: jan.nijtmans tags: tip-344
13:28
Merge 8.7 check-in: 3b29087c62 user: jan.nijtmans tags: tip-629
13:26
Merge 8.7 check-in: da8a38203a user: jan.nijtmans tags: abstractlist-with-625
12:48
Merge 8.7 check-in: 787b93c09e user: jan.nijtmans tags: rfe-655300
12:46
Merge 8.7 check-in: 8debe52157 user: jan.nijtmans tags: tip-618
07:48
Merge 9.0 check-in: 45883a5a2d user: jan.nijtmans tags: tip-626
07:47
Merge 8.7 check-in: 7b88ab39e3 user: jan.nijtmans tags: trunk, main
07:42
Merge 8.6 check-in: cecb37eb5e user: jan.nijtmans tags: core-8-branch
2022-09-06
15:53
(Still buggy.) Add the ::socket replacement ::http::socket and its dependencies as a workaround to b... check-in: 8f7fbb617d user: kjnash tags: http-bugfixes-2022H2
13:57
Merge 8.7 Leaf check-in: 91e5b361ec user: jan.nijtmans tags: bug-45ddcfc3b1
13:35
Correct Tcl_DriverWideSeekProc documentation, matching implementation check-in: 96b639593c user: jan.nijtmans tags: trunk, main
04:06
Revise http::geturl to open its socket in an idletask coroutine. This is preparation for a workarou... check-in: f40289a19d user: kjnash tags: http-bugfixes-2022H2
01:53
Minor bugfixes, improvments to layout, comments, logging. check-in: 9897fda2f0 user: kjnash tags: http-bugfixes-2022H2
01:00
Refactor some variable, command and coroutine names. check-in: a8a93b3c28 user: kjnash tags: http-bugfixes-2022H2
00:25
Add explicit return to most commands. check-in: d62480b2d4 user: kjnash tags: http-bugfixes-2022H2
2022-09-05
22:42
Merge 8.7 check-in: 44ad5ab827 user: kjnash tags: http-bugfixes-2022H2
19:42
Fix some typos in comments. check-in: f2c4ad47b9 user: fvogel tags: tip-629
15:25
Merge 8.7. Primarily ticket [55a02f20ec] check-in: 4c33048573 user: apnadkarni tags: trunk, main
12:18
Merge 8.6. Primarily ticket [55a02f20ec] check-in: aaac8c1ac3 user: apnadkarni tags: core-8-branch
2022-09-04
20:15
Fix testcase iocmd-8.15 check-in: ff2cfb1d0a user: jan.nijtmans tags: tip-344
20:07
Merge 9.0 check-in: aeb9d22519 user: jan.nijtmans tags: tip-626
2022-09-03
13:45
TIP #344 implementation check-in: 8c06ee429e user: jan.nijtmans tags: tip-344
13:22
Finish TIP #627 implementation for Tcl 9.0: handle objProc2/objClientData2 fields for Tcl_CmdInfo check-in: a2b5a59823 user: jan.nijtmans tags: trunk, main
2022-09-02
22:41
Complete Tcl_SetCommandInfoFromToken() implementation, in case Tcl_CreateObjCommand() is used to cr... Closed-Leaf check-in: a897984acf user: jan.nijtmans tags: tip-627
15:20
Merge 8.7 check-in: cb0298ceba user: jan.nijtmans tags: trunk, main
15:16
TIP #627: Some more protection against invalid objc values check-in: 8ae21ae882 user: jan.nijtmans tags: core-8-branch
14:41
Some additional protection for objc < 0 check-in: 40cb7bb886 user: jan.nijtmans tags: tip-627
14:32
Merge 9.0 check-in: b397975685 user: jan.nijtmans tags: tip-627
14:14
Merge 8.7 check-in: 0c44322bba user: jan.nijtmans tags: trunk, main
14:13
Merge 8.6 check-in: f6f80b73cc user: jan.nijtmans tags: core-8-branch
13:06
Merge 9.0 check-in: 9f186e0796 user: jan.nijtmans tags: tip-627
12:58
Merge 8.7 check-in: 1be138a148 user: jan.nijtmans tags: trunk, main
12:35
Bugfix for TIP #627: If only objProc or deleteProc is updated with Tcl_SetCommandInfo(), for a comma... check-in: ecc0255781 user: jan.nijtmans tags: core-8-branch
12:32
-1 -> TCL_INDEX_NONE, where appropriate check-in: 1778c59e03 user: jan.nijtmans tags: core-8-branch
10:17
Finish remaining part of TIP-627 for Tcl 9.0: Handle objProc2/objClientData2 fields correctly in Tcl... check-in: 1d4041c69e user: jan.nijtmans tags: tip-627
10:14
close fork check-in: 076347d2f5 user: jan.nijtmans tags: trunk, main
07:42
Some more (internal) ClientData -> void * changes check-in: 1f524aee1d user: jan.nijtmans tags: trunk, main
2022-09-01
16:22
Restore compatibility with C++ compiler check-in: f8e035ac4a user: jan.nijtmans tags: tip-629
16:06
Merge 8.7 check-in: bfae1c76fb user: jan.nijtmans tags: tip-629
15:46
Merge 8.7 check-in: 5f804c9432 user: jan.nijtmans tags: trunk, main
15:46
Merge 8.6 check-in: 2262a9874f user: jan.nijtmans tags: core-8-branch
15:16
Merge 8.7 check-in: 2c2909c0ab user: jan.nijtmans tags: trunk, main
14:49
Change refCount (in ListStore/ListSpan) to size_t. More ClientData -> void *. Eliminate warning abou... check-in: 4f61de7eb7 user: jan.nijtmans tags: core-8-branch
14:09
Add empty "range.test": GIT doesn't handling file renames well .... check-in: c87e6d678e user: jan.nijtmans tags: tip-629
2022-08-31
23:41
Fix build issues. check-in: 6f40e93a2a user: griffin tags: tip-629
20:33
Corrections to doc/safe.n check-in: 9e5d0257dc user: kjnash tags: tip-579-8-7
16:19
Merge 8.7 check-in: 288c451523 user: kjnash tags: tip-579-8-7
11:06
Implement modification of the 'name2' trace callback argument. check-in: f5cc609f18 user: sbron tags: tip-634
10:55
TIP #455 proposed implementation Closed-Leaf check-in: 2bfd9a1fd3 user: jan.nijtmans tags: tip-455
10:06
Merge 8.7 check-in: 6d8032a094 user: jan.nijtmans tags: trunk, main
10:05
Merge 8.6 check-in: 0f133e4c3a user: jan.nijtmans tags: core-8-branch
09:55
Merge 8.7 Closed-Leaf check-in: 3eadffa22a user: jan.nijtmans tags: tip-567
09:25
Merge 9.0 check-in: 1165f2f25d user: jan.nijtmans tags: tip-626
09:12
Since numAfterRangeEnd (of type size_t) is always >= 0, those LIST_ASSERT's are useless check-in: 926456e64b user: jan.nijtmans tags: trunk, main
09:07
Merge 8.7 check-in: c8722e2db2 user: jan.nijtmans tags: trunk, main
2022-08-30
23:02
Apply patch 0006 from [37108037b9]: Code cleanups to support CHERI check-in: 5fcc28ca35 user: jan.nijtmans tags: core-8-branch
22:48
Merge 8.7 check-in: 8a9a9e32d2 user: jan.nijtmans tags: trunk, main
22:30
More code cleanup, inspired by [37108037b9] check-in: 949071abc3 user: jan.nijtmans tags: core-8-branch
19:09
Sync with core-8-branch check-in: 1e12ce976c user: griffin tags: tip-629
17:56
Sync with core-8-branch listObj changes. check-in: 82bd0b88d6 user: griffin tags: tip-629
16:18
Rename TclGetObjInterpProc2 back to TclGetObjInterpProc check-in: 96275a9f3e user: jan.nijtmans tags: tip-626
10:15
Don't do CHECKS=nodep build on Windows check-in: a8de6f4541 user: jan.nijtmans tags: tip-626
09:40
Backport TIP 602 tildeexpand Closed-Leaf check-in: 33dfa1a554 user: apnadkarni tags: tip-602-87
06:53
gcc warning (-Wc++-compat) check-in: 6f3a9fb524 user: jan.nijtmans tags: core-8-branch
06:21
Merge core-8-branch check-in: c184aff385 user: apnadkarni tags: tip-602-87
2022-08-29
22:48
[37108037b9], patch 0004 check-in: cf777f69bb user: jan.nijtmans tags: core-8-branch
22:07
Make TclObjInvoke() MODULE_SCOPE too check-in: 883689a334 user: jan.nijtmans tags: tip-626
21:59
Make TclObjInterpProc() MODULE_SCOPE check-in: f8c96c2ba8 user: jan.nijtmans tags: tip-626
21:10
merge-mark check-in: c65b7904a6 user: jan.nijtmans tags: trunk, main
21:05
Merge 8.6 (no need for TclUnusedStubEntry here) check-in: 4c4ae2fac8 user: jan.nijtmans tags: core-8-branch
19:56
when compiling with TCL_NO_DEPRECATED, remove objProc interfaces check-in: 44af621069 user: jan.nijtmans tags: tip-626
18:05
sync with core-8-branch check-in: c077434fb1 user: griffin tags: tip-629
13:43
More int -> size_t check-in: 4001be22d4 user: jan.nijtmans tags: tip-626
11:54
Merge 9.0 check-in: 55a5cd2e35 user: jan.nijtmans tags: tip-626
10:15
Merge 8.7 (already mostly prepared in tip-625-for-9 branch) check-in: c3c75e63cd user: jan.nijtmans tags: trunk, main
10:00
Merge 9.0 Closed-Leaf check-in: 35df7d21f1 user: jan.nijtmans tags: tip-625-for-9
09:56
Remove TODO's already done. Only use ListSizeT for types which are 'size_t' in the Tcl 9 implementat... check-in: b8d47e9100 user: jan.nijtmans tags: core-8-branch
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-28
22:55
Move ArithSeries code to its own files. More bug fixes. check-in: bf1809b762 user: griffin tags: tip-629
21:45
Create new branch named "http-bugfixes-2022H2" check-in: 8b0fe6d753 user: kjnash tags: http-bugfixes-2022H2
21:39
If both objProc2 and objProc are defined, prefer objProc2 check-in: 95f0da008b user: jan.nijtmans tags: tip-626
20:54
Merge 9.0. More progress in TclOO handling check-in: ef51c0f8bf user: jan.nijtmans tags: tip-626
00:45
Missed change for Windows. check-in: 0d08ce53eb user: griffin tags: abstractlist-with-625
00:10
Move all ArithSeries code to it's own file. Sync other changes wil TIP-629. check-in: c492ce8743 user: griffin tags: abstractlist-with-625
2022-08-27
08:14
Alternative fix for the error messages by chw, which doesn't break traces on non-existing array elem... check-in: 363e6b7614 user: sbron tags: tip-634
2022-08-26
23:12
Merge 8.7 check-in: 692e27d3f1 user: jan.nijtmans tags: trunk, main
23:11
[37108037b9]: Apply patch 0005 for CHERI check-in: a9db66657b user: jan.nijtmans tags: core-8-branch
22:50
merge-mark check-in: c6af6c3381 user: jan.nijtmans tags: core-8-branch
20:31
Merge 9.0 check-in: 113a94bda9 user: jan.nijtmans tags: tip-626
20:26
Close fork check-in: f26adc2a94 user: jan.nijtmans tags: trunk, main
20:25
Merge 8.7 check-in: 8caf007cbd user: jan.nijtmans tags: trunk, main
20:23
[37108037b9]: Code cleanups to support CHERI: Apply patch 0007 (modified) check-in: cee192b957 user: jan.nijtmans tags: core-8-branch
17:19
Tcl_GetVersion(3) - we just use int for components now, not Tcl_ReleaseType; Cleanup stray tag. check-in: 5841b9ed3c user: bch tags: trunk, main
16:02
Start TIP #635 implementation. check-in: 589bf49957 user: sbron tags: tip-635
15:29
More progress check-in: ee2c20bb6b user: jan.nijtmans tags: tip-626
2022-08-25
20:46
Merge 8.7 check-in: 8a13b9df4a user: jan.nijtmans tags: trunk, main
20:39
sync up with core-8-branch check-in: 6ff9af9a54 user: griffin tags: tip-629
20:36
[37108037b9]: Code cleanups to support CHERI. Apply patch 0001 and 0003 (and a few more potential al... check-in: ffa62b189d user: jan.nijtmans tags: core-8-branch
20:07
TIP633 fconfigure -tolerantencoding: set tolerant 8.7 default value. check-in: 0785157dc1 user: oehhar tags: tip633-fconfigure-tolerantencoding
2022-08-24
23:22
Implement support for float (double) values. Add more test coverage. check-in: 0efb01486a user: griffin tags: tip-629
12:03
Use whitespace consistent with the surrounding code. check-in: bc45cf9d0b user: sbron tags: tip-634
11:53
Fix env array access through upvar to a single element. check-in: cf8cda26f7 user: sbron tags: tip-634
11:28
Fix error message, so trace tests 16.2, 16.9, and 16.16 pass again. check-in: 15434730f7 user: sbron tags: tip-634
11:19
Add tests for the TIP #634 functionality. check-in: 558e015257 user: sbron tags: tip-634
11:18
Start TIP #634 implementation using modified patch from ticket #2969488 by ferrieux. check-in: d09523d5c9 user: sbron tags: tip-634
2022-08-23
20:29
fix(?) stray ckalloc()/ckfree(); ref TIP 494. check-in: 9449eb2ba5 user: bch tags: trunk, main
11:00
merge-mark check-in: 3571bff11b user: jan.nijtmans tags: tip-626
10:58
Merge 9.0 check-in: f0b2bcafe3 user: jan.nijtmans tags: tip-626
10:51
Merge 8.7 check-in: 6235c2801f user: jan.nijtmans tags: trunk, main
10:34
TIP #627 implementation check-in: 549820efbd user: jan.nijtmans tags: core-8-branch
10:22
small amend to [d052d2a1b01ba2c8], code review check-in: 545b86c21d user: sebres tags: trunk, main
07:37
Merge 8.7 check-in: 70e5e7b94f user: jan.nijtmans tags: trunk, main
07:28
Merge 8.6 check-in: c40464806f user: jan.nijtmans tags: core-8-branch
07:03
Fix [d052d2a1b01ba2c8]: avoid leak in TestsetbytearraylengthObjCmd() check-in: 28c9825590 user: jan.nijtmans tags: trunk, main
06:45
Merge 8.7 check-in: c8254879c3 user: jan.nijtmans tags: trunk, main
06:44
Merge 8.6 check-in: 0028d85205 user: jan.nijtmans tags: core-8-branch
06:37
Merge 8.6 check-in: 2254d04167 user: jan.nijtmans tags: core-8-branch
2022-08-22
16:26
Merge 9.0 check-in: b0be6ec54d user: jan.nijtmans tags: tip-626
15:48
Merge 9.0 check-in: 38ece79e87 user: jan.nijtmans tags: tip-626
14:09
merge trunk check-in: 8b4b520113 user: dgp tags: dgp-refactor
14:01
merge trunk check-in: ce43a686bf user: dgp tags: novem
10:17
Fix build error in tclTest.c (conflict with TIP #630). Handled deleteProc correctly in Tcl_(Set|Get)... Closed-Leaf check-in: 93fdc08b71 user: jan.nijtmans tags: tip-627
04:24
Merge 8.7 winConsole fixes. check-in: 6ed2ebdebc user: apnadkarni tags: trunk, main
03:50
Add two missing locks. Enable read-ahead if read fileevent registered even for blocking console. Acc... check-in: dc35011c84 user: apnadkarni tags: core-8-branch
2022-08-21
22:34
ubuntu-18.04 is deprecated check-in: 01e259a0b0 user: jan.nijtmans tags: core-8-branch
21:43
Merge 8.7 check-in: 3841d53f1b user: jan.nijtmans tags: tip-627
21:33
Merge 8.7 check-in: 4a40cfe75b user: jan.nijtmans tags: trunk, main
21:31
TIP #630 implementation: TclOO commands > 2^31 check-in: 7a66d9e12f user: jan.nijtmans tags: core-8-branch
21:12
merge-mark check-in: ee9ae41545 user: jan.nijtmans tags: core-8-branch
2022-08-20
17:09
Merged fix for bug [baa51423c2] check-in: 87687f362f user: apnadkarni tags: trunk, main
16:56
Added test for bug [baa51423c2] check-in: 90989a0ac8 user: apnadkarni tags: core-8-branch
12:16
Really closes [baa51423c28a3baf] check-in: 189e348c49 user: apnadkarni tags: core-8-branch
10:13
closes [baa51423c28a3baf]: needEvent must be initialized in cycle (for each watching channel) check-in: fce5cfe1c7 user: sebres tags: core-8-branch
2022-08-19
18:08
Reimplement AbstrctList type structure to simplify. fix various bugs. check-in: d59097be3b user: griffin tags: abstractlist-with-625
2022-08-18
20:20
Correct option shortcut value check-in: 8548458532 user: oehhar tags: tip633-fconfigure-tolerantencoding
20:16
TIP633 fconfigure -tolerantencoding: start command arguments check-in: b4f4a89e9d user: oehhar tags: tip633-fconfigure-tolerantencoding
2022-08-17
22:32
Bug fixes check-in: 6db6bdb9af user: griffin tags: tip-629
2022-08-16
18:33
Implement lrange for arithseries. Code cleanup. check-in: cbd3045166 user: griffin tags: tip-629
2022-08-15
15:23
Fix memory leak. check-in: 78161e7f73 user: griffin tags: abstractlist-with-625
2022-08-14
02:21
sync with core-8-branch check-in: 654414a485 user: griffin tags: tip-629
2022-08-11
16:21
Fix UpdateString to handle general case. Fix bug with elements list. check-in: be461832a4 user: griffin tags: abstractlist-with-625
2022-08-10
17:28
Fix memory leak with Tcl_AbstractListObjGetElements. check-in: da8fa1ebf7 user: griffin tags: abstractlist-with-625
04:21
Make AbstractListRepPtr part of the public API as Tcl_AbstractListRepPtr. Fix bug with ArithSeries R... check-in: 9cd90fbcce user: griffin tags: abstractlist-with-625
2022-08-09
16:07
Fix Windows Visual C++ build check-in: 682ae61c42 user: apnadkarni tags: abstractlist-with-625
2022-08-08
23:52
Add version number to AbstractList implementation. Make sure lsort and lreplace do not shimer their ... check-in: 4f00a91905 user: griffin tags: abstractlist-with-625
19:38
Abstract Lists (TIP-225) initial implementation. check-in: e8d4ce3e08 user: griffin tags: abstractlist-with-625
12:48
merge trunk check-in: a8c6470f5d user: dgp tags: dgp-refactor
12:47
merge trunk check-in: fb43e49751 user: dgp tags: novem
2022-08-07
07:16
TIP 631 - lsubst command check-in: 812ec4c58f user: apnadkarni tags: tip-631
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
03:12
Added file home command for (possible) Tcl 9 TIP 602 migration check-in: 065cb241f3 user: apnadkarni tags: tip-602-87
01:38
Create new branch named "tip-602-87" check-in: 9c7a33a74c user: apnadkarni tags: tip-602-87
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
15:15
Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buf... check-in: cf8be3fc82 user: max tags: trunk, main