-
The last argument of this function has type PDWORD_PTR
and not PDWORD. This results in compiler warnings when
compiling Tcl 8.6b1 with mingw32.
The proof that this is the correct signature, can be
found on whatever external documentation, e.g.:
.
2009-11-04 13:26:19 UTC in MinGW - Minimalist GNU for Windows
-
So, I am glad I brought this up. So many reactions. Thanks all!
Answerings: Yes Firefox and other browsers behave the same
way. No browser does automatic URL-encoding. They all
pas through the exact URL given.
No, I cannot get the server fixed. RFC 1738 is
indeed rather misleading in the interpretation
of what is allowed in the part of an URL.
Lucky enough, RFC 3986 has a...
2009-11-03 12:14:33 UTC in Tcl
-
>A '?' in the request parameter should be encoded as '%3f'.
Yes, that was my first though too. But in this case, the question
mark is not used as a value, it is a separator, so encoding
it as %3f does not work with this service.
2009-11-03 11:02:42 UTC in Tcl
-
Trying the following requiest through IE works fine:
http://165.114.214.221/getParam.cgi?AIValue_00=?
reply: AIValue_00=28192
Doing the same through TCL:
% package require http
2.7
% set url http://165.114.214.221
http://165.114.214.221
% set reply [::http::geturl ${url}/getParam.cgi?AIValue=?]
Unsupported URL: http://165.114.214.221/getParam.cgi?AIValue=?
%
Analisis: The...
2009-11-03 10:11:14 UTC in Tcl
-
Reviewed and tested: OK (FWIW)
2009-10-27 13:11:54 UTC in Tk Toolkit
-
nijtmans committed revision 4 to the tkpvm SVN repository, changing 7 files.
2009-10-23 09:48:13 UTC in tkpvm
-
nijtmans committed revision 3 to the tkpvm SVN repository, changing 32 files.
2009-10-23 09:00:37 UTC in tkpvm
-
nijtmans committed revision 2 to the tkpvm SVN repository, changing 73 files.
2009-10-22 15:33:56 UTC in tkpvm
-
nijtmans made 3 file-release changes.
2009-10-22 15:00:02 UTC in tkpvm
-
nijtmans committed revision 1 to the tkpvm SVN repository, changing 83 files.
2009-10-22 13:01:28 UTC in tkpvm