Schelte Bron

Show:

What's happening?

  • DBus binding for Tcl

    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

  • Comment: Charset is not recognized when specified as quoted string

    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

  • Charset is not recognized when specified as quoted string

    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

  • http::geturl evaluates command callback in http namespace

    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

  • info level 0 inside a method returns unexpected data

    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]

  • wm iconphoto -default in slave interp affects other interps

    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

About Me

  • 2000-06-04 (9 years ago)
  • 37987
  • sbron (My Site)
  • Schelte Bron

Send me a message