[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange mkstemp! behavior
From: |
Marius Vollmer |
Subject: |
Re: strange mkstemp! behavior |
Date: |
Tue, 28 Sep 2004 23:17:06 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
Kevin Ryde <address@hidden> writes:
> 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.
Oops, right. I will make string literals writable again, and put a
big comment on SCM_STRING_CHARS to make them read-only when
SCM_STRING_CHARS is removed.
- strange mkstemp! behavior, Maarten Grachten, 2004/09/13
- Re: strange mkstemp! behavior, rm, 2004/09/13
- Re: strange mkstemp! behavior, Maarten Grachten, 2004/09/13
- Re: strange mkstemp! behavior, Stephen Compall, 2004/09/13
- Re: strange mkstemp! behavior, Paul Jarc, 2004/09/22
- Re: strange mkstemp! behavior, Kevin Ryde, 2004/09/25
- Re: strange mkstemp! behavior,
Marius Vollmer <=
- Re: strange mkstemp! behavior, Marius Vollmer, 2004/09/29