[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Re: [Maxima] Re: [Maxima-commits] CVS: maxima/src plot.lisp,
From: |
Camm Maguire |
Subject: |
[Gcl-devel] Re: [Maxima] Re: [Maxima-commits] CVS: maxima/src plot.lisp, 1.35, 1.36 |
Date: |
22 Apr 2004 11:57:59 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings! If there is any ansi feature currently implemented in gcl
2.7.0 which you would like backported to gcl 2.6.2 before we release
it, please let me know and I will consider. In general we are too
close to release now for such items, but we have still mysterious
windows problems outstanding, which may delay the release long enough
for a simple backport to be feasible.
Take care,
"Vadim V. Zhytnikov" <address@hidden> writes:
> Raymond Toy ?????:
>
> >>>>>>"Vadim" == Vadim V Zhytnikov <address@hidden> writes:
> > Vadim> - ;; Hmm, gcl 2.5.1 does appear to have
> > handler-case. Ick. Vadim> + ;; GCL 2.6.2
> > has handler-case but not quite ANSI yet. Vadim>
> > (let ((result
> > Vadim> #-gcl
> > Vadim> (handler-case Vadim>
> > (catch 'errorsw
> > Vadim> ($float ($realpart (meval*
> > ',expr))))
> > Vadim> (arithmetic-error () t))
> > Vadim> - #+gcl
> > Vadim> - (catch 'errorsw
> > Vadim> + #+gcl
> > Vadim> + (conditions::handler-case
> > Vadim> + (catch 'errorsw
> > Vadim> ($float ($realpart (meval*
> > ',expr))))
> > Vadim> + (conditions::internal-error ()
> > t))
> > Vadim> ))
> > Does this mean we no longer support versions of gcl earlier than
> > 2.6.2? Is that what we want?
>
> I suppose so.
>
> > FWIW, I still use gcl 2.4.0 on my Solaris box. Mostly because I
> > haven't been able to build more recent ones. I think my Linux box
> > also uses 2.5.x or so, because I can't build later ones.
> > Ray
> >
>
> As far as I remember we decided to use ANSI GCL for Maxima
> so 2.4.0 is certainly out of date. I'm not 100% sure about
> Solaris but I don't expect any troubles with 2.6.2
> (now still 2.6.1 CVS) on Linux.
>
> --
> Vadim V. Zhytnikov
>
> <address@hidden>
> <address@hidden>
>
> _______________________________________________
> Maxima mailing list
> address@hidden
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>
>
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
- [Gcl-devel] Re: [Maxima] Re: [Maxima-commits] CVS: maxima/src plot.lisp, 1.35, 1.36,
Camm Maguire <=