Bwidget Source Code
Ticket Change Details
Not logged in
Overview

Artifact ID: 5fea62e55d81d9002091d060a8a7710dd991be545ed50abd0cc435643b929aeb
Ticket: 4025b05b2186f7c27f3a0f14eb158a3402f9af87
R Project
User & Date: lindblad 2025-06-17 01:19:26
Changes

  1. comment changed to:
    In R code was copied from progressbar.tcl, utils.tcl and widget.tcl, into their file src/library/tcltk/exec/progressbar.tcl.
    
    $ 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
    $
    
  2. login: "lindblad"
  3. mimetype: "text/plain"