source: public/content/release-notes-0.14.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: 1.7 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.14</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
10</head>
11
12<body>
13 <div id="title" class="header">
14   <h1>Release notes for ABCL 0.14</h1>
15 </div>
16
17<!--#include virtual="left-menu" -->
18
19<div class="rn">
20
21<dl>
22  <dt>Fixed special bindings un-binding in compiled code for
23   MULTIPLE-VALUE-BIND, LET, LET*, PROGV and function bodies</dt>
24  <dd>Special bindings now will get unbound even in case of (non-Lisp)
25      exceptions.
26  </dd>
27  <dt>Reduced ANSI failures in interpreted mode</dt>
28  <dd>RESTART-CASE wrongly didn't use the macro expansion environment
29    to expand subforms.
30  </dd>
31  <dt>Lisp build system changed for parity with the Ant based build</dt>
32  <dd>The Lisp build was lagging behind on adjustments made to the Ant
33    based build.  abcl.jar generated from either should now be the same.
34  </dd>
35  <dt>Several fixes to numeric calculations</dt>
36  <dd>EXPT fixed for (EXPT NUMBER BIGNUM) and (EXPT BIGNUM RATIO).
37    Also, ACOS with a complex double-float argument.
38  </dd>
39</dl>
40
41
42</div>
43
44<div class="footer">
45  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
46  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
47
48 <div class="check">
49   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
50 </div>
51<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.14.shtml 14741 2015-01-05 16:44:38Z mevenson $</div>
52</div>
53</body>
54</html>
Note: See TracBrowser for help on using the repository browser.