Yesterday, I uploaded usocket 0.2.4. This version
- fixes a problem with missing DNS hostname resolution functions in LispWorks, Allegro and OpenMCL. - fixes an OpenMCL issue where a function was called with the wrong number of arguments. - actually implements element-type support on LispWorks - fixes issue where sockets were closed without flushing first (CMUCL)
Bugreports, comments and contributions very welcome! Please send notification to this list when you use usocket for your own projects (either proprietary or Open Source).
bye,
Erik.
On 1/17/07, Erik Huelsmann ehuels@gmail.com wrote:
Yesterday, I uploaded usocket 0.2.4. This version
- fixes a problem with missing DNS hostname resolution functions in
LispWorks, Allegro and OpenMCL.
- fixes an OpenMCL issue where a function was called with the wrong
number of arguments.
- actually implements element-type support on LispWorks
- fixes issue where sockets were closed without flushing first (CMUCL)
But, it turns out that one of the fixes for Allegro is itself broken. I'll roll 0.2.5 tonight with a fix. Unfortunately, I'm not able to test all supported Lisp implementations (due to lack of access), so, I'd like to have some help here compiling/testing sources before the project releases them.
bye,
Erik.