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><!--#include virtual="project-name" --></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 | <style type="text/css"> |
---|
10 | dt { font-size: 110%; font-weight: bold } |
---|
11 | dd { } |
---|
12 | </style> |
---|
13 | </head> |
---|
14 | |
---|
15 | <body> |
---|
16 | <div class="header"> |
---|
17 | <h1><!--#include virtual="project-name" --></h1> |
---|
18 | </div> |
---|
19 | |
---|
20 | <!--#include virtual="left-menu" --> |
---|
21 | |
---|
22 | <div style="float:left;width:80ex;margin-top:1cm"> |
---|
23 | |
---|
24 | |
---|
25 | <h2 style="text-align:center">Release notes for ABCL 0.13</h2> |
---|
26 | |
---|
27 | <p> |
---|
28 | <b style="font-family: sans-serif; font-size: large;">Major changes and new features</b> |
---|
29 | </p> |
---|
30 | <dl style="margin-left:3cm;width:20cm"> |
---|
31 | <dt>JSR-223: Java Scripting Plugin |
---|
32 | </dt> |
---|
33 | <dd>ABCL supports - when built with the <code>javax.script</code> package |
---|
34 | in the CLASSPATH - the interfaces defined in <a href="http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/">JSR-223</a>. |
---|
35 | </dd> |
---|
36 | <dt>Support for inlining FLOAT results</dt> |
---|
37 | <dd>When given the right DECLARE forms, ABCL is now able to inline |
---|
38 | calculations and intermediate values relating to FLOAT types. Before, |
---|
39 | it used to box all FLOAT values and results, without inlining.</dd> |
---|
40 | <dt>Compiler cleanups</dt> |
---|
41 | <dd>Lots of code cleanup in the compiler, such as elimination of |
---|
42 | nearly-equivalent code blocks.</dd> |
---|
43 | <dt>TRACE-ing fixes</dt> |
---|
44 | <dd>TRACE should no longer blow up when tracing FORMAT or inside |
---|
45 | the compiler.</dd> |
---|
46 | <dt>Support for "partial" wildcards in CL:DIRECTORY</dt> |
---|
47 | <dd>Patterns such as #p"cl-*.lisp" are now supported.</dd> |
---|
48 | </dl> |
---|
49 | |
---|
50 | <h2 style="text-align:center">Release notes for ABCL 0.12 and older</h2> |
---|
51 | |
---|
52 | <p>These release notes have not been created before. If someone takes |
---|
53 | the effort to create them, they will be added for 0.11 and 0.12.</p> |
---|
54 | |
---|
55 | </div> |
---|
56 | |
---|
57 | <div style="float:left;width:100%"> |
---|
58 | <hr /> |
---|
59 | <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> |
---|
60 | |
---|
61 | <div class="check"> |
---|
62 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
63 | </div> |
---|
64 | <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.13.shtml 13741 2012-01-10 14:04:24Z mevenson $</div> |
---|
65 | </div> |
---|
66 | </body> |
---|
67 | </html> |
---|