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>ABCL - Release notes v0.24</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 class="header"> |
---|
13 | <h1>ABCL - Release notes for version 0.24</h1> |
---|
14 | </div> |
---|
15 | |
---|
16 | <!--#include virtual="left-menu" --> |
---|
17 | |
---|
18 | <div class="rn"> |
---|
19 | |
---|
20 | <h2>Most notable changes in ABCL 0.24</h2> |
---|
21 | |
---|
22 | |
---|
23 | <p><a href="release-notes-0.23.shtml">Release notes for older releases</a>.</p> |
---|
24 | |
---|
25 | <dl> |
---|
26 | <dt>Fixed an issue causing FASLs to be able to contain only a limited |
---|
27 | number of functions. |
---|
28 | </dt> |
---|
29 | <dd>As part of an attempt to increase ABCL's boot performance, |
---|
30 | the ability for a FASL to contain an arbitrary number of functions was |
---|
31 | broken. The old behaviour is now restored. There was no notable difference |
---|
32 | in startup times. |
---|
33 | </dd> |
---|
34 | <dt>Improved support for embedding: ABCL no longer |
---|
35 | contains calls to System.exit(). |
---|
36 | </dt> |
---|
37 | <dd>Instead of calling System.exit(), ABCL now throws one of two Errors. |
---|
38 | When the EXT:EXIT or EXT:QUIT functions are called, it throws |
---|
39 | org.armedbear.lisp.ProcessingTerminated. If an unrecoverable integrity |
---|
40 | error is encountered, it throws an org.armedbear.lisp.IntegrityError |
---|
41 | </dd> |
---|
42 | <dt>Updated ASDF2</dt> |
---|
43 | <dd>ASDF2 has been updated to its latest version 2.012</dd> |
---|
44 | <dt>Extended class file writer: now with support for writing interfaces |
---|
45 | </dt> |
---|
46 | <dd>The new class file writer from the last release was specifically |
---|
47 | targetted at generating class-defining class files. It has now been |
---|
48 | extended to allow generating interface files. |
---|
49 | </dd> |
---|
50 | |
---|
51 | </dl> |
---|
52 | </div> |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | <div style="float:left;width:100%"> |
---|
57 | <hr /> |
---|
58 | <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> |
---|
59 | |
---|
60 | <div class="check"> |
---|
61 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
62 | </div> |
---|
63 | <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.24.shtml 13741 2012-01-10 14:04:24Z mevenson $</div> |
---|
64 | </div> |
---|
65 | </body> |
---|
66 | </html> |
---|