source: public_html/release-notes-0.13.shtml @ 14394

Last change on this file since 14394 was 14394, checked in by Mark Evenson, 12 years ago

html: Play whack-a-mole with the layout.

Move Ohloh bar out of menu list, as the size has changed.

Normalize the release notes markup to use common CSS.

Add <evenson.not.org@…> for commericial support.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 1.8 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><!--#include virtual="project-name" --></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>ABCL 0.13 Release Notes</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<dl>
21  <dt>JSR-223: Java Scripting Plugin
22  </dt>
23  <dd>ABCL supports - when built with the <code>javax.script</code> package
24    in the CLASSPATH - the interfaces defined in <a href="http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/">JSR-223</a>.
25  </dd>
26  <dt>Support for inlining FLOAT results</dt>
27  <dd>When given the right DECLARE forms, ABCL is now able to inline
28    calculations and intermediate values relating to FLOAT types.  Before,
29    it used to box all FLOAT values and results, without inlining.</dd>
30  <dt>Compiler cleanups</dt>
31  <dd>Lots of code cleanup in the compiler, such as elimination of
32    nearly-equivalent code blocks.</dd>
33  <dt>TRACE-ing fixes</dt>
34  <dd>TRACE should no longer blow up when tracing FORMAT or inside
35    the compiler.</dd>
36  <dt>Support for "partial" wildcards in CL:DIRECTORY</dt>
37  <dd>Patterns such as #p"cl-*.lisp" are now supported.</dd>
38</dl>
39
40</div>
41
42<div class="footer">
43 <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
44 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
45
46 <div class="check">
47   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
48 </div>
49<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.13.shtml 14394 2013-02-16 12:10:59Z mevenson $</div>
50</div>
51
52</body>
53</html>
Note: See TracBrowser for help on using the repository browser.