Timeline
Not logged in

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

50 check-ins occurring around 2022-07-05 10:51:41.

2022-07-10
14:06
New Windows console driver. Fixes [21280817d1] thread proliferation and [44bbccdd8c] fconfigure std{... check-in: c085b9090c user: apnadkarni tags: core-8-branch
13:56
Merged core-8-branch Closed-Leaf check-in: dc9cdb9beb user: apnadkarni tags: win-console
10:21
Bypass reader thread for blocking reads. check-in: d244d23944 user: apnadkarni tags: win-console
2022-07-09
05:59
Merge core-8-branch check-in: 550e9ca76e user: apnadkarni tags: tip-625
2022-07-08
13:48
Resolve ~ for MacOS during initialization check-in: d5e36ebe1a user: apnadkarni tags: tip-602
04:06
Start on TIP-602 implementation. Work in progress check-in: 2c8e086843 user: apnadkarni tags: tip-602
2022-07-07
13:03
Eliminate totalElems (left-over from 'lrepeat'). Bug in checking LIST_MAX (also originally taken fro... check-in: 4b6e4f7288 user: jan.nijtmans tags: tip-629
12:44
Review: 1) cleanupTests missing in "range.test". 2) status should be int, not Tcl_WideInt 3) make op... check-in: 68c720870b user: jan.nijtmans tags: tip-629
11:02
Merge 8.7 check-in: 6a9d4a980a user: jan.nijtmans tags: trunk, main
11:01
Merge 8.6 check-in: 997549c645 user: jan.nijtmans tags: core-8-branch
10:59
Unnecessary quotes in win/rules.vc check-in: e1ba6d530e user: jan.nijtmans tags: core-8-6-branch
2022-07-06
19:15
Improve error checking and testing. check-in: 1e5fb503d4 user: griffin tags: tip-629
16:02
Create new branch named "tip-602" check-in: 3609274878 user: apnadkarni tags: tip-602
10:39
TclInvokeStringCommand2 -> TclInvokeStringCommand check-in: b141bf081c user: jan.nijtmans tags: tip-626
2022-07-05
22:15
Missed step == 0 check. check-in: 5929796b34 user: griffin tags: tip-629
21:57
Merge 9.0 check-in: 83b4c4aca0 user: jan.nijtmans tags: tip-626
21:32
(bares some resemblance to) TIP-629 Implementation. check-in: b413bed009 user: griffin tags: tip-629
15:54
Fix channel close on thread exit if other threads exist. Add winconsole tests. check-in: 5e4391b208 user: apnadkarni tags: win-console
12:19
Merge 8.7 check-in: c5c9bc7f27 user: jan.nijtmans tags: trunk, main
12:18
Merge 8.6 check-in: 4efa590542 user: jan.nijtmans tags: core-8-branch
12:03
Prevent warning: zero size arrays are an extension [-Wzero-length-array], when using C99 check-in: fbe0b7e520 user: jan.nijtmans tags: core-8-6-branch
11:09
re-generate tclDate.c Closed-Leaf check-in: 0dbd67d7ab user: jan.nijtmans tags: sebres-8-7-clock-speedup-cr2
10:59
Merge 8.7 check-in: fba4b1c032 user: jan.nijtmans tags: sebres-8-7-clock-speedup-cr2
10:52
Merge sebres-8-6-clock-speedup-cr2 check-in: 11ffe4998b user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases
10:51
Merge 8.6 check-in: e279b7d8b6 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2
10:22
Merge 8.7 check-in: cede17caf3 user: jan.nijtmans tags: trunk, main
10:20
Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all positions and improve d... check-in: 97317e68d6 user: jan.nijtmans tags: core-8-branch
2022-07-04
16:54
Permit direct console writes for synchronous output calls check-in: f6ca957063 user: apnadkarni tags: win-console
15:59
Merge core-8-branch check-in: 2a00dad082 user: apnadkarni tags: win-console
15:33
Merge core-8-branch check-in: a9eaa94bc8 user: apnadkarni tags: win-console
15:32
Rework reader thread to not do read-ahead as console stdin mode might change check-in: b6ac8403b0 user: apnadkarni tags: win-console
11:41
Merge 8.7 check-in: 6c5dcbe745 user: jan.nijtmans tags: tip-627
11:39
Merge 9.0 check-in: ae5c2b2d24 user: jan.nijtmans tags: tcl8-compat
11:36
Merge 8.7 check-in: 3350f965cf user: jan.nijtmans tags: trunk, main
11:30
Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!) check-in: 5b8204ec5f user: jan.nijtmans tags: core-8-branch
11:21
TIP #619: New TCL_COMBINE flag for Tcl_UniCharToUtf() check-in: 3bb6f6602c user: jan.nijtmans tags: trunk, main
08:31
Add TCL_COMBINE, just a NOP for now (will get a meaning in 9.0 check-in: ae86c86e27 user: jan.nijtmans tags: core-8-branch
2022-07-03
22:46
Remove dead code check-in: 5357587e9a user: jan.nijtmans tags: win-console
22:32
Merge 8.7 check-in: ae8ffae821 user: jan.nijtmans tags: trunk, main
22:31
TIP #609: Enhance Tcl_ThreadQueueEvent() check-in: 901c88bb0e user: jan.nijtmans tags: core-8-branch
15:48
Fix bug 44bbccdd8c. fconfigure was broken for 8.7 console channel check-in: 1b6ed4db57 user: apnadkarni tags: win-console
08:00
Fix benign gcc unused code warnings check-in: 90e1b5a1c1 user: apnadkarni tags: win-console
07:40
Eliminate unnecessary thread wakeups. check-in: fef0d561e4 user: apnadkarni tags: win-console
2022-07-02
20:00
One more simplification: Eliminate RingBufferClear() Closed-Leaf check-in: feeeabe9cc user: jan.nijtmans tags: win-console-review
19:52
Merge 8.7 check-in: a544dd663a user: jan.nijtmans tags: trunk, main
19:39
TIP #607: -failindex option for encoding convertto/convertfrom check-in: 2c4329d1a2 user: jan.nijtmans tags: core-8-branch
19:33
Fix build error with --enable-debug (no need for RINGBUFFER_ASSERT any more) check-in: 54593ace4e user: jan.nijtmans tags: win-console-review
2022-07-01
15:28
Merge 9.0 check-in: b18dab50b6 user: jan.nijtmans tags: tcl8-compat
15:26
Merge 8.7 Closed-Leaf check-in: 091f9563e9 user: jan.nijtmans tags: tcloo-64bit
15:21
Merge 8.7 check-in: 7a22c18225 user: jan.nijtmans tags: trunk, main