-
sbron committed patchset 9 of module dbus-intf to the DBus binding for Tcl CVS repository, changing 3 files.
2009-11-10 21:15:04 UTC in DBus binding for Tcl
-
Example URL that returns charset as a quoted string: http://rss.groups.yahoo.com/group/tdom/rss.
2009-09-05 21:48:33 UTC in Tcl
-
The http package may not correctly perform encoding conversion when the charset is specified as a quoted string, e.g. when the Content-Type header is specified as; text/xml; charset="UTF-8".
In case of the example above, the charset element in the state array ends up getting the value "utf-8" (including the quotes). This is interpreted by http::CharsetToEncoding as binary, resulting in no...
2009-09-03 11:00:40 UTC in Tcl
-
When using [http::geturl $url -command status] the status proc in the global namespace never gets called. Presumably the http::status proc is executed instead.
It would be less surprising if the callback would be executed in the global namespace. Otherwise it should be mentioned in the docs that a fully qualified namespace path should be passed as the value of the -command argument.
2009-08-20 15:45:22 UTC in Tcl
-
I frequently use [llength [info level 0]] to determine whether an optional argument was actually passed to a proc or method. With Itcl 4.0b3 the result of [info level 0] has changed completely and makes this use impossible.
For example, the code below prints "namespace inscope ::myclass ::info level 0" with Itcl 4.0b3 (tcl 8.6b1.1), while it prints "test" with 3.4 (tcl 8.5.4).
package...
2009-08-01 22:48:16 UTC in [incr Tcl]
-
After using the -default switch of the [wm iconphoto] command in a slave interpreter, new toplevels in other interps, including the master, get the icon specified in the slave. This seems at odds with the statement in the interp manual page that "[e]ach interpreter is independent from the others". Also the wm manual page does not mention this contamination between interps.
The best solution...
2009-06-13 15:04:01 UTC in Tk Toolkit
-
I have received a bug report from a user reporting the same problem.
I was able to reproduce the problem on a SuSE 11.1 system with both KDE3 and KDE4 installed. The program (using tktray) panics in [wm stackorder .] when using KDE 4.2.1 but it runs fine with KDE 3.5.10.
Tcl version 8.5.5.
2009-03-31 13:43:57 UTC in Tk Toolkit
-
sbron committed patchset 8 of module dbus-intf to the DBus binding for Tcl CVS repository, changing 5 files.
2009-03-01 14:30:18 UTC in DBus binding for Tcl
-
sbron added the dbus-intf0.2.tar.gz file.
2009-02-16 11:43:57 UTC in DBus binding for Tcl
-
sbron committed patchset 7 of module dbus-intf to the DBus binding for Tcl CVS repository, changing 2 files.
2009-02-16 10:53:49 UTC in DBus binding for Tcl