[EMAIL PROTECTED] (Matthias K�ppe) writes:

> In Guile 1.4, (format "~A" (make-vector 500 0)) leads to a stack
> overflow. The reason is a non-tail-recursive implementation of
> format:obj->str in (ice-9 format). Here is a patch that fixes this.

* format.scm (format:obj->str): Made tail-recursive.  (Thanks to
Matthias K�ppe.)

Reply via email to