Re: ice-9 format crashes on nan and inf

2006-02-20 Thread Kevin Ryde
I made a change the same as Marius did to ~f etc, which hopefully is about right. ___ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel

Re: ice-9 format crashes on nan and inf

2006-02-19 Thread Kevin Ryde
[EMAIL PROTECTED] (Han-Wen Nienhuys) writes: > > guile> (format #t "~$" (log 0)) > > Is this intentional? No, not as far as I know. ~f is ok, but I think ~$ tries to pick apart the output of number->string and I guess hasn't been updated yet. (It's all very hairy that code.)