Jan Nijtmans

Show:

What's happening?

  • Comment: implement CF_UNICODETEXT

    Merging this with trunk [Bug 3525762] break test winDde-9.4, but it works fine running winDde-9.4 individually. The reason for this is that when an application connects with Dde using the UNICODE API, it cannot re-connect any more using the WINANSI API. This means that - The test-case needs to be re-written such that the server uses UNICODE, connecting with a WINANSI client. - The...

    2012-05-29 04:14:28 PDT in Tcl

  • Comment: Encoding handling in dde

    The only caveat I could find with this, is that from now on dde no longer works on Windows 9x, it requires Windows NT (or - possibly - Windows CE, not tested). Therefore, unfortunately, this fix cannot be backported as-is. B.T.W.: This fix only introduces the UNICODE handling of the servername, servicename and the topic, not any other data. See also FRQ 3527238 for the remaining to...

    2012-05-29 00:57:39 PDT in Tcl

  • Comment: Encoding handling in dde

    proposed fix in bug-3525762 branch.

    2012-05-28 01:40:04 PDT in Tcl

  • Comment: trunk build broken

    Now tested on Linux and merged back to trunk.

    2012-05-25 23:10:55 PDT in Tk Toolkit

  • Comment: trunk build broken

    will do that.

    2012-05-25 06:09:13 PDT in Tk Toolkit

  • Comment: broken build

    Should be fixed now. From now on, Cygwin shares all stub tables with win32, not with unix any more. It was a bad idea trying to modify unix (and macosx) stub entries for cygwin, that's fully reverted now. ;-(.

    2012-05-24 23:45:53 PDT in Tcl

  • Comment: broken build

    Will fix.

    2012-05-24 23:23:29 PDT in Tcl

  • Comment: 2 minor bugs in TIP #106 implementation

    fixed in trunk.

    2012-05-23 05:00:17 PDT in Tcl

  • 2 minor bugs in TIP #106 implementation

    Found two things: % package require dde % dde poke a -binary b c d wrong # args: should be "dde poke serviceName ?-binary? topicName item value" Shouldn't the ?-binary? option be before the "serviceName" argument? TIP #106 says it should. % dde eval -xxx a invalid data returned from server % dde eval -binary a wrong # args: should be "dde eval ?-async?...

    2012-05-23 04:57:58 PDT in Tcl

  • Comment: implement CF_UNICODETEXT

    This FRQ definetely needs a TIP: just discovered that in order to make the "handler" accept other encodings than Unicode or utf-8, a "-binary" option is needed for the [dde servername] command. Looks like an oversight in TIP #106 This "-binary" option now added in the frq-3527238 branch. Test case still missing, but all current tests pass. doc is updated...

    2012-05-23 02:17:10 PDT in Tcl