Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file ChangeLog.2008 version 07f2318304

2023-03-31
07:57
Update to tzdata 2023c (which is identical to 2023a, due to the summertime situation in Libanon) check-in: 8823d963d4 user: jan.nijtmans tags: core-8-6-branch
07:49
Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now. check-in: 270f270d44 user: jan.nijtmans tags: core-8-6-branch
2023-03-30
21:20
Fix [0cb3554903]: macOS 13 SDK deprecates sprintf() check-in: 5ee652454c user: jan.nijtmans tags: core-8-6-branch
15:19
Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on other platforms either... Closed-Leaf check-in: ec56f33813 user: jan.nijtmans tags: bug-0cb3554903
08:46
Allow empty mode list in [chan create], so that refchans are able to mimic the behavior of channels ... check-in: 5971dd73cf user: max tags: core-8-6-branch
2023-03-28
04:47
Fix irritating gcc warning for minizip check-in: 95b26a1db9 user: apnadkarni tags: core-8-6-branch
2023-03-27
20:56
Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERESTART, ENOSHARE, ENOMEDI... check-in: b23096d3a8 user: jan.nijtmans tags: core-8-6-branch
2023-03-26
17:13
Update to tzdata 2023b check-in: 1d9e27b01d user: jan.nijtmans tags: core-8-6-branch
2023-03-24
20:19
Fix [15e74a2fe6]: Fix various typos check-in: c44138ed03 user: jan.nijtmans tags: core-8-6-branch
2023-03-23
15:48
Resolve C warnings on 32-bit platforms. More code cleanup. check-in: cee31a238b user: jan.nijtmans tags: core-8-6-branch
2023-03-22
17:50
Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8 check-in: 2ffcb8bcf4 user: jan.nijtmans tags: core-8-6-branch
2023-03-17
20:04
arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan Sobernig) check-in: da4c453c64 user: jan.nijtmans tags: core-8-6-branch
14:22
Clean up after events to avoid errors in later tests that use an event loop. check-in: 58622d367a user: dgp tags: core-8-6-branch
12:35
unbreak the build check-in: 0edd16fae8 user: dgp tags: core-8-6-branch
08:24
Don't return from a void function check-in: dc25d330c9 user: jan.nijtmans tags: core-8-6-branch
07:57
Don't introduce size_t in a header-file which didn't use it before. Make more clear that those are u... check-in: 7d2e63372c user: jan.nijtmans tags: core-8-6-branch
2023-03-16
15:12
Add some undocumented stub functions. Those can prevent a crash like [http://paste.tclers.tk/5763|th... check-in: 1e8bccbb5e user: jan.nijtmans tags: core-8-6-branch
2023-03-15
16:21
Remove _LARGEFILE_SOURCE64 usage. See [d690400d07] check-in: e5ba10678f user: jan.nijtmans tags: core-8-6-branch
12:53
Misspelled constraint created testing noise. check-in: f45aa5083a user: dgp tags: core-8-6-branch
2023-03-14
20:30
Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... check-in: a719a1392c user: pooryorick tags: core-8-6-branch
20:27
Further fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client so... Closed-Leaf check-in: 8aee50448c user: pooryorick tags: bug-ea69b0258a9833cb6
10:05
Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it fails with TCL_UTF_MAX>3.... check-in: 7609a40b91 user: jan.nijtmans tags: core-8-6-branch
2023-03-13
19:07
Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: a8b8ecbc03 user: pooryorick tags: core-8-6-branch
13:44
Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal check-in: 4785751542 user: apnadkarni tags: core-8-6-branch
12:22
Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on TCP client socket. check-in: 052f54ddfb user: pooryorick tags: bug-ea69b0258a9833cb6
2023-03-10
13:32
Make test less fragile to changing set of options. check-in: 0336bcea26 user: dgp tags: core-8-6-branch
2023-03-09
10:08
Adapt 2 testcases (io-39.16/io-39.16a), showing that "-encoding" can be shortened to "-en", but not ... check-in: 229553278a user: jan.nijtmans tags: core-8-6-branch
09:39
Fix tests/tcltest.test testcases (missing "namespace import") check-in: f6feebc865 user: jan.nijtmans tags: core-8-6-branch
02:47
winFCmd-1.24 has different error code on Win 11 check-in: 91f43791e5 user: apnadkarni tags: core-8-6-branch
2023-03-08
19:58
Add "notWsl" test constraints. Clean up many testcases check-in: e6783b4863 user: jan.nijtmans tags: core-8-6-branch
2023-03-07
17:56
Fix a few -Wconversion warnings check-in: eb74f26d43 user: jan.nijtmans tags: core-8-6-branch
10:46
Merge testchmod fix check-in: 10ec3cb22d user: apnadkarni tags: core-8-6-branch
07:23
Fix [95e287b956]: uninit value use in stringObj-4.2 check-in: 04077c7b2e user: jan.nijtmans tags: core-8-6-branch
02:52
Fix testchmod and associated tests that always failed on Windows Closed-Leaf check-in: 1ed8520d62 user: apnadkarni tags: bug-win-testchmod
02:27
Create new branch named "bug-win-testchmod" check-in: 5310d56d3a user: apnadkarni tags: bug-win-testchmod
2023-03-06
21:01
Proposed fix for [95e287b956]: uninit value use in stringObj-4.2 Closed-Leaf check-in: 9dd5f7f10d user: jan.nijtmans tags: bug-95e287b956
06:59
Add new valgrind suppression items. check-in: 665d15e567 user: pooryorick tags: core-8-6-branch
2023-03-05
21:09
Fix [57bfcf43dd]: Remove unreachable code in Tcl_SetWideIntObj() check-in: 71045bf69c user: jan.nijtmans tags: core-8-6-branch
09:57
Bug [9c5a00c69d]. Fix ~user on Windows check-in: 82cc9a4f34 user: apnadkarni tags: core-8-6-branch
2023-03-04
15:11
Add test for [9c5a00c69d], tilde expansion of ~user Closed-Leaf check-in: 07b6e775f4 user: apnadkarni tags: bug-9c5a00c69d
12:13
Bug [9c5a00c69d]. Tilde expansion on Windows check-in: 1ea1122bf8 user: apnadkarni tags: bug-9c5a00c69d
10:18
Test constraint notInCIenv no longer necessary (due to previous fix) check-in: 14c6c0727d user: jan.nijtmans tags: core-8-6-branch
10:08
Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windows check-in: b004b97979 user: jan.nijtmans tags: core-8-6-branch
2023-02-28
10:18
Fix [f9eafc3886]: Error handling in zlib comment/filename check-in: 481142c39d user: jan.nijtmans tags: core-8-6-branch
2023-02-27
20:50
Fix testcases Closed-Leaf check-in: 6661e7a157 user: jan.nijtmans tags: bug-f9eafc3886
2023-02-26
21:37
fill in bug ticket-nr check-in: d2973f4be0 user: jan.nijtmans tags: bug-f9eafc3886
20:12
Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With testcases check-in: ae4c81f4a8 user: jan.nijtmans tags: bug-f9eafc3886
16:01
More dstring testcases, extracted from [46dda6fc29] check-in: f470f396d6 user: jan.nijtmans tags: core-8-6-branch
2023-02-23
10:44
See [d19fe0a5b] for follow-up to previous commit check-in: 548b08e28b user: jan.nijtmans tags: core-8-6-branch
2023-02-22
17:34
Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 check-in: ff5920ffd7 user: jan.nijtmans tags: core-8-6-branch
07:21
Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) check-in: c77e351b9c user: jan.nijtmans tags: core-8-6-branch
2023-02-21
17:50
Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 Closed-Leaf check-in: be99e0b905 user: jan.nijtmans tags: bug-d19fe0a5b
16:09
Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1.21) Closed-Leaf check-in: 488c80081a user: jan.nijtmans tags: bug-534172ff5b
2023-02-14
06:38
Add new valgrind suppression items.

jn: This looks like a good idea, so please re-apply to core-8... Closed-Leaf check-in: 04cf08d26a user: pooryorick tags: py-valgrind

2023-02-01
07:29
(Cherry-pick) Make Tcl_UniCharToUtf more readable. check-in: b4571ae045 user: jan.nijtmans tags: core-8-6-branch
2023-01-27
14:23
new testcase encoding-18.1. Testcase cleanup check-in: 07f289aa1b user: jan.nijtmans tags: core-8-6-branch
2023-01-23
19:18
Better error-message for previous commit. Some more code-cleanup, backported from 8.7 check-in: 4694b63bb1 user: jan.nijtmans tags: core-8-6-branch
2023-01-22
22:53
Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem check-in: cd0c8575c4 user: jan.nijtmans tags: core-8-6-branch
01:48
Missed one more off-by-one error, also, tests misnumbered for merge forward. check-in: 79f7b0b83c user: kbk tags: core-8-6-branch
01:37
Remove unneeded hard-coded array size check-in: 7161cdc5fe user: kbk tags: core-8-6-branch
01:33
Bug [e3dcab1d14] fix check-in: 783bacf316 user: kbk tags: core-8-6-branch
2023-01-19
21:36
Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem Closed-Leaf check-in: 504171c4e4 user: jan.nijtmans tags: bug-3e8074aea7
2023-01-15
19:26
Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issues in TclStringCmp when ... check-in: 9858a68816 user: pooryorick tags: core-8-6-branch
2023-01-14
22:07
Properly quote contents of Make variables to pass through gdb.run file. check-in: 075c79a718 user: pooryorick tags: core-8-6-branch
2023-01-06
17:32
Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) check-in: 08b81855b0 user: jan.nijtmans tags: core-8-6-branch
16:56
Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS check-in: 19fb0fc0b0 user: jan.nijtmans tags: core-8-6-branch
2023-01-04
23:21
Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) Closed-Leaf check-in: ca81e84b42 user: jan.nijtmans tags: bug-0f19edcb78
2023-01-01
23:32
Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: d8e13bbb61 user: jan.nijtmans tags: core-8-6-branch
2022-12-29
17:04
Instead of fiddling with html tags, simply enlarge a bit the width in the CSS stylesheet. Closed-Leaf check-in: aee4bada42 user: fvogel tags: bug-8e811bc1f1
2022-12-28
20:39
Fix [8e811bc1f1]: Wrong formatting of arguments in man page check-in: ee40100bc1 user: fvogel tags: bug-8e811bc1f1
2022-12-22
21:49
Handle "cygwin" test constraint check-in: 038961b2fe user: jan.nijtmans tags: cygwin
2022-12-21
13:20
One more tweak to registry extension check-in: 78b222952b user: jan.nijtmans tags: cygwin
13:11
Merge 8.6. Update dde and registry extensions check-in: ca829e3b89 user: jan.nijtmans tags: cygwin
2022-12-16
15:26
Update tclConfig.h.in check-in: f61882054c user: jan.nijtmans tags: core-8-6-branch
15:16
Add checks to the configure script for mknod, tcdrain and uname, for systems (like VxWorks) which do... check-in: fea6099395 user: jan.nijtmans tags: core-8-6-branch
12:16
Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cygwin build check-in: df82157d24 user: jan.nijtmans tags: core-8-6-branch
2022-12-12
06:08
Change copyright in Windows rc from Activestate to UCal and others to match license. check-in: cf4a8f1bc2 user: apnadkarni tags: core-8-6-branch
2022-12-05
23:05
dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more. There's no gap in Tcl_... check-in: 58a59e2588 user: jan.nijtmans tags: core-8-6-branch
2022-12-01
17:45
Merge 8.6 check-in: a447d3671a user: jan.nijtmans tags: cygwin
17:27
Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin and QNX. This was alre... check-in: 66acbb2c13 user: jan.nijtmans tags: core-8-6-branch
16:41
Merge 8.6 Leaf check-in: c88e1bbfbf user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
2022-11-30
08:14
Update to tzdata 2022g check-in: 438e0179f1 user: jan.nijtmans tags: core-8-6-branch
2022-11-29
20:54
Remove ARGSUSED. More type-casts check-in: 310239c733 user: jan.nijtmans tags: core-8-6-branch
17:45
Rebase to core-8-6-branch check-in: 59f8a83829 user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
17:28
Rebase to later 8.6 version check-in: dff639e3f2 user: jan.nijtmans tags: fix-initsubsystem-75ecc0e6cb9899bf
10:30
Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be compiled for Tcl 9.0 as we... check-in: 25ce911fbb user: jan.nijtmans tags: core-8-6-branch
2022-11-27
22:13
Merge 8.6 check-in: 9244560f3b user: jan.nijtmans tags: cygwin
2022-11-25
08:29
Handle closeProc == NULL the same as closeProc == TCL_CLOSE2PROC in stead of panicing. Backported fr... check-in: 0459d72578 user: jan.nijtmans tags: core-8-6-branch
2022-11-23
21:43
Merge 8.6.13 check-in: 390087fbe5 user: jan.nijtmans tags: cygwin
07:38
Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not used by Tcl, but can be u... check-in: b7e6e5f475 user: jan.nijtmans tags: core-8-6-branch
07:36
Re-generate configure scripts (with correct autoconf version) check-in: 4ec0523e4c user: jan.nijtmans tags: core-8-6-branch
2022-11-22
22:48
merge release check-in: e8a8a4a41d user: dgp tags: core-8-6-branch
20:11
Merge 8.5 check-in: 3f7721da0f user: jan.nijtmans tags: core-8-6-branch
2022-11-21
17:37
improve accuracy of a changes line Closed-Leaf check-in: b1fc8161f1 user: dgp tags: release, core-8-6-13-rc, core-8-6-13
2022-11-20
15:34
bump release date check-in: 32879484fe user: dgp tags: rc3, core-8-6-13-rc
14:22
merge 8.6 check-in: 7c53c887fd user: dgp tags: core-8-6-13-rc
14:16
Newest tests must have most recent releases of http to pass. check-in: a9691d58b3 user: dgp tags: core-8-6-branch
2022-11-18
18:30
merge 8.6 check-in: 056103237b user: dgp tags: core-8-6-13-rc
17:53
Bring back the common facilities of the tcltests "package", but use a less fragile method to gain ac... check-in: 7e733817b3 user: dgp tags: core-8-6-branch
2022-11-15
21:18
package require s/tcl/Tcl/ in tests/httpd11.tcl to fix http11.test Leaf check-in: 2bac0bed17 user: kjnash tags: http-2.10-with-tcl-8.6
15:35
Merge 8.6. Tcl 8.6 doesn't have lpop. Change http version to 2.10.0 (just for this branch, not meant... check-in: e3e5bfd084 user: jan.nijtmans tags: http-2.10-with-tcl-8.6
2022-11-14
17:24
merge 8.6 check-in: 1172f5f2a1 user: dgp tags: rc2, core-8-6-13-rc
17:23
Test suite hygiene - Several tests missing the "testdstring" constraint - [package require tclte... check-in: ba1fb66b47 user: dgp tags: core-8-6-branch
2022-11-13
21:07
Attempt to fix http testcases check-in: f2ef096046 user: jan.nijtmans tags: http-2.10-with-tcl-8.6
2022-11-11
10:06
Let's see whether http 2.10a4 works with Tcl 8.6 too check-in: 0e595a918d user: jan.nijtmans tags: http-2.10-with-tcl-8.6
2022-11-09
13:15
update target release date check-in: 874bebc53e user: dgp tags: core-8-6-13-rc
10:53
Bugfix to socketPhQueue. Add some Log commands for debugging. check-in: b3cd0eaada user: kjnash tags: http-bugfixes-2022H2
2022-11-08
22:02
Remove unused/incomplete functions. Some cleanup. check-in: f62cf2026a user: griffin tags: tip-636-tcl9-644
2022-11-07
22:06
library/http/http.tcl - bugfix OpenSocket to replay any requests in the socketPhQueue placeholder qu... check-in: 4d2affce7f user: kjnash tags: http-bugfixes-2022H2
22:02
library/http/http.tcl - define http::socketProxyId and use it to record the proxy (if any) used by e... check-in: 5aa59e6396 user: kjnash tags: http-bugfixes-2022H2
21:53
library/http/http.tcl - in http::SecureProxyConnect, bugfix state(proxyUsed) so the correct value Se... check-in: 9cb90b5b44 user: kjnash tags: http-bugfixes-2022H2
21:49
library/http/http.tcl - in http::SecureProxyConnect and its caller, bugfix cleanup after 407 from HT... check-in: 85d7be8b76 user: kjnash tags: http-bugfixes-2022H2
21:44
library/http/http.tcl - replace lremove with lreplace for compatibility with 8.6. check-in: c5e6f53c08 user: kjnash tags: http-bugfixes-2022H2
21:40
tests/httpProxy.test - add new tests for cleanup (mainly after 407 request) by checking that a secon... check-in: ea039e5ece user: kjnash tags: http-bugfixes-2022H2
21:35
tests/httpProxy.test - test for leftover socket placeholders, improve result layout, for https fetch... check-in: b8653a7649 user: kjnash tags: http-bugfixes-2022H2
19:09
Merge 8.7 check-in: 675c2e4795 user: kjnash tags: http-bugfixes-2022H2
2022-11-06
11:19
Rebase TIP #626 to latest 9.0. Change Tcl version number from 9.0 to 9.1a0 check-in: efcf7c37fe user: jan.nijtmans tags: tip-626
05:20
Sync with trunk check-in: 6a10d9194c user: griffin tags: tip-636-tcl9-644
2022-11-05
23:35
Sync with trunk Closed-Leaf check-in: db4e5a6372 user: griffin tags: tip-636-tcl9
11:49
Merge 8.7. lreplace4 bcc instruction and FLT_MAX fix check-in: 4014e2a164 user: apnadkarni tags: trunk, main
10:28
Add lreplace4 BCC instruction. Rewrite linsert, lreplace to use it. check-in: 7541ec8fb1 user: apnadkarni tags: core-8-branch
10:08
Fix for [85ce4bf928]: binary format R Inf] stores FLT_MAX check-in: 48706a2425 user: jan.nijtmans tags: core-8-branch
09:27
Merge core-8-branch Closed-Leaf check-in: 8a5a3e2894 user: apnadkarni tags: apn-bcc
2022-11-04
22:47
Implement abstractlist with tip-644 check-in: 3aa22fe8ab user: griffin tags: tip-636-tcl9-644
11:11
New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental) check-in: 40bdd7b7bd user: jan.nijtmans tags: tip-648
2022-11-03
17:04
Rewrite lreplace4 implementation not to need extra immediate operands. check-in: e636911126 user: apnadkarni tags: apn-bcc
12:26
Bug [0f98bce669]. Fix limits for string replace. check-in: 997d8c2052 user: apnadkarni tags: trunk, main
08:15
Fix formatting of error-message check-in: a6734863cb user: jan.nijtmans tags: trunk, main
2022-11-02
22:33
TIP 636 for Tcl 9 check-in: b78cb72678 user: griffin tags: tip-636-tcl9
16:45
Swap which ObjTyp ptr is used for concrete Rep to match other types. Closed-Leaf check-in: dfaa88f941 user: griffin tags: tip-636
16:28
Bug #0f98bce669 - string cat support for > 2**31 characters. Tests pending check-in: de686f44d7 user: apnadkarni tags: trunk, main
16:25
Fix testcase failure (assemble-15.9), only seen on 32-bit check-in: c9824d203e user: jan.nijtmans tags: trunk, main
16:20
Make Tcl_WCharToUtfDString() usable (again) on Windows. Was lost due to previous commit check-in: ff7deda2c4 user: jan.nijtmans tags: trunk, main
16:02
Fix [d2c2baac2]: Tcl 9 32-bit build exits immediately with stack overflow on Windows check-in: ab45fca085 user: jan.nijtmans tags: trunk, main
15:56
Bug #0f98bce669 - string repeat support for > 2**31 characters check-in: adec5fcc5c user: apnadkarni tags: trunk, main
15:00
Proposed fix for [85ce4bf928]: Fix for problems with storing Inf with [binary format R] Closed-Leaf check-in: 20959e0da2 user: jan.nijtmans tags: bug-85ce4bf928
13:18
Fix [00cced7b87]: Incorrect handling of indices > 0x80000000 in byte compiler (64-bit Tcl) check-in: 4aad15c2be user: jan.nijtmans tags: trunk, main
11:17
Merge 8.7 Leaf check-in: d432458d48 user: jan.nijtmans tags: line-editing
11:10
Merge 8.7 check-in: cc0a76eaa8 user: jan.nijtmans tags: aspect-tip288
10:46
Merge 8.7 check-in: 9ec9ca0448 user: jan.nijtmans tags: trunk, main
10:00
If CFLAGS contains -DTCL_NO_DEPRECATED, remove TclInitCompiledLocals. More code cleanup (backported ... check-in: 722273ad42 user: jan.nijtmans tags: core-8-branch
08:30
code cleanup (e.g. ProcGetIntRep -> ProcGetInternalRep, size_t -> Tcl_Size) check-in: 092decbf9b user: jan.nijtmans tags: trunk, main
08:04
Merge 8.7 check-in: fa2669f1f2 user: jan.nijtmans tags: trunk, main
08:02
Make robust against TIP #288 proposed change check-in: 740e541f18 user: jan.nijtmans tags: core-8-branch
02:17
Fix crash. Update core code to comply with change. check-in: 833d7612d0 user: pspjuth tags: aspect-tip288
2022-11-01
22:04
Merge 8.7. Eliminate gcc warning check-in: d0023e6d4e user: jan.nijtmans tags: trunk, main
21:45
Backout previous change: test-cases are failing check-in: b82f1d7fc4 user: jan.nijtmans tags: core-8-branch
17:06
Merge 8.7 check-in: 83589336f2 user: jan.nijtmans tags: trunk, main
17:02
Bug-fix for TIP #502 implementation: Two missing out-of-bound situations in TclIndexEncode(), one fo... check-in: a2abe625fe user: jan.nijtmans tags: core-8-branch
16:13
Two missing out-of-bound situations in TclIndexEncode(), one for index > MAX_INT, one for index < en... check-in: 05e443d172 user: jan.nijtmans tags: trunk, main
14:22
merge trunk check-in: cab2e08443 user: dgp tags: novem
14:17
merge 8.6 check-in: 45925432b4 user: dgp tags: rc1, core-8-6-13-rc
08:28
rebase to latest trunk check-in: 14166645c7 user: jan.nijtmans tags: tip-644-alt
08:26
Don't bother to provide a TCL_OBJTYPE_SIZE macro check-in: 04e8efd4ac user: jan.nijtmans tags: tip-644-alt
08:16
Make a start, building it on win32 check-in: 30b58e4cc4 user: jan.nijtmans tags: line-editing
03:18
Sync with core-8-branch check-in: a53dacece6 user: griffin tags: tip-636
02:05
Fix refCount crash. Improve ArithSeries regression coverage. check-in: 1cd2c67dd9 user: griffin tags: core-8-branch
2022-10-31
23:19
Cleanup implementation, add documentation check-in: 39012b1fe2 user: pspjuth tags: aspect-tip288
22:57
Merge 8.7 check-in: 421f9ad65b user: jan.nijtmans tags: line-editing
21:50
Add missing GetType call to export decls. Change SetElement to support multiple indicies. Improve ab... check-in: 5c99b85689 user: griffin tags: tip-636
17:12
Make sure the build works if USE_LINENOISE is #undef'ed check-in: 4cfce4825b user: marc_culler tags: line-editing
16:53
Add conditional compilation directives around all code blocks specific to line editing. check-in: 20301d488f user: marc_culler tags: line-editing
16:10
Use Tcl_CreatePipe and avoid damaged channel lists on linux by calling Tcl_Exit from the main thread... check-in: a4c450a39c user: marc_culler tags: line-editing
2022-10-30
21:45
Fix a remaining crash after merge. Handle some more error cases. check-in: 1e14532098 user: pspjuth tags: aspect-tip288
19:23
whitespace check-in: 766c712eb6 user: culler tags: line-editing
19:11
Fix the transition when an event loop terminates. check-in: 8a85f20de8 user: culler tags: line-editing
18:29
Merge from core-8-branch check-in: afa6c7a027 user: pspjuth tags: aspect-tip288
17:41
Bytecode compiler for ledit check-in: aed9f264bc user: apnadkarni tags: apn-bcc
14:29
Merge 8.7 check-in: 963a4a1461 user: jan.nijtmans tags: trunk, main
14:28
Merge 8.6 check-in: 6020ae619d user: jan.nijtmans tags: core-8-branch
12:55
Merge 8.5. Update to tzdata 2022f check-in: 8c65a619ff user: jan.nijtmans tags: core-8-6-branch
10:43
New bytecode implementation for lreplace check-in: c1b8cdcb2e user: apnadkarni tags: apn-bcc
04:27
New bytecode for linsert check-in: 71f5587826 user: apnadkarni tags: apn-bcc
03:04
Implement lreplace4 BCC instruction check-in: a4e5d2aee0 user: apnadkarni tags: apn-bcc
2022-10-29
20:28
Fix the termios problems and other glitches by using mutexes. Still need a transition when the even... check-in: ed0f394be3 user: culler tags: line-editing
16:36
merge 8.7 check-in: 14b9929c89 user: dgp tags: trunk, main
16:35
[c7f3977380] Balance stack operations in the mode with no Thread package. check-in: 10aad35e58 user: dgp tags: core-8-branch
14:10
Remove failed attempt to fix the termios issue. check-in: 763deafefb user: culler tags: line-editing
14:08
Simplify -eofchar parsing (just check for " {}" at the end, in stead of full list parsing) check-in: b6a0f20674 user: jan.nijtmans tags: trunk, main
13:56
Fix fork check-in: 400d629521 user: culler tags: line-editing
2022-10-28
18:53
Sync with core-8-branch check-in: 13f6bc6ac8 user: griffin tags: tip-636
18:31
merge trunk check-in: 49539d958c user: dgp tags: novem
17:50
Update test result check-in: 2eddf5a27b user: dgp tags: trunk, main
17:38
Make command line editing work with Tk, except for some termios issues at exit. check-in: a662802a1e user: culler tags: line-editing
16:48
Merge 8.6 check-in: 541754cb45 user: jan.nijtmans tags: cygwin
16:40
Merge 8.7 check-in: 033214a681 user: jan.nijtmans tags: trunk, main
16:18
Duplicate test names check-in: fff988b8fb user: dgp tags: core-8-branch
16:14
Merge mark with no changes to avoid to get the core-8-changes in main. check-in: 7db6fce36c user: oehhar tags: trunk, main
16:10
Document TCL 8.7 behaviour of TIP601 and TIP607. check-in: 89698ce69d user: oehhar tags: core-8-branch
16:00
Merge core-8-branch check-in: 020abd84a7 user: oehhar tags: trunk, main
15:54
Close fork check-in: 408d6e0b86 user: oehhar tags: core-8-branch
15:53
TIP346, TIP607, TIP601: document encoding command check-in: 31c5b6dc41 user: oehhar tags: core-8-branch
15:30
merge 8.6 check-in: 2707a58829 user: dgp tags: core-8-branch
15:19
merge 8.6 check-in: 8fb8bdbbb3 user: dgp tags: core-8-6-13-rc
15:03
Merge core-8-branch check-in: d1fb35fe19 user: oehhar tags: trunk, main
14:58
Correct issues in safe.n reported by tcltk-man2html.tcl check-in: 038c347e4b user: oehhar tags: core-8-branch
14:37
The file $(builddir)/tclUuid.h is not part of the source code distribution. The `make distclean` tar... check-in: 5042463c8d user: dgp tags: core-8-6-branch
13:51
Resolve tcltk-man2html.tcl errors in fconfigure.n check-in: 57394eda0b user: oehhar tags: core-8-branch
13:50
Resolve tcltk-man2html.tcl errors in fconfigure.n check-in: a52082c627 user: oehhar tags: trunk, main
13:36
fconfigure man: correct chapter syntax check-in: 7474a2ccf7 user: oehhar tags: trunk, main