From: <no...@tc...> - 2025-06-17 17:33:52
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [b3f4267935d2c05efe8ddae6b31cbb5021c002cc5548e8f6a7d56ec484db83ce] [R Project] By lindblad For BWidget On 2025-06-17T17:22:14.654 Details https://core.tcl-lang.org/bwidget/tinfo?name=b3f4267935d2c05efe8ddae6b31cbb5021c002cc5548e8f6a7d56ec484db83ce Ticket https://core.tcl-lang.org/bwidget/tktview/4025b05b2186f7c27f3a0f14eb158a3402f9af87 Changed Fields closedate: 2025-06-17 17:22:14 closer: lindblad comment: The R devs copied code from 3 Bwidget files into their file 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 #!/bin/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 $ login: lindblad ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |