Tcl Source Code

Attachment Details
Login
Overview

Artifact ID: 5cc18a131d1bc4885d8d914c0b4ad9bf41eea151f67fee30f0d1fac231e7e9c8
Ticket: 5a1aaa201da8bd4ba2b37348c5247c98d192321e
Date: 2024-11-18 03:12:37
User: juliannoble2
Artifact Attached: 390b2e89e49d51bc842ef177685b6deccaa7cc5767116622aeeccb652649e153
Filename:tclCmdIL.patch
Description:patch for -stride -index -all -inline -subindices Only affects the case where there is a single element in -index #before lsearch -stride 2 -index end -all -subindices -inline {a {sub a} b {sub b} c {etc c}} sub* a {sub a} b {sub b} #after lsearch -stride 2 -index end -all -subindices -inline {a {sub a} b {sub b} c {etc c}} sub* {sub a} {sub b}
Content:
(file is 591 bytes of binary data)