Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 2ad80738c894155ca65900ea071de4e1c1b639b3faec9f199e09a5af5f3f3349
Ticket: 1dc8bc566ad971c5fdd0aad107151bf8ccf10f02
"?" not recognized as a string in lsearch
User & Date: hant 2019-06-13 06:40:25
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    "?" is not recognized in:
    lsearch list "?"
    example:
    lsearch {a b c} "?"
    ==> 0
    lsearch {a ? c} "?"
    ==> 0
    lsearch -all {a b c} "?"
    ==> 0 1 2
    
  5. foundin changed to: "8.6.9"
  6. is_private changed to: "0"
  7. login: "hant"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "97ee750c0bf34e70d4f4d2f1e0e30a74439975c6"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "hant"
  14. subsystem changed to: "17. Commands I-L"
  15. title changed to: ""?" not recognized as a string in lsearch"
  16. type changed to: "Bug"