[armedbear-cvs] r13635 - in trunk/abcl: . src/org/armedbear/lisp
mevenson at common-lisp.net
mevenson at common-lisp.net
Thu Oct 20 12:49:34 UTC 2011
Author: mevenson
Date: Thu Oct 20 05:49:33 2011
New Revision: 13635
Log:
Update README's account of passing the ANSI test suite with results for JDK6 on Solaris.
Modified:
trunk/abcl/README
trunk/abcl/src/org/armedbear/lisp/clos.lisp
Modified: trunk/abcl/README
==============================================================================
--- trunk/abcl/README Thu Oct 20 01:29:05 2011 (r13634)
+++ trunk/abcl/README Thu Oct 20 05:49:33 2011 (r13635)
@@ -182,8 +182,8 @@
### Tests
-ABCL 0.28.0 now fails only 28 out of 21702 tests in the ANSI
-CL test suite (dervied from GCL).
+ABCL 0.28.0 now fails only 18 out of 21708 total tests in the ANSI CL
+test suite (derived from the tests orginally written for GCL).
Maxima's test suite runs without failures.
@@ -196,13 +196,15 @@
Please report problems to the development mailing list:
- armedbear-devel at common-lisp.net
+ <armedbear-devel at common-lisp.net>
Have fun!
On behalf of all ABCL development team and contributors,
Erik Huelsmann
Mark Evenson
+Alessio Stalla
+Ville Voutilaninen
October 2011
Modified: trunk/abcl/src/org/armedbear/lisp/clos.lisp
==============================================================================
--- trunk/abcl/src/org/armedbear/lisp/clos.lisp Thu Oct 20 01:29:05 2011 (r13634)
+++ trunk/abcl/src/org/armedbear/lisp/clos.lisp Thu Oct 20 05:49:33 2011 (r13635)
@@ -2545,6 +2545,9 @@
(defmethod (setf documentation) (new-value (x package) (doc-type (eql 't)))
(%set-documentation x doc-type new-value))
+(defmethod documentation ((x symbol) (doc-type (eql 'function)))
+ (%documentation x doc-type))
+
;;; Applicable methods
(defgeneric compute-applicable-methods (gf args)
More information about the armedbear-cvs
mailing list