[cl-plus-ssl-devel] Fix for clisp 2.49

Vladimir Sedach vsedach at gmail.com
Thu Feb 16 19:27:37 UTC 2012


Hello,

CLISP got rid of the "STREAM" package in version 2.49, and the
function stream-handles in streams.lisp was referenced using that
package. Attached is a patch that refers to stream-handles through the
"EXT" package, which should work for both current (2.49) and older
CLISP versions.

There was also an unexplained ignore-error around stream-handles that
I got rid of.

With this patch, two other patches to usocket and Hunchentoot which I
will submit to the respective projects shortly, and a multithreaded
CLISP build (2.49+ from the CLISP mercurial repository), I'm able to
run a multi-threaded SSL-enabled Hunchentoot web server.

Happy hacking,
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixed-package-of-CLISP-stream-handles-function-shoul.patch
Type: text/x-diff
Size: 711 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-plus-ssl-devel/attachments/20120216/43b9d423/attachment.patch>


More information about the cl-plus-ssl-devel mailing list