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