Changeset 13635


Ignore:
Timestamp:
10/20/11 12:49:33 (12 years ago)
Author:
Mark Evenson
Message:

Update README's account of passing the ANSI test suite with results for JDK6 on Solaris.

Location:
trunk/abcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/README

    r13630 r13635  
    183183### Tests
    184184
    185 ABCL 0.28.0 now fails only 28 out of 21702 tests in the ANSI
    186 CL test suite (dervied from GCL). 
     185ABCL 0.28.0 now fails only 18 out of 21708 total tests in the ANSI CL
     186test suite (derived from the tests orginally written for GCL).
    187187
    188188Maxima's test suite runs without failures.
     
    197197Please report problems to the development mailing list:
    198198
    199     armedbear-devel@common-lisp.net
     199    <armedbear-devel@common-lisp.net>
    200200
    201201Have fun!
     
    204204Erik Huelsmann
    205205Mark Evenson
     206Alessio Stalla
     207Ville Voutilaninen
    206208
    207209October 2011
  • trunk/abcl/src/org/armedbear/lisp/clos.lisp

    r13589 r13635  
    25462546  (%set-documentation x doc-type new-value))
    25472547
     2548(defmethod documentation ((x symbol) (doc-type (eql 'function)))
     2549  (%documentation x doc-type))
     2550
    25482551;;; Applicable methods
    25492552
Note: See TracChangeset for help on using the changeset viewer.