Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
55 check-ins using file generic/tclCmdIL.c version 09b2ce4dab
|
2022-10-16
| ||
| 17:56 | Minor change to -eofchar handling check-in: 0630d12baf user: jan.nijtmans tags: tip-646-for-87 | |
| 16:57 | Prevent warning: tclUnixSock.c:1079:19: warning: unused variable 'size' [-Wunused-variable] check-in: 6f46245f00 user: jan.nijtmans tags: core-8-branch | |
|
2022-10-14
| ||
| 22:26 | Merge 8.6 check-in: f5a25106d0 user: jan.nijtmans tags: core-8-branch | |
| 15:51 | Improve error-message "cannot use xxxx as operand ....." check-in: c4ff75d4ee user: jan.nijtmans tags: core-8-branch | |
| 14:40 | typo check-in: 9e05ab238c user: jan.nijtmans tags: core-8-branch | |
| 13:36 | Fix [7505fac5bd]: new iocmd.test failures check-in: ae98efef7f user: jan.nijtmans tags: core-8-branch | |
|
2022-10-13
| ||
| 20:17 | Make TclGlob() a static function check-in: 2a2797fb45 user: jan.nijtmans tags: core-8-branch | |
| 10:40 | Merge 8.7 check-in: 7f682f46cc user: jan.nijtmans tags: bug-6978c01b65 | |
| 10:31 | rebase to 8.7. Add documentation Closed-Leaf check-in: dd3e22aaf6 user: jan.nijtmans tags: tip-468 | |
| 09:15 | Merge 8.7 check-in: ca4b4056d3 user: jan.nijtmans tags: tip-641 | |
| 09:07 | Fix socket_*-7.3 testcase (since 2 socket options were added) check-in: d357d8eb71 user: jan.nijtmans tags: core-8-branch | |
|
2022-10-12
| ||
| 11:25 | TIP #344 bugfix: on some platforms, <netinet/tcp.h> needs <stdint.h> to be included first check-in: abbdeebc71 user: jan.nijtmans tags: core-8-branch | |
| 11:22 | Rebase to 8.7 check-in: 7e26012229 user: jan.nijtmans tags: tip-641 | |
| 10:49 | TIP #344 implementation: Bring TCP_NODELAY and SO_KEEPALIVE to socket options check-in: f5f90f2b3f user: jan.nijtmans tags: core-8-branch | |
|
2022-10-11
| ||
| 15:51 | Document TCL_ENCODING_STRICT flag check-in: 7d40541176 user: jan.nijtmans tags: core-8-branch | |
| 14:22 | Few more formatting errors check-in: 1b0733d08b user: jan.nijtmans tags: core-8-branch | |
| 11:02 | Format errors in vwait.n check-in: ac222d1c02 user: jan.nijtmans tags: core-8-branch | |
| 06:26 | There's a duplicate set of io-75.* testcases, so renumber one of them check-in: d94970a4c4 user: jan.nijtmans tags: core-8-branch | |
| 06:22 | Making a start fixing [6978c01b65]: Channel encoding difference 8.6 <-> 9.0 check-in: f36d6aec92 user: jan.nijtmans tags: bug-6978c01b65 | |
|
2022-10-10
| ||
| 15:37 | Bugfix library/http/http.tcl for connection request header - tcllib/websocket ticket [d01de3281f]. ... check-in: ffbeff5d69 user: kjnash tags: core-8-branch | |
| 15:19 | Use Tcl_ObjCmdProc in stead of full signature check-in: 96cfbbc708 user: jan.nijtmans tags: core-8-branch | |
| 13:52 | Tests and docs for Tcl_GetEncodingNulLength check-in: a08d9101b6 user: apnadkarni tags: tip-643 | |
| 11:08 | Slight improvement to TIP #346/#633 combination: Now -strictencoding 1 automatically sets -nocomplai... check-in: 329637dcc5 user: jan.nijtmans tags: core-8-branch | |
|
2022-10-09
| ||
| 20:57 | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriate check-in: 4dbe3ab096 user: jan.nijtmans tags: core-8-branch | |
| 18:11 | TIP 643 code. Docs, tests pending check-in: 97ed01793e user: apnadkarni tags: tip-643 | |
| 16:29 | Merge 8.7 check-in: 803f46be8c user: jan.nijtmans tags: tip-641 | |
| 15:11 | TIP #633: configure channel about channel encoding error reporting mode check-in: 968bcbecd8 user: jan.nijtmans tags: core-8-branch | |
|
2022-10-08
| ||
| 17:05 | Merge 8.7 Closed-Leaf check-in: be31c2a99d user: jan.nijtmans tags: tip633-fconfigure-tolerantencoding | |
| 17:01 | TIP #346 bugfix: -strictencoding should be resetable too check-in: 1b80921f3b user: jan.nijtmans tags: core-8-branch | |
| 16:08 | Merge 8.7 check-in: 05e9f75686 user: jan.nijtmans tags: tip633-fconfigure-tolerantencoding | |
| 14:46 | TIP #346: Error on Failed String Encodings check-in: a106c26dd5 user: jan.nijtmans tags: core-8-branch | |
| 00:10 | -nocomplainencoding and -strictencoding are incompatible check-in: a2eaf05cd4 user: jan.nijtmans tags: tip633-fconfigure-tolerantencoding | |
|
2022-10-07
| ||
| 22:49 | Merge tip-346 check-in: fc99b89662 user: jan.nijtmans tags: tip633-fconfigure-tolerantencoding | |
| 18:59 | Merge 8.7 Closed-Leaf check-in: ba23b468ed user: jan.nijtmans tags: tip-346 | |
| 15:19 | On Windows, env(HOME) should be handled case-insensitive in fCmd.test check-in: c297f05cb1 user: jan.nijtmans tags: core-8-branch | |
| 15:18 | Use GotFlag/SetFlag/ResetFlag macro's wherever appropriate check-in: 98cddde746 user: jan.nijtmans tags: core-8-branch | |
| 14:04 | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flag check-in: bfc41f580a user: jan.nijtmans tags: core-8-branch | |
| 11:23 | Add memory leak/refcount tests for lists, spans and lseq check-in: df41014494 user: apnadkarni tags: core-8-branch | |
| 11:02 | More -1 -> TCL_INDEX_NONE check-in: 3e162348c1 user: jan.nijtmans tags: core-8-branch | |
| 10:24 | Merge 8.6 check-in: 0bb1c96e9e user: jan.nijtmans tags: core-8-branch | |
|
2022-10-06
| ||
| 13:12 | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled with -DTCL_NO_DEPRECATED... check-in: 3410ead616 user: jan.nijtmans tags: core-8-branch | |
| 09:45 | Merge 8.6 check-in: 81bb3f9e62 user: jan.nijtmans tags: core-8-branch | |
|
2022-10-05
| ||
| 06:41 | Missing error-check in Tcl_GetWideIntFromObj (backported from 9.0, was already fixed there) check-in: 4a600a4385 user: jan.nijtmans tags: core-8-branch | |
|
2022-10-04
| ||
| 20:15 | Fix some bugs in lseq check-in: 43a55b4088 user: griffin tags: core-8-branch | |
| 16:01 | TIP 402: General Platform UNC Support check-in: c1632c3763 user: jan.nijtmans tags: core-8-branch | |
| 15:56 | Fix g++ warning: tclEvent.c:1519:10: warning: declaration of ‘enum Tcl_VwaitObjCmd(void*, Tcl_Inte... check-in: 64c54325c0 user: jan.nijtmans tags: core-8-branch | |
| 15:52 | TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) bool check-in: 725affb0ff user: jan.nijtmans tags: tip-641 | |
|
2022-10-03
| ||
| 08:53 | Merge 8.7 Closed-Leaf check-in: e36d7342f1 user: jan.nijtmans tags: tip-618 | |
|
2022-09-30
| ||
| 20:27 | Fix refCount issues related to lseq check-in: d0ce458221 user: griffin tags: core-8-branch | |
| 00:03 | Fix various issues with refCounts. Closed-Leaf check-in: e9bfacc97b user: griffin tags: lseq-refCount-bug | |
|
2022-09-29
| ||
| 16:10 | Fix bug-99e834bf33 check-in: f3530c8d1f user: griffin tags: core-8-branch | |
|
2022-09-28
| ||
| 19:47 | Merge 8.7 Closed-Leaf check-in: 518ca52f7a user: jan.nijtmans tags: tip-579-8-7 | |
| 14:09 | Merge 8.7 Closed-Leaf check-in: 33acbe3cef user: jan.nijtmans tags: tip-344 | |
| 14:08 | Merge 8.7 check-in: d512cd04ea user: jan.nijtmans tags: tip-558 | |
| 13:57 | Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involved. Everywhere else in ... check-in: 0b79191010 user: jan.nijtmans tags: core-8-branch | |