guile-user
[Top][All Lists]
Advanced

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

Re: strange mkstemp! behavior


From: Kevin Ryde
Subject: Re: strange mkstemp! behavior
Date: Sun, 26 Sep 2004 08:14:29 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Marius Vollmer <address@hidden> writes:
>
> String literals and the the strings returned by
> symbol->string would be read-only.

SCM_STRING_CHARS barfs on a read-only literal, badly breaking
guile-gtk for instance.  It can be updated, but there's likely to be
quite a bit of code using SCM_STRING_CHARS just to read.  Copy on
write would keep that working.




reply via email to

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