Last change
on this file was
15275,
checked in by Mark Evenson, 5 years ago
|
site: clean up HTML
Start moving all presentation logic into CSS.
Declare documents as polyglot HTML5/XHTML
<https://dev.w3.org/html5/html-polyglot/html-polyglot.htm>.
Strip use SVN $Id$ expansion as this doesn't convey any useful
information to the actual reader of the page.
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Line | |
---|
1 | |
---|
2 | <!DOCTYPE html> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
4 | <head> |
---|
5 | <title>Release notes for ABCL 0.14</title> |
---|
6 | <meta charset="utf-8"/> |
---|
7 | <link rel="stylesheet" type="text/css" href="style.css"/> |
---|
8 | </head> |
---|
9 | |
---|
10 | <body> |
---|
11 | <div id="title" class="header"> |
---|
12 | <h1>Release notes for ABCL 0.14</h1> |
---|
13 | </div> |
---|
14 | |
---|
15 | <!--#include virtual="left-menu" --> |
---|
16 | |
---|
17 | <div class="rn"> |
---|
18 | |
---|
19 | <dl> |
---|
20 | <dt>Fixed special bindings un-binding in compiled code for |
---|
21 | MULTIPLE-VALUE-BIND, LET, LET*, PROGV and function bodies</dt> |
---|
22 | <dd>Special bindings now will get unbound even in case of (non-Lisp) |
---|
23 | exceptions. |
---|
24 | </dd> |
---|
25 | <dt>Reduced ANSI failures in interpreted mode</dt> |
---|
26 | <dd>RESTART-CASE wrongly didn't use the macro expansion environment |
---|
27 | to expand subforms. |
---|
28 | </dd> |
---|
29 | <dt>Lisp build system changed for parity with the Ant based build</dt> |
---|
30 | <dd>The Lisp build was lagging behind on adjustments made to the Ant |
---|
31 | based build. abcl.jar generated from either should now be the same. |
---|
32 | </dd> |
---|
33 | <dt>Several fixes to numeric calculations</dt> |
---|
34 | <dd>EXPT fixed for (EXPT NUMBER BIGNUM) and (EXPT BIGNUM RATIO). |
---|
35 | Also, ACOS with a complex double-float argument. |
---|
36 | </dd> |
---|
37 | </dl> |
---|
38 | |
---|
39 | |
---|
40 | </div> |
---|
41 | |
---|
42 | <div class="footer"> |
---|
43 | <hr /> |
---|
44 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
---|
45 | </div> |
---|
46 | |
---|
47 | </body> |
---|
48 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.