[armedbear-cvs] r13629 - trunk/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Wed Oct 19 19:37:02 UTC 2011


Author: mevenson
Date: Wed Oct 19 12:37:01 2011
New Revision: 13629

Log:
Dust off the README a bit.

Modified:
   trunk/abcl/README

Modified: trunk/abcl/README
==============================================================================
--- trunk/abcl/README	Wed Oct 12 22:05:20 2011	(r13628)
+++ trunk/abcl/README	Wed Oct 19 12:37:01 2011	(r13629)
@@ -172,13 +172,24 @@
 BUGS
 ====
 
-A lot of (renewed) energy has been spent to make ABCL a compliant
-and practically useable Common Lisp implementation.  Because of this,
-ABCL 0.25.0 now fails only 28 out of 21702 tests in the ANSI CL test
-suite.  In addition, Maxima's test suite runs without failures now
-and ABCL's CLOS complete, with the exception of the long form of
+ABCL is a conforming ANSI Common Lisp implementation.  Any other
+behavior should be reported as a bug.
+
+ABCL now has a manual stating its confomance to the ANSI standard,
+providing a compliant and practicalCommon Lisp implementation.
+Because of this, 
+
+
+### Tests 
+
+ABCL 0.28.0 now fails only 28 out of 21702 tests in the ANSI
+CL test suite (dervied from GCL).  
+
+Maxima's test suite runs without failures.
 DEFINE-METHOD-COMBINATION - which is an ongoing effort.
 
+### Deficencies 
+
 The MOP implementation is incomplete.
 
 Patches to address any of the issues mentioned above will
@@ -192,4 +203,7 @@
 
 On behalf of all ABCL development team and contributors,
 Erik Huelsmann
-January 20, 2011
+Mark Evenson
+
+October 2011
+




More information about the armedbear-cvs mailing list