1 | <!DOCTYPE html> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
3 | <head> |
---|
4 | <title>Release Notes for ABCL 0.26</title> |
---|
5 | <link rel="stylesheet" type="text/css" href="style.css"/> |
---|
6 | <meta charset="utf-8"/> |
---|
7 | </head> |
---|
8 | |
---|
9 | <body> |
---|
10 | <div id="title" class="header"> |
---|
11 | <h1>Release Notes for ABCL 0.26</h1> |
---|
12 | </div> |
---|
13 | |
---|
14 | <!--#include virtual="left-menu" --> |
---|
15 | |
---|
16 | <div class="rn"> |
---|
17 | |
---|
18 | <dl> |
---|
19 | <dt>Support for weak references and hash tables |
---|
20 | </dt> |
---|
21 | <dd>In order to provide support for TRIVIAL-GARBAGE, we've implemented |
---|
22 | support for weak lisp references and weak hash tables. |
---|
23 | </dd> |
---|
24 | <dt>Support for custom slot definition |
---|
25 | </dt> |
---|
26 | <dd>AMOP defines an interface to allow custom slot definitions. Support |
---|
27 | for this interface has been added. |
---|
28 | </dd> |
---|
29 | <dt>Support for creating and loading ASDF systems into/from JARs |
---|
30 | </dt> |
---|
31 | <dd>The ASDF-JAR:PACKAGE function supports packaging of ASDF systems into |
---|
32 | JARs while a simple REQUIRE will load it from there - once the directory |
---|
33 | holding the jar has been added to ASDFs search path. |
---|
34 | </dd> |
---|
35 | <dt>Maven integration for ASDF |
---|
36 | </dt> |
---|
37 | <dd>ABCL implements a custom ASDF extension which allows loading Java |
---|
38 | libraries from Maven repositories for better integration with the Java |
---|
39 | world. |
---|
40 | </dd> |
---|
41 | <dd>Reduced number of ANSI test failures |
---|
42 | </dd> |
---|
43 | <dt>On my machine, ABCL now fails only 16 ANSI tests in interpreted mode, |
---|
44 | while failing as few as 19 in compiled mode. That's a reduction of 10 |
---|
45 | since 0.25. |
---|
46 | </dt> |
---|
47 | </dl> |
---|
48 | </div> |
---|
49 | |
---|
50 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
---|
51 | |
---|
52 | <div class="footer"> |
---|
53 | <hr /> |
---|
54 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
---|
55 | </div> |
---|
56 | |
---|
57 | </body> |
---|
58 | </html> |
---|