0.8.12.54:
authorAndreas Fuchs <asf@boinkor.net>
Sun, 25 Jul 2004 11:31:36 +0000 (11:31 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Sun, 25 Jul 2004 11:31:36 +0000 (11:31 +0000)
commit891ba76c8476bb95951c4049e7c20d5895cb2233
tree7b26902361f0aa8b1550921685f4ee5b0188959d
parent4a59cac8038dde1232b82fed1470b184b68cf6e1
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
contrib/sb-bsd-sockets/constants.lisp
contrib/sb-bsd-sockets/name-service.lisp
contrib/sb-bsd-sockets/sockets.lisp
contrib/sb-bsd-sockets/tests.lisp
contrib/sb-grovel/foreign-glue.lisp
version.lisp-expr