From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: Guile 1.7.1 has been released. Date: Tue, 21 Sep 2004 00:53:33 +0200 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <87pt4gv9g2.fsf@zagadka.ping.de> References: <87sma9h59y.fsf@zagadka.ping.de> <24CF5BB2-F93A-11D8-B8A1-000A95C37894@lurchi.franken.de> <193B2882-F99D-11D8-A510-000D93673682@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1095720834 7979 80.91.229.6 (20 Sep 2004 22:53:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 22:53:54 +0000 (UTC) Cc: guile-user@gnu.org, guile-devel@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Sep 21 00:53:43 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 1C9X2U-0002Ai-00 for ; Tue, 21 Sep 2004 00:53:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9X8O-0001BZ-Or for guile-user@m.gmane.org; Mon, 20 Sep 2004 18:59:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9X8L-0001BU-JH for guile-user@gnu.org; Mon, 20 Sep 2004 18:59:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9X8K-0001BI-2e for guile-user@gnu.org; Mon, 20 Sep 2004 18:59:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9X8K-0001BF-0l for guile-user@gnu.org; Mon, 20 Sep 2004 18:59:44 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9X2M-00021W-Q6 for guile-user@gnu.org; Mon, 20 Sep 2004 18:53:35 -0400 Original-Received: from [195.138.42.212] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 4.34) id 1C9X2L-0007IL-QV for guile-user@gnu.org; Tue, 21 Sep 2004 00:53:34 +0200 Original-Received: (qmail 7479 invoked by uid 1000); 20 Sep 2004 22:53:33 -0000 Original-To: =?iso-8859-1?q?Andreas_V=F6gele?= In-Reply-To: <193B2882-F99D-11D8-A510-000D93673682@gmx.net> (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Sun, 29 Aug 2004 11:23:33 +0200") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3457 gmane.lisp.guile.devel:4130 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4130 Andreas Vögele writes: > I've attached a patch that replaces the remaining occurrences of int > in srfi-13.c with size_t. In addition to these replacements, the > function string_reverse_x() makes sure that the variable cend is only > decremented if it's value is greater than zero. Thanks, applied! > One thing that I noted is that the variable cfrom in scm_xsubstring() > and the variable csfrom in scm_string_xcopy_x() are of type size_t but > that they are checked for negative values: Yes, I changed them to be ints. The 'extended' indices can be negative. Of course, the could also be bignums... > BTW, do you prefer included or attached patches? Either way is fine with me. For attached patches, using text/plain or text/x-patch as the content-type makes it simpler to view it. Also, and more importantly, inculding a ChangeLog entry is very helpful. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user