source: public_html/release-notes-0.19.shtml @ 12574

Last change on this file since 12574 was 12574, checked in by ehuelsmann, 15 years ago

Publish 0.19 release notes and download links.

File size: 1.9 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>ABCL - Release notes v0.19</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 class="header">
13   <h1>ABCL - Release notes for version 0.19</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<h2>Most notable changes in ABCL 0.19</h2>
21
22
23<p><a href="release-notes-0.18.shtml">Release notes for older releases</a>.</p>
24
25<p><em>Note: Due to issues in version 0.19.0, that specific
26    version was never released.</em></p>
27
28<dl>
29  <dt>Support for user-extensible sequences</dt>
30  <dd>Support for the functionality proposed by Christopher Rhodes
31    at the International Lisp Conference 2007, user-extensible
32    sequences; these were provided by SBCL for a while now. With this
33    release, ABCL adds support too.</dd>
34  <dt>Much better support for inlining anonymous and local functions</dt>
35  <dd>Before, only functions with fixed numbers of arguments were
36    inlined when declared inline. Now, inlining also happens to functions
37    with &amp;optional and &amp;keyword arguments or &amp;rest parameters.</dd>
38  <dt>EXT:*COMMAND-LINE-ARGUMENT-LIST*</dt>
39  <dd>Unprocessed command line arguments are collected in this variable for
40    Lisp programs to use.</dd>
41</dl>
42
43
44
45
46
47<div style="float:left;width:100%">
48 <hr />
49 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
50
51 <div class="check">
52   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
53 </div>
54<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.16.shtml 12246 2009-11-04 22:00:47Z ehuelsmann $</div>
55</div>
56</body>
57</html>
Note: See TracBrowser for help on using the repository browser.