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)
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


No differences found