Overview
Artifact ID: | 7b34d0ac4091c37b4be60c15486d93419ce9815e4a9713249975a96c0ba145a0 |
---|---|
Ticket: | cbc4b72a818741a4ba38d33282a90499249f025e
R Project |
User & Date: | anonymous 2025-06-17 18:01:54 |
Changes
- assignee changed to: "nobody"
- closer changed to: "nobody"
- cmimetype changed to: "text/plain"
- 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 $
- is_private changed to: "0"
- login: "anonymous"
- priority changed to: "5 Medium"
- resolution changed to: "None"
- severity changed to: "Minor"
- status changed to: "Open"
- submitter changed to: "anonymous"
- subsystem changed to: "(unused)"
- title changed to: "R Project"
- type changed to: "RFE"