A Widget Library
Ticket Change Details
Not logged in
Overview

Artifact ID: 7b34d0ac4091c37b4be60c15486d93419ce9815e4a9713249975a96c0ba145a0
Ticket: cbc4b72a818741a4ba38d33282a90499249f025e
R Project
User & Date: anonymous 2025-06-17 18:01:54
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. 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
    $
    
  5. is_private changed to: "0"
  6. login: "anonymous"
  7. priority changed to: "5 Medium"
  8. resolution changed to: "None"
  9. severity changed to: "Minor"
  10. status changed to: "Open"
  11. submitter changed to: "anonymous"
  12. subsystem changed to: "(unused)"
  13. title changed to: "R Project"
  14. type changed to: "RFE"