Bwidget Source Code
Ticket Change Details
Not logged in
Overview

Artifact ID: d9231a535f24d3837ee9e5be0458184623fe8e3cd3237ea55219e7716f2773ae
Ticket: 4025b05b2186f7c27f3a0f14eb158a3402f9af87
R Project
User & Date: lindblad 2025-06-16 18:30:15
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    The R devs in 2008 copied BWidget's progressbar.
    
    $ svn log -r r45037 R
    ------------------------------------------------------------------------
    r45037 | ripley | 2008-04-02 10:40:18 -0500 (Wed, 02 Apr 2008) | 1 line
    
    include enough of BWidget for tkProgressBar
    ------------------------------------------------------------------------
    $
    
    Looking at the R source subdirectory src/library/tcltk/exec exposed a few typos.
    
    Would the BWidget devs consider to implement these GNU sed commands to fix them?
    
    $ cat typos.sh
    sed -i "s/additionnal/additional/g" bwidget/widget.tcl
    sed -i "s/commande/command/g" bwidget/utils.tcl
    sed -i "s/incorrecte/incorrect/g" bwidget/utils.tcl
    sed -i "s/informations/information/g" bwidget/widget.tcl
    sed -i "s/retreive/retrieve/g" bwidget/widget.tcl
    $
    
  5. is_private changed to: "0"
  6. login: "lindblad"
  7. priority changed to: "5 Medium"
  8. private_contact changed to: "00b194c9cf73de67b245c0cf8a150f3e77f452cf"
  9. resolution changed to: "None"
  10. severity changed to: "Minor"
  11. status changed to: "Open"
  12. submitter changed to: "lindblad"
  13. subsystem changed to: "(unused)"
  14. title changed to: "R Project"
  15. type changed to: "RFE"