| 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.26</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 id="title" class="header"> |
|---|
| 13 | <h1>Release Notes for ABCL 0.26</h1> |
|---|
| 14 | </div> |
|---|
| 15 | |
|---|
| 16 | <!--#include virtual="left-menu" --> |
|---|
| 17 | |
|---|
| 18 | <div class="rn"> |
|---|
| 19 | |
|---|
| 20 | <dl> |
|---|
| 21 | <dt>Support for weak references and hash tables |
|---|
| 22 | </dt> |
|---|
| 23 | <dd>In order to provide support for TRIVIAL-GARBAGE, we've implemented |
|---|
| 24 | support for weak lisp references and weak hash tables. |
|---|
| 25 | </dd> |
|---|
| 26 | <dt>Support for custom slot definition |
|---|
| 27 | </dt> |
|---|
| 28 | <dd>AMOP defines an interface to allow custom slot definitions. Support |
|---|
| 29 | for this interface has been added. |
|---|
| 30 | </dd> |
|---|
| 31 | <dt>Support for creating and loading ASDF systems into/from JARs |
|---|
| 32 | </dt> |
|---|
| 33 | <dd>The ASDF-JAR:PACKAGE function supports packaging of ASDF systems into |
|---|
| 34 | JARs while a simple REQUIRE will load it from there - once the directory |
|---|
| 35 | holding the jar has been added to ASDFs search path. |
|---|
| 36 | </dd> |
|---|
| 37 | <dt>Maven integration for ASDF |
|---|
| 38 | </dt> |
|---|
| 39 | <dd>ABCL implements a custom ASDF extension which allows loading Java |
|---|
| 40 | libraries from Maven repositories for better integration with the Java |
|---|
| 41 | world. |
|---|
| 42 | </dd> |
|---|
| 43 | <dd>Reduced number of ANSI test failures |
|---|
| 44 | </dd> |
|---|
| 45 | <dt>On my machine, ABCL now fails only 16 ANSI tests in interpreted mode, |
|---|
| 46 | while failing as few as 19 in compiled mode. That's a reduction of 10 |
|---|
| 47 | since 0.25. |
|---|
| 48 | </dt> |
|---|
| 49 | </dl> |
|---|
| 50 | </div> |
|---|
| 51 | |
|---|
| 52 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
|---|
| 53 | |
|---|
| 54 | <div class="footer"> |
|---|
| 55 | <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> |
|---|
| 56 | <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> |
|---|
| 57 | |
|---|
| 58 | <div class="check"> |
|---|
| 59 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
|---|
| 60 | </div> |
|---|
| 61 | <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.26.shtml 14741 2015-01-05 16:44:38Z mevenson $</div> |
|---|
| 62 | </div> |
|---|
| 63 | </body> |
|---|
| 64 | </html> |
|---|