| 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>Release Notes for ABCL 0.19.1</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>Release Notes for ABCL 0.19.1</h1> | 
|---|
| 14 |  </div> | 
|---|
| 15 |  | 
|---|
| 16 | <!--#include virtual="left-menu" --> | 
|---|
| 17 |  | 
|---|
| 18 | <div class="rn"> | 
|---|
| 19 |  | 
|---|
| 20 | <p><em>Note: Due to issues in version 0.19.0, that specific | 
|---|
| 21 |     version was never released.</em></p> | 
|---|
| 22 |  | 
|---|
| 23 | <dl> | 
|---|
| 24 |   <dt>Support for user-extensible sequences</dt> | 
|---|
| 25 |   <dd>Support for the functionality proposed by Christopher Rhodes | 
|---|
| 26 |     at the International Lisp Conference 2007, user-extensible | 
|---|
| 27 |     sequences; these were provided by SBCL for a while now. With this | 
|---|
| 28 |     release, ABCL adds support too.</dd> | 
|---|
| 29 |   <dt>Much better support for inlining anonymous and local functions</dt> | 
|---|
| 30 |   <dd>Before, only functions with fixed numbers of arguments were | 
|---|
| 31 |     inlined when declared inline. Now, inlining also happens to functions | 
|---|
| 32 |     with &optional and &keyword arguments or &rest parameters.</dd> | 
|---|
| 33 |   <dt>EXT:*COMMAND-LINE-ARGUMENT-LIST*</dt> | 
|---|
| 34 |   <dd>Unprocessed command line arguments are collected in this variable for | 
|---|
| 35 |     Lisp programs to use.</dd> | 
|---|
| 36 | </dl> | 
|---|
| 37 |  | 
|---|
| 38 | </div> | 
|---|
| 39 |  | 
|---|
| 40 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> | 
|---|
| 41 |  | 
|---|
| 42 | <div class="footer"> | 
|---|
| 43 |   <p>ABCL is <a href="http://abcl.org/">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.19.shtml 14741 2015-01-05 16:44:38Z mevenson $</div> | 
|---|
| 50 | </div> | 
|---|
| 51 | </body> | 
|---|
| 52 | </html> | 
|---|