From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Copy-on-write strings and mutation-sharing strings Date: Sun, 22 Aug 2004 11:52:24 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <873c2g2b3b.fsf@zip.com.au> References: <87ekm2a90n.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093139581 32193 80.91.224.253 (22 Aug 2004 01:53:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Aug 2004 01:53:01 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Aug 22 03:52:53 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByhXR-0006m1-00 for ; Sun, 22 Aug 2004 03:52:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Byhbo-0002wy-Vc for guile-devel@m.gmane.org; Sat, 21 Aug 2004 21:57:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Byhbm-0002vG-BX for guile-devel@gnu.org; Sat, 21 Aug 2004 21:57:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Byhbl-0002tt-Co for guile-devel@gnu.org; Sat, 21 Aug 2004 21:57:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Byhbl-0002tl-9n for guile-devel@gnu.org; Sat, 21 Aug 2004 21:57:21 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ByhXC-0001cH-Jj for guile-devel@gnu.org; Sat, 21 Aug 2004 21:52:47 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i7M1qa4u001972; Sun, 22 Aug 2004 11:52:36 +1000 Original-Received: from localhost (ppp202F.dyn.pacific.net.au [61.8.32.47]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i7M1qZlY022095; Sun, 22 Aug 2004 11:52:35 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1ByhWz-0002GT-00; Sun, 22 Aug 2004 11:52:25 +1000 Original-To: Marius Vollmer Mail-Copies-To: never In-Reply-To: (Marius Vollmer's message of "Fri, 20 Aug 2004 12:49:04 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4006 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4006 Marius Vollmer writes: > > null-terminated string but scm_i_strings_writable_chars isn't > guaranteed to give you one. Ah. You could put a comment about that with that function if you like :-). > [ Also, mkstemp should get a string in the current locale encoding, > but the internal encoding of Guile might differ from that in the > future. Yes, I was too slack. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel