From: Christophe Rhodes Date: Tue, 17 Jun 2003 12:14:59 +0000 (+0000) Subject: 0.8.0.78: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=937a46e64983862cb9e21761db95e58700341940;hp=937a46e64983862cb9e21761db95e58700341940;p=sbcl.git 0.8.0.78: Fix SLOT-MISSING/SLOT-UNBOUND bugs found by Paul Dietz' test suite ... return a single value for SLOT-VALUE, the new value for (SETF SLOT-VALUE), a boolean equivalent for SLOT-BOUNDP and the object for SLOT-MAKUNBOUND ` ... adjust a bogus test in our regression test suite :-/ ---