Re: [usocket-devel] SBCL timeouts

2010-06-28 Thread Chun Tian (binghe)
Hi, Pavel Your patch has been committed into USOCKET with slightly modifications for making it SBCL only. (ECL doesn't support TIMEOUT keyword) You'll see it in next USOCKET bugfix release (0.4.2) soon. Thanks, Chun Tian (binghe) 在 2010-6-25,18:11, Pavel G. Koukoushkin 写道: > Hi! > > I do so

Re: [usocket-devel] SBCL timeouts

2010-06-26 Thread Chun Tian (binghe)
Hi Pavel Thanks for your patch. I'll merge it after some confirmations. Both ECL and SBCL were affected by your changes, and I'm not sure yet if SBCL's socket functions accepts (:timeout nil) once no :timeout argument was supplied for usocket:socket-connect. --binghe > Hi! > > I do some corr

[usocket-devel] SBCL timeouts

2010-06-25 Thread Pavel G. Koukoushkin
Hi! I do some corrections in a patch an here is it. Please answer where we can see this changes in release Pavel G. Koukoushkin Moscow, Russia Index: backend/sbcl.lisp === --- backend/sbcl.lisp (revision 522) +++ backend/sbcl.lisp (w