From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28777 invoked by alias); 19 Jan 2014 16:58:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 28767 invoked by uid 89); 19 Jan 2014 16:58:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 19 Jan 2014 16:58:56 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0MZN00000R66X400@mtaout28.012.net.il> for gdb-patches@sourceware.org; Sun, 19 Jan 2014 18:59:59 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZN00H4AR7ZSLA0@mtaout28.012.net.il>; Sun, 19 Jan 2014 18:59:59 +0200 (IST) Date: Sun, 19 Jan 2014 16:58:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v1 02/36] Guile extension language: doc additions In-reply-to: To: Doug Evans Cc: ludo@gnu.org, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqhvj4bw.fsf@gnu.org> References: <52b9da59.64ab440a.0b0b.7e1c@mx.google.com> <83ha9w68av.fsf@gnu.org> <87sit4kb1t.fsf@gnu.org> <83eh4ow78t.fsf@gnu.org> <87k3egez8e.fsf@gnu.org> <87mwitovvh.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00716.txt.bz2 > Date: Sat, 18 Jan 2014 12:55:22 -0800 > From: Doug Evans > Cc: Eli Zaretskii , "gdb-patches@sourceware.org" > > > If the functionality is that only null-terminated strings are supported, > > then the text is fin > > Correction: Either a null-terminated string or a string with the > specified length passed in (i.e., not present in the string itself) is > supported. > > > Eli was suggesting supporting non-null-terminated strings as well, but > > indeed, that can always be added later. > > They are supported, but the caller has to provide the length. Then let's say that explicitly. The text as is can be interpreted as meaning that such strings aren't supported.