From: Andreas Fuchs Date: Sun, 25 Jul 2004 11:31:36 +0000 (+0000) Subject: 0.8.12.54: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=891ba76c8476bb95951c4049e7c20d5895cb2233;hp=891ba76c8476bb95951c4049e7c20d5895cb2233;p=sbcl.git 0.8.12.54: Various rather urgent sb-grovel and sb-bsd-sockets fixes. * sb-grovel uses WITH-ALIEN now for the WITH-* macros, to allow use of SB-ALIEN:ADDR on variables allocated that way. * sb-bsd-sockets: name-service code now return addresses as vectors again. * sb-bsd-sockets: fix socket-receive into relative workingness again: use (deref (deref array) i) instead of (deref array i); type-convert the results ---