Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2022-10-28 16:48:23.
|
2022-11-02
| ||
| 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 | |
|
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 | |
| 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 | |
|
2022-10-31
| ||
| 22:57 | Merge 8.7 check-in: 421f9ad65b user: jan.nijtmans tags: line-editing | |
|
2022-10-30
| ||
| 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 | |
| 12:52 | Update to tzdata 2022f check-in: 9489f14bb7 user: jan.nijtmans tags: core-8-5-branch | |
| 12:51 | One more unused stub entry check-in: 314fae2c05 user: jan.nijtmans tags: core-8-5-branch | |
|
2022-10-29
| ||
| 14:25 | • Edit [ed3800e114e500c9|ed3800e114]: Mark "Closed". artifact: bc8497f0c3 user: jan.nijtmans | |
| 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 | |
| 14:06 | • Ticket [c7f3977380] http.test failing (in Tcl 8.7/9.0) status still Open with 3 other changes artifact: 93f0d07b7e user: jan.nijtmans ... 1 similar event omitted. | |
|
2022-10-28
| ||
| 22:47 | • Closed ticket [0b9d3ba2ba]: Support for reuseport for UNIX sockets plus 6 other changes artifact: 35a10944b6 user: jan.nijtmans | |
| 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 | |
| 11:18 | TIP #646 correction: let "fconfigure $chan -eofchar" return a single character, not a list element check-in: 6421442176 user: jan.nijtmans tags: trunk, main | |
|
2022-10-27
| ||
| 22:01 | Merge 8.7 check-in: 93cb0056e4 user: jan.nijtmans tags: trunk, main | |
| 21:58 | backout [95cb836c8c]: "try [lpop threadStack]", that cannot be right check-in: 719090e3be user: jan.nijtmans tags: core-8-branch | |
| 21:19 | try -> catch check-in: 0cbfec8c60 user: jan.nijtmans tags: core-8-branch | |
| 21:02 | Merge 8.7 check-in: 2adeb08400 user: jan.nijtmans tags: trunk, main | |
| 18:01 | • Ticket [69afa85386] append-3.10 fails in -singleproc 1 test run status still Open with 3 other changes artifact: 7b4cf258d9 user: jan.nijtmans | |
| 14:01 | Handle TCL_ENCODING_STRICT and TCL_CLOSE2PROC correctly, when building in --with-tcl8 mode check-in: f59fefe1fb user: jan.nijtmans tags: trunk, main | |
| 13:33 | • Closed ticket [8e2d10698b]: ioCmd.test tests need updates for -eofchar changes plus 7 other changes artifact: 17e74ce162 user: jan.nijtmans | |
| 13:33 | Fix [8e2d10698b]: ioCmd.test tests need updates for -eofchar changes check-in: 27e4b9b75b user: jan.nijtmans tags: trunk, main | |
| 07:29 | Fix some gcc warnings in linenoise check-in: e112ad5883 user: jan.nijtmans tags: line-editing | |
| 07:24 | Add lininoise directory. Fix 2 gcc warnings check-in: 4f49c8a0c9 user: jan.nijtmans tags: line-editing | |
| 07:13 | Merge 8.7 check-in: 238455ebc4 user: jan.nijtmans tags: trunk, main | |
| 07:11 | TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creation check-in: 49befbf025 user: jan.nijtmans tags: core-8-branch | |
|
2022-10-26
| ||
| 09:55 | TIP #646: Change -eofchar handling check-in: 55e62999de user: jan.nijtmans tags: trunk, main | |
| 09:44 | merge-mark check-in: 30851ae11c user: jan.nijtmans tags: core-8-branch | |
| 09:43 | www.tcl-tk.org -> www.tcl-lang.org check-in: 5b9cf56d7f user: jan.nijtmans tags: core-8-6-branch | |
| 09:36 | TIP #646: Change -eofchar handling (Tcl 8.7 part) check-in: fce329536d user: jan.nijtmans tags: core-8-branch | |
|
2022-10-25
| ||
| 15:50 | Adapt some more testcases check-in: 1f58f9a026 user: jan.nijtmans tags: cygwin | |
| 15:47 | Backport TIP #402: General Platform UNC Support check-in: 6d39244dda user: jan.nijtmans tags: cygwin | |
| 15:31 | Merge 8.6. Update msys2-build.yml check-in: ed81540004 user: jan.nijtmans tags: cygwin | |
| 13:22 | Merge 8.7 check-in: e67175faa3 user: jan.nijtmans tags: trunk, main | |
| 12:23 | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 header-files smaller check-in: 3cd9875b86 user: jan.nijtmans tags: core-8-branch | |
| 08:48 | Merge 8.7 check-in: 75a1ce54a6 user: jan.nijtmans tags: trunk, main | |
| 08:47 | Merge 8.6. Bug in rules.vc (visible in Tk: handle TK_MAJOR_VERSION the same as TCL_MAJOR_VERSION) check-in: 863e037dc9 user: jan.nijtmans tags: core-8-branch | |