source: public/content/release-notes-0.16.shtml

Last change on this file was 14741, checked in by Mark Evenson, 9 years ago

html: change references from lisp.not.org to abcl.org and common-lisp.net as appropiate.

abcl.org names all permanent ABCL specific resources.

common-lisp.net replaces lisp.not.org as naming for non-ABCL specific
resources.

  • 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>Release notes for ABCL 0.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 id="title" class="header">
13   <h1>Release notes for ABCL 0.16</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<dl>
21  <dt>Improved THE type checking</dt>
22  <dd>The compiler outputs type checks for simple enough types at
23    *safety* levels 1 and 2 now.<br />
24    The interpreter checks simple enough types at all *safety* levels</dd>
25  <dt>ANSI test fixes</dt>
26  <dd>Fixed tests due to better initarg checking:<br />
27    CHANGE-CLASS.1.11, MAKE-INSTANCE.ERROR.3, MAKE-INSTANCE.ERROR.4,
28    CHANGE-CLASS.ERROR.4 and SHARED-INITIALIZE.ERROR.4</dd>
29  <dt>Added JVM threading primitives</dt>
30  <dd>SYNCHRONIZED-ON, OBJECT-NOTIFY, OBJECT-NOTIFY-ALL equivalents of
31    the Java synchronized block, Object.notify() and Object.notifyAll()</dd>
32  <dt>New THREADS package to hold threading primitives</dt>
33  <dd>The symbols are retained in the old EXTENSIONS package until 0.22</dd>
34  <dt>Type checking for structure slot accessor functions</dt>
35  <dd>The generated accessor functions for structure slots now assert
36    the type of the argument passed in using a THE form</dd>
37  <dt>Fixed breakage when combining the pretty printer and Gray streams</dt>
38  <dd>The fixes mean changes to the generic functions in Gray streams
39    to compensate for the fact that the pretty printer wraps streams.</dd>
40  <dt>Various performance improvements</dt>
41</dl>
42
43</div>
44
45
46<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
47
48<div class="footer">
49  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
50  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
51
52 <div class="check">
53   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
54 </div>
55<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.16.shtml 14741 2015-01-05 16:44:38Z mevenson $</div>
56</div>
57
58</body>
59</html>
Note: See TracBrowser for help on using the repository browser.