source: public_html/release-notes-0.15.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.0 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.15</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.15</h1>
15 </div>
16
17<!--#include virtual="left-menu" -->
18
19<div class="rn">
20
21<h2 style="text-align:center">Release notes for ABCL 0.15</h2>
22
23<dl>
24  <dt>Fixed special bindings un-binding in compiled code for (local)
25    transfer of control using GO/RETURN-FROM</dt>
26  <dd>Special bindings now will get unbound in many more cases and much
27    more efficiently upon local transfer of control.
28  </dd>
29  <dt>Reduced ANSI failures in both compiled and interpreted modes</dt>
30  <dd>MULTIPLE-VALUE-SETQ wasn't working correctly on symbol macros.
31    Multiple issues with DEFINE-SETF-EXPANDER, and others. See CHANGES.
32  </dd>
33  <dt>Multiple JSR-233 (Java scripting) support fixes</dt>
34  <dd>See the logs for more: too much to summarize.
35  </dd>
36  <dt>Compiler new feature</dt>
37  <dd>Support for COMPILE-ing functions with non-empty lexical environments -
38    which themselves are not being compiled.
39  </dd>
40  <dt>Google App Engine</dt>
41  <dd>Don't break when being run on Google App Engine because 'os.arch'
42    isn't set.
43  </dd>
44  <dt>COMPILER-LET and MACROEXPAND-ALL</dt>
45  <dd>CLtL2 primitive COMPILER-LET is now supported in the EXT package,
46    so is MACROEXPAND-ALL.
47  </dd>
48</dl>
49
50</div>
51
52<div class="footer">
53  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
54  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
55
56 <div class="check">
57   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
58 </div>
59<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.15.shtml 14741 2015-01-05 16:44:38Z mevenson $</div>
60</div>
61
62</body>
63</html>
Note: See TracBrowser for help on using the repository browser.