A Widget Library
Ticket Change Details
Not logged in
Overview

Artifact ID: b211ffcf24ee382b45d021e8b349303f2296677234fd4466baec352309cd00cb
Ticket: cbc4b72a818741a4ba38d33282a90499249f025e
R Project
User & Date: anonymous 2025-06-17 18:48:31
Changes

  1. comment changed to:
    The R devs copied from this library some files.
    
    $ svn log -r r9653 R
    ------------------------------------------------------------------------
    r9653 | tlumley | 2000-06-23 17:11:24 -0500 (Fri, 23 Jun 2000) | 2 lines
    
    added Tk directory browser and support code
    
    ------------------------------------------------------------------------
    $ 
    
    console.tcl
    hierarchy.tcl
    pkgIndex.tcl
    util-dump.tcl
    util-expand.tcl
    util-number.tcl
    util-string.tcl
    util-tk.tcl
    util.tcl
    widget.tcl
    
    Looking at the R source subdirectory src/library/tcltk/exec exposed a few typos.
    
    Would the library devs consider to implement these GNU sed commands to fix them?
    
    $ cat typos.sh
    #!/bin/sh
    
    sed -i "s/Specifis/Specifies/g" library/hierarchy.tcl
    sed -i "s/forknowledge/foreknowledge/g" library/hierarchy.tcl
    sed -i "s/hierachical/hierarchical/g" library/hierarchy.tcl
    sed -i "s/hierachy/hierarchy/g" library/hierarchy.tcl
    sed -i "s/ie /i.e. /g" library/hierarchy.tcl
    sed -i "s/occured/occurred/g" library/hierarchy.tcl
    $
    
    For convenience a patch has been attached.
    
  2. login: "anonymous"
  3. mimetype: "text/plain"