1 | <?xml version="1.0"?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
5 | <head> |
---|
6 | <title>Release notes for ABCL 0.27</title> |
---|
7 | <link rel="stylesheet" type="text/css" href="style.css"/> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> |
---|
9 | </head> |
---|
10 | |
---|
11 | <body> |
---|
12 | <div id="title" class="header"> |
---|
13 | <h1>Release Notes for ABCL 0.27</h1> |
---|
14 | </div> |
---|
15 | |
---|
16 | <!--#include virtual="left-menu" --> |
---|
17 | |
---|
18 | <div class="rn"> |
---|
19 | |
---|
20 | |
---|
21 | <dl> |
---|
22 | <dt>Specify JVM artifacts by the ABCL-ASDF contrib |
---|
23 | </dt> |
---|
24 | <dd>The ABCL-ASDF contrib extends the ASDF system definitions with |
---|
25 | the ability to reference JVM specific artifacts. The JAR-FILE and |
---|
26 | JAR-DIRECTORY components that can be resolved via PATHNAME. The MVN |
---|
27 | component can be used to specify versioned artifacts that will be |
---|
28 | resolved and downloaded by the Maven3 distributed infrastructure. |
---|
29 | </dd> |
---|
30 | |
---|
31 | <dt>Fixes to support CL-UNICODE, NAMED-READTABLES and PARENSCRIPT |
---|
32 | </dt> |
---|
33 | <dd>Wider compatibility with Quicklisp enacapsulated systems Based |
---|
34 | on reports for problems using ABCL with CL-INTERPOL (CL-UNICODE |
---|
35 | fix), NAMED-READTABLES and PARENSCRIPT. |
---|
36 | </dd> |
---|
37 | <dt>Further reduction of ANSI test suite failure count |
---|
38 | </dt> |
---|
39 | <dd>Coming from 20 failures out of 21702 at 0.26.2, there are now |
---|
40 | 16 failures out of 21702 at 0.27.0. |
---|
41 | </dd> |
---|
42 | <dt>Java method LispObject.writeToString() for printing Java-side ABCL |
---|
43 | objects, renamed to printObject(). |
---|
44 | </dt> |
---|
45 | <dd>LispObject.printObject() provides the implementation, but users will |
---|
46 | want to call the new method LispObject.princToString() when human-readable |
---|
47 | output is desired. |
---|
48 | </dd> |
---|
49 | <dt>Able to build SBCL |
---|
50 | </dt> |
---|
51 | <dd> |
---|
52 | ABCL's compiler is once again able to serve as a cross compiler boot host for the SBCL Lisp core. |
---|
53 | </dd> |
---|
54 | </dl> |
---|
55 | </div> |
---|
56 | |
---|
57 | |
---|
58 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
---|
59 | |
---|
60 | <div class="footer"> |
---|
61 | <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> |
---|
62 | <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> |
---|
63 | |
---|
64 | <div class="check"> |
---|
65 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
66 | </div> |
---|
67 | <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.27.shtml 14741 2015-01-05 16:44:38Z mevenson $</div> |
---|
68 | </div> |
---|
69 | |
---|
70 | </body> |
---|
71 | </html> |
---|