axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Problem with patch 23 and Solaris 9 identified


From: root
Subject: Re: [Axiom-developer] Problem with patch 23 and Solaris 9 identified
Date: Sat, 8 Jan 2005 18:55:27 -0500

Camm, Kostas,

This fix was applied to util.lisp.pamphlet

(defun get-NAG-chapter (chapter function-list)
   (let ((l (length chapter)) r)
      (dolist (f function-list)
        (when (equalp chapter (subseq (string f) 0 l)))
           (push f r))
      (nreverse r)))   

NOTE that I rewrote the line:
      (dolist (fI function-list)
to
      (dolist (f function-list)


This fix will be applied to axiom--main--1 at the next update.
Kostas, if you visit arch.axiom-developer.org you can follow
the instructions for getting write access to the arch archive.
Once you send me a key you can update the axiom--solaris--1
branch. (If you want, I'll apply the same update to the solaris
branch).

Tim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]