gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] [bugs #6489] floor, ceiling etc zero divisor fixed in CV


From: Camm Maguire
Subject: Re: [Gcl-devel] [bugs #6489] floor, ceiling etc zero divisor fixed in CVS
Date: 19 Feb 2004 23:33:18 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings, and thanks!  Backported.

take care,

"Mike Thomas" <address@hidden> writes:

> Hi all.
> 
> In unstable CVS the bug reported by Stavros M. re zero division error
> interception has been fixed.  Should probably go into 2.6.2 if all is well
> with everyone else.
> 
> Transcript follows.
> 
> Cheers
> 
> Mike Thomas.
> 
> 
> 
> >(floor 1 0)
> 
> Error in EVAL [or a callee]: Zero divisor.
> 
> Fast links are on: do (use-fast-links nil) for debugging
> Broken at FLOOR.  Type :H for Help.
>  1 (Continue) Return to top level.
> dbl:>>:1
> 
>  1 is not break command
> NIL
> dbl:>>1
> 
> Top level.
> >(truncate 1 0)
> 
> Error in EVAL [or a callee]: Zero divisor.
> 
> Fast links are on: do (use-fast-links nil) for debugging
> Broken at TRUNCATE.  Type :H for Help.
>  1 (Continue) Return to top level.
> dbl:>>1
> 
> Top level.
> >(ceiling 1 0)
> 
> Error in EVAL [or a callee]: Zero divisor.
> 
> Fast links are on: do (use-fast-links nil) for debugging
> Broken at CEILING.  Type :H for Help.
>  1 (Continue) Return to top level.
> dbl:>>1
> 
> Top level.
> >(round 1 0)
> 
> Error in EVAL [or a callee]: Zero divisor.
> 
> Fast links are on: do (use-fast-links nil) for debugging
> Broken at ROUND.  Type :H for Help.
>  1 (Continue) Return to top level.
> dbl:>>1
> 
> Top level.
> >(by)
> 
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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