Ticket Change Details
Overview

Artifact ID: 2ca500f1e378a6652ea64181f8b4559201cf614b
Ticket: 08f731aa3b74a1909a403d550e793d1e1c70cbab
C-VFS: glob file*.ext finds nothing while glob Ü.ext finds "file.ext"
User & Date: anonymous on 2020-05-29 15:36:10
Changes

  1. icomment:
    The interesting editor has quite scrambled the example.
    
    Here is the example again:
    
    % glob -directory $::starkit::tclkitroot -nocomplain -types f *.tcl
    C:/.KITDLL_TCL/main.tcl C:/.KITDLL_TCL/runme.tcl
    % glob -directory $::starkit::tclkitroot -nocomplain -types f run*.tcl
    
    % glob -directory $::starkit::tclkitroot -nocomplain -types f {*.t[xc][tl]}
    C:/.KITDLL_TCL/main.tcl C:/.KITDLL_TCL/runme.tcl C:/.KITDLL_TCL/runme.txt
    
    Sorry,
    Harald
    
  2. login: "anonymous"
  3. mimetype: "text/plain"
  4. priority changed to: "Immediate"
  5. resolution changed to: "Open"
  6. subsystem changed to: "Tcl"