source: public_html/release-notes-0.16.shtml @ 13024

Last change on this file since 13024 was 12246, checked in by ehuelsmann, 13 years ago

Better visual styling of release notes.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 2.2 KB
Line 
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>ABCL - Release notes v0.16</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>ABCL - Release notes for version 0.16</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<h2>Most notable changes in ABCL 0.16</h2>
21
22
23<p><a href="release-notes-0.15.shtml">Release notes for older releases</a>.</p>
24
25
26
27<dl>
28  <dt>Improved THE type checking</dt>
29  <dd>The compiler outputs type checks for simple enough types at
30    *safety* levels 1 and 2 now.<br />
31    The interpreter checks simple enough types at all *safety* levels</dd>
32  <dt>ANSI test fixes</dt>
33  <dd>Fixed tests due to better initarg checking:<br />
34    CHANGE-CLASS.1.11, MAKE-INSTANCE.ERROR.3, MAKE-INSTANCE.ERROR.4,
35    CHANGE-CLASS.ERROR.4 and SHARED-INITIALIZE.ERROR.4</dd>
36  <dt>Added JVM threading primitives</dt>
37  <dd>SYNCHRONIZED-ON, OBJECT-NOTIFY, OBJECT-NOTIFY-ALL equivalents of
38    the Java synchronized block, Object.notify() and Object.notifyAll()</dd>
39  <dt>New THREADS package to hold threading primitives</dt>
40  <dd>The symbols are retained in the old EXTENSIONS package until 0.22</dd>
41  <dt>Type checking for structure slot accessor functions</dt>
42  <dd>The generated accessor functions for structure slots now assert
43    the type of the argument passed in using a THE form</dd>
44  <dt>Fixed breakage when combining the pretty printer and Gray streams</dt>
45  <dd>The fixes mean changes to the generic functions in Gray streams
46    to compensate for the fact that the pretty printer wraps streams.</dd>
47  <dt>Various performance improvements</dt>
48</dl>
49
50
51
52
53
54<div style="float:left;width:100%">
55 <hr />
56 <p>Back to <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.16.shtml 12246 2009-11-04 22:00:47Z ehuelsmann $</div>
62</div>
63</body>
64</html>
Note: See TracBrowser for help on using the repository browser.