From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: doc scm_set_program_arguments Date: Sat, 13 Jan 2007 23:12:24 +0000 Message-ID: <87bql2msh3.fsf@ossau.uklinux.net> References: <87d55iimr4.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168729965 13992 80.91.229.12 (13 Jan 2007 23:12:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Jan 2007 23:12:45 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 14 00:12:42 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H5s3E-0003vn-0v for guile-devel@m.gmane.org; Sun, 14 Jan 2007 00:12:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5s3D-0004p7-GC for guile-devel@m.gmane.org; Sat, 13 Jan 2007 18:12:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H5s3A-0004or-9D for guile-devel@gnu.org; Sat, 13 Jan 2007 18:12:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H5s38-0004oR-TZ for guile-devel@gnu.org; Sat, 13 Jan 2007 18:12:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5s38-0004oN-L0 for guile-devel@gnu.org; Sat, 13 Jan 2007 18:12:34 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H5s38-0003Ev-Bg for guile-devel@gnu.org; Sat, 13 Jan 2007 18:12:34 -0500 Original-Received: from laruns (host86-145-157-83.range86-145.btcentralplus.com [86.145.157.83]) by mail3.uklinux.net (Postfix) with ESMTP id C6C3E40A491 for ; Sat, 13 Jan 2007 23:12:33 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 3BFB56F70B for ; Sat, 13 Jan 2007 23:12:24 +0000 (GMT) Original-To: guile-devel@gnu.org In-Reply-To: <87d55iimr4.fsf@zip.com.au> (Kevin Ryde's message of "Sun, 14 Jan 2007 09:29:35 +1100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (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: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6424 Archived-At: Kevin Ryde writes: > I wrote a few words for scm_set_program_arguments, which is mentioned > under scm_boot_guile but not otherwise described. Looks good, just one comment: > scm_set_program_arguments (-1, argv+i, progname); Is argv normally NULL-terminated? I would have thought that "argc-i" would be more reliable than "-1" here. Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel