<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 (incf cl) utilities
 ===================
 Juan M. Bello Rivas &lt;jmbr@superadditive.com&gt;
-May 2008
+April 2009
 
 image:/images/lisp.png[Lisp logo by Conrad Barski]
 
@@ -39,8 +39,8 @@ This library is released under the X11 license.
 Portability
 -----------
 
-This code has been tested under SBCL 1.0.16, CMU Common Lisp 19d, GNU
-CLISP 2.44, ECL 0.9j, and Allegro CL Free Express Edition 8.1.
+This code has been tested under SBCL 1.0.26, CMU Common Lisp 19d, GNU
+CLISP 2.47, and ECL 9.4.0.
 
 Installation
 ------------
@@ -67,7 +67,7 @@ Usage
 Loading the package
 ~~~~~~~~~~~~~~~~~~~
 
-To start using the package write: 
+To start using the package write:
 
 --------------------------------------------------
   CL-USER&gt; (asdf:operate 'asdf:load-op :incf-cl)
@@ -130,8 +130,8 @@ Suppose you have the package TEST, defined as follows:
     (:use :common-lisp :incf-cl)
     (:export :factorial))
 
-  (in-package :test)           
-  
+  (in-package :test)
+
   (defun factorial (n &amp;optional (acc 1))
     &quot;Returns the factorial of N, where N is an integer &gt;= 0.
 
@@ -139,7 +139,7 @@ Suppose you have the package TEST, defined as follows:
 
     TEST&gt; (lc (factorial n) (&lt;- n (range 1 5)))
     (1 2 6 24 120)
-  
+
     TEST&gt; (factorial 450/15)
     265252859812191058636308480000000
 
@@ -152,7 +152,7 @@ Suppose you have the package TEST, defined as follows:
     TEST&gt; (factorial 0)
     1&quot;
     (declare (type integer n))
-  
+
     (cond
       ((minusp n) (error 'arithmetic-error))
       ((/= n (floor n)) (error 'type-error)))
@@ -224,7 +224,7 @@ Some examples:
 
   CL-USER&gt; (nest-list #'+ '(1 1) :max 10)
   (1 1 2 3 5 8 13 21 34 55 89 144)
-  
+
   CL-USER&gt; (nest #'+ '(1 1) :max 10)
   144
 
@@ -313,7 +313,7 @@ semantics similar to those of DOLIST:
   CL-USER&gt; (let ((product 1))
              (dohash (key value *hash-table* product)
                (setf product (* product value))))
-  6  
+  6
 -------------------------------------------------------
 
 Strings</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7b3965a46a7d8e6d60f697c606a9ece575467db5</id>
    </parent>
  </parents>
  <author>
    <name>Juan M. Bello Rivas</name>
    <email>jmbr@superadditive.com</email>
  </author>
  <url>http://github.com/jmbr/incf-cl/commit/19f66a11ed4341e73e9553491d7034a8983e0cb5</url>
  <id>19f66a11ed4341e73e9553491d7034a8983e0cb5</id>
  <committed-date>2009-04-05T02:31:05-07:00</committed-date>
  <authored-date>2009-04-05T02:31:05-07:00</authored-date>
  <message>Updated README file to reflect currently supported Lisp compilers.</message>
  <tree>072ff2c2acb4f3da8938ab5f53fe1cdbea1941e7</tree>
  <committer>
    <name>Juan M. Bello Rivas</name>
    <email>jmbr@superadditive.com</email>
  </committer>
</commit>
