| 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.25</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.25</h1> |
|---|
| 14 | </div> |
|---|
| 15 | |
|---|
| 16 | <!--#include virtual="left-menu" --> |
|---|
| 17 | |
|---|
| 18 | <div id="title" class="rn"> |
|---|
| 19 | |
|---|
| 20 | <dl> |
|---|
| 21 | <dt>New :resolve-symlinks keyword argument for DIRECTORY |
|---|
| 22 | </dt> |
|---|
| 23 | <dd>Passing NIL as the value for :resolve-symlinks prevents DIRECTORY from |
|---|
| 24 | returning truenames. |
|---|
| 25 | </dd> |
|---|
| 26 | <dt>LISP-IMPLEMENTATION-VERSION now includes Subversion revision info |
|---|
| 27 | </dt> |
|---|
| 28 | <dd>`svnversion` is used to retrieve the state of the working copy |
|---|
| 29 | being compiled from; the information is included in the value returned |
|---|
| 30 | by lisp-implementation-version. |
|---|
| 31 | </dd> |
|---|
| 32 | <dt>Object instantiation speedups |
|---|
| 33 | </dt> |
|---|
| 34 | <dd>A cache has been implemented to reduce the number of calculatoins |
|---|
| 35 | required when determining whether the keyword arguments to |
|---|
| 36 | MAKE-INSTANCE and REINITIALIZE-INSTANCE are valid. |
|---|
| 37 | </dd> |
|---|
| 38 | <dt>Compiler refactoring to prevent further stack inconsistency errors |
|---|
| 39 | </dt> |
|---|
| 40 | <dd>Due to earlier changes to the compiler and the overall structure, |
|---|
| 41 | the Java class verifier would detect 'stack inconsistency' issues |
|---|
| 42 | in some specific cases. The refactoring should put an end to that. |
|---|
| 43 | In the short term, however, this change could have a slightly destabilizing |
|---|
| 44 | effect. Tests have been carried out, but no issues were found so far. |
|---|
| 45 | </dd> |
|---|
| 46 | <dd>Instantiation of forward referenced classes |
|---|
| 47 | </dd> |
|---|
| 48 | <dt>When trying to instantiate a forward referenced class, the user |
|---|
| 49 | will not get a vague error anymore, but a clear error about |
|---|
| 50 | the situation. |
|---|
| 51 | </dt> |
|---|
| 52 | </dl> |
|---|
| 53 | </div> |
|---|
| 54 | |
|---|
| 55 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
|---|
| 56 | |
|---|
| 57 | <div class="footer"> |
|---|
| 58 | <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> |
|---|
| 59 | <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> |
|---|
| 60 | |
|---|
| 61 | <div class="check"> |
|---|
| 62 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
|---|
| 63 | </div> |
|---|
| 64 | <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.25.shtml 14741 2015-01-05 16:44:38Z mevenson $</div> |
|---|
| 65 | </div> |
|---|
| 66 | |
|---|
| 67 | </body> |
|---|
| 68 | </html> |
|---|