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.4 KB
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
3 | <head> |
---|
4 | <title>Release Notes for ABCL 0.19.1</title> |
---|
5 | <link rel="stylesheet" type="text/css" href="style.css"/> |
---|
6 | <meta charset="utf-8"/> |
---|
7 | </head> |
---|
8 | |
---|
9 | <body> |
---|
10 | <div id="title" class="header"> |
---|
11 | <h1>Release Notes for ABCL 0.19.1</h1> |
---|
12 | </div> |
---|
13 | |
---|
14 | <!--#include virtual="left-menu" --> |
---|
15 | |
---|
16 | <div class="rn"> |
---|
17 | |
---|
18 | <p><em>Note: Due to issues in version 0.19.0, that specific |
---|
19 | version was never released.</em></p> |
---|
20 | |
---|
21 | <dl> |
---|
22 | <dt>Support for user-extensible sequences</dt> |
---|
23 | <dd>Support for the functionality proposed by Christopher Rhodes |
---|
24 | at the International Lisp Conference 2007, user-extensible |
---|
25 | sequences; these were provided by SBCL for a while now. With this |
---|
26 | release, ABCL adds support too.</dd> |
---|
27 | <dt>Much better support for inlining anonymous and local functions</dt> |
---|
28 | <dd>Before, only functions with fixed numbers of arguments were |
---|
29 | inlined when declared inline. Now, inlining also happens to functions |
---|
30 | with &optional and &keyword arguments or &rest parameters.</dd> |
---|
31 | <dt>EXT:*COMMAND-LINE-ARGUMENT-LIST*</dt> |
---|
32 | <dd>Unprocessed command line arguments are collected in this variable for |
---|
33 | Lisp programs to use.</dd> |
---|
34 | </dl> |
---|
35 | |
---|
36 | </div> |
---|
37 | |
---|
38 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
---|
39 | |
---|
40 | <div class="footer"> |
---|
41 | <hr /> |
---|
42 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
---|
43 | </div> |
---|
44 | |
---|
45 | </body> |
---|
46 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.