Changeset 13635
- Timestamp:
- 10/20/11 12:49:33 (12 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r13630 r13635 183 183 ### Tests 184 184 185 ABCL 0.28.0 now fails only 28 out of 21702 tests in the ANSI186 CL test suite (dervied from GCL). 185 ABCL 0.28.0 now fails only 18 out of 21708 total tests in the ANSI CL 186 test suite (derived from the tests orginally written for GCL). 187 187 188 188 Maxima's test suite runs without failures. … … 197 197 Please report problems to the development mailing list: 198 198 199 armedbear-devel@common-lisp.net199 <armedbear-devel@common-lisp.net> 200 200 201 201 Have fun! … … 204 204 Erik Huelsmann 205 205 Mark Evenson 206 Alessio Stalla 207 Ville Voutilaninen 206 208 207 209 October 2011 -
trunk/abcl/src/org/armedbear/lisp/clos.lisp
r13589 r13635 2546 2546 (%set-documentation x doc-type new-value)) 2547 2547 2548 (defmethod documentation ((x symbol) (doc-type (eql 'function))) 2549 (%documentation x doc-type)) 2550 2548 2551 ;;; Applicable methods 2549 2552
Note: See TracChangeset
for help on using the changeset viewer.