You wrote:
>I've found a bug that can be reproduced with two lines of TCL:
Great! Can you post a bug report at http://bugs.winehq.org
and cc me on it? Be sure to include a full recipe for reproducing
the bug, especially the version of tcl and where to download it.
I'm glad to see an ISV interes
Hello,
I have an app running under Wine called Auctionpay Event
Software. It’s currently using TCL to implement a SOAP
interface. I’ve found a bug that can be reproduced with two lines
of TCL:
package require http
http::geturl http://www.google.com
–timeout 0 –query “asdf”
9