Re: [Ecls-list] BUG: unexpected FLOATING-POINT-UNDERFLOW on Linux/armhf

2013-03-30 Thread Eric Marsden
> "ecm" == Eric Marsden writes: ecm> Thanks for the suggestion. With the patch below, tan seems to work ecm> correctly. In fact, I just checked on a Linux/PowerPC64 machine and the same problem arises. Should this maybe be a simple __GLIBC__ conditionalization, without any architec

Re: [Ecls-list] BUG: unexpected FLOATING-POINT-UNDERFLOW on Linux/armhf

2013-03-30 Thread Eric Marsden
> "jg" == Juan Jose Garcia-Ripoll writes: jg> ECL uses tanf() for computing the tangent with single-floats. If you have a jg> look at the code in ecl/src/c/numbers/tan.d you will find the lines below. jg> One possibility would be to uncomment safe_tanf() and see whether ECL now jg> w

Re: [Ecls-list] Bug in PRINT-OBJECT with inbuilt types

2013-03-30 Thread Juan Jose Garcia-Ripoll
Fixed now in git/CVS. PRINT-METHOD over built in objects acts as WRITE. On Sat, Mar 30, 2013 at 1:39 PM, Eric Marsden wrote: > Hi, > > , > | ;;; Loading #P"/usr/local/lib/ecl-12.12.1/asdf.fas" > | ECL (Embeddable Common-Lisp) 12.12.1 > (git:256126ac9afcc44cd3617b8e8cbe6ef1ef571b86) > | Top

Re: [Ecls-list] BUG: unexpected FLOATING-POINT-UNDERFLOW on Linux/armhf

2013-03-30 Thread Juan Jose Garcia-Ripoll
ECL uses tanf() for computing the tangent with single-floats. If you have a look at the code in ecl/src/c/numbers/tan.d you will find the lines below. One possibility would be to uncomment safe_tanf() and see whether ECL now works. If this is the case then we might have to add another switch for yo

Re: [Ecls-list] Is this a bug?

2013-03-30 Thread Juan Jose Garcia-Ripoll
On Wed, Mar 20, 2013 at 12:45 AM, David Creelman wrote: > Hi, > I'm trying to get my small webserver up on my tiny machine. > I've compiled the latest ECL and I get the following error after trying to > use quicklisp > My fault. ASDF now follows a different procedure for installing itself. This c

Re: [Ecls-list] config.guess and config.sub update

2013-03-30 Thread Juan Jose Garcia-Ripoll
On Tue, Mar 26, 2013 at 11:58 PM, Jerry James wrote: > While you are preparing for a new release, would you mind updating > config.guess and config.sub? > I will do it tonight for the ECL part. I am not sure about the other copies in the tree: garbage collector, libffi, etc. In these cases it wo

Re: [Ecls-list] Bug?

2013-03-30 Thread Juan Jose Garcia-Ripoll
On Fri, Mar 15, 2013 at 2:35 PM, Nicolas Neuss wrote: > I am trying to make my PDE solver Femlisp work on ECL again. At the > moment ECL cannot compile the following code (which should make #d(...) > construct a double-float vector): > The problem was a stupid mistake in the inliner for (VALUES

[Ecls-list] Bug in PRINT-OBJECT with inbuilt types

2013-03-30 Thread Eric Marsden
Hi, , | ;;; Loading #P"/usr/local/lib/ecl-12.12.1/asdf.fas" | ECL (Embeddable Common-Lisp) 12.12.1 (git:256126ac9afcc44cd3617b8e8cbe6ef1ef571b86) | Top level in: #. | > (print-object 42 *standard-output*) | #< | Condition of type: SIMPLE-TYPE-ERROR | In function CLASS-OF, the value of the onl