source: public_html/release-notes-0.13.shtml @ 11694

Last change on this file since 11694 was 11694, checked in by ehuelsmann, 15 years ago

Update website to show our new release.

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