| 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.16</title> |
|---|
| 5 | <meta charset="utf-8"/> |
|---|
| 6 | <link rel="stylesheet" type="text/css" href="style.css"/> |
|---|
| 7 | </head> |
|---|
| 8 | |
|---|
| 9 | <body> |
|---|
| 10 | <div id="title" class="header"> |
|---|
| 11 | <h1>Release notes for ABCL 0.16</h1> |
|---|
| 12 | </div> |
|---|
| 13 | |
|---|
| 14 | <!--#include virtual="left-menu" --> |
|---|
| 15 | |
|---|
| 16 | <div class="rn"> |
|---|
| 17 | |
|---|
| 18 | <dl> |
|---|
| 19 | <dt>Improved THE type checking</dt> |
|---|
| 20 | <dd>The compiler outputs type checks for simple enough types at |
|---|
| 21 | *safety* levels 1 and 2 now.<br /> |
|---|
| 22 | The interpreter checks simple enough types at all *safety* levels</dd> |
|---|
| 23 | <dt>ANSI test fixes</dt> |
|---|
| 24 | <dd>Fixed tests due to better initarg checking:<br /> |
|---|
| 25 | CHANGE-CLASS.1.11, MAKE-INSTANCE.ERROR.3, MAKE-INSTANCE.ERROR.4, |
|---|
| 26 | CHANGE-CLASS.ERROR.4 and SHARED-INITIALIZE.ERROR.4</dd> |
|---|
| 27 | <dt>Added JVM threading primitives</dt> |
|---|
| 28 | <dd>SYNCHRONIZED-ON, OBJECT-NOTIFY, OBJECT-NOTIFY-ALL equivalents of |
|---|
| 29 | the Java synchronized block, Object.notify() and Object.notifyAll()</dd> |
|---|
| 30 | <dt>New THREADS package to hold threading primitives</dt> |
|---|
| 31 | <dd>The symbols are retained in the old EXTENSIONS package until 0.22</dd> |
|---|
| 32 | <dt>Type checking for structure slot accessor functions</dt> |
|---|
| 33 | <dd>The generated accessor functions for structure slots now assert |
|---|
| 34 | the type of the argument passed in using a THE form</dd> |
|---|
| 35 | <dt>Fixed breakage when combining the pretty printer and Gray streams</dt> |
|---|
| 36 | <dd>The fixes mean changes to the generic functions in Gray streams |
|---|
| 37 | to compensate for the fact that the pretty printer wraps streams.</dd> |
|---|
| 38 | <dt>Various performance improvements</dt> |
|---|
| 39 | </dl> |
|---|
| 40 | |
|---|
| 41 | </div> |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
|---|
| 45 | |
|---|
| 46 | <div class="footer"> |
|---|
| 47 | <hr /> |
|---|
| 48 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
|---|
| 49 | </div> |
|---|
| 50 | |
|---|
| 51 | </body> |
|---|
| 52 | </html> |
|---|