[armedbear-cvs] r12574 - public_html

Erik Huelsmann ehuelsmann at common-lisp.net
Sat Mar 27 19:12:41 UTC 2010


Author: ehuelsmann
Date: Sat Mar 27 15:12:38 2010
New Revision: 12574

Log:
Publish 0.19 release notes and download links.

Added:
   public_html/release-notes-0.19.shtml
Modified:
   public_html/index.shtml

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Sat Mar 27 15:12:38 2010
@@ -32,9 +32,9 @@
  using <b>Java to Lisp integration</b> APIs.
 </td></tr>
 <tr><th style="border:1px black solid" colspan="2"><a
-href="releases/abcl-src-0.18.1.tar.gz" style="color:black;font-weight:normal">
-Download 0.18.1</a> <a
-href="releases/abcl-src-0.18.1.zip"
+href="releases/abcl-src-0.19.1.tar.gz" style="color:black;font-weight:normal">
+Download 0.19.1</a> <a
+href="releases/abcl-src-0.19.1.zip"
 style="font-size:75%;color:black;font-weight:normal">(zip)</a></th></tr>
 <tr>
 <td class="summary-header">Users

Added: public_html/release-notes-0.19.shtml
==============================================================================
--- (empty file)
+++ public_html/release-notes-0.19.shtml	Sat Mar 27 15:12:38 2010
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <title>ABCL - Release notes v0.19</title>
+  <link rel="stylesheet" type="text/css" href="style.css"/>
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+</head>
+
+<body>
+ <div class="header">
+   <h1>ABCL - Release notes for version 0.19</h1>
+ </div>
+
+<!--#include virtual="left-menu" -->
+
+<div class="rn">
+
+<h2>Most notable changes in ABCL 0.19</h2>
+
+
+<p><a href="release-notes-0.18.shtml">Release notes for older releases</a>.</p>
+
+<p><em>Note: Due to issues in version 0.19.0, that specific
+    version was never released.</em></p>
+
+<dl>
+  <dt>Support for user-extensible sequences</dt>
+  <dd>Support for the functionality proposed by Christopher Rhodes
+    at the International Lisp Conference 2007, user-extensible
+    sequences; these were provided by SBCL for a while now. With this
+    release, ABCL adds support too.</dd>
+  <dt>Much better support for inlining anonymous and local functions</dt>
+  <dd>Before, only functions with fixed numbers of arguments were
+    inlined when declared inline. Now, inlining also happens to functions
+    with &optional and &keyword arguments or &rest parameters.</dd>
+  <dt>EXT:*COMMAND-LINE-ARGUMENT-LIST*</dt>
+  <dd>Unprocessed command line arguments are collected in this variable for
+    Lisp programs to use.</dd>
+</dl>
+
+
+
+
+
+<div style="float:left;width:100%">
+ <hr />
+ <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+
+ <div class="check">
+   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
+ </div>
+<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>
+</div>
+</body>
+</html>




More information about the armedbear-cvs mailing list