From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: shared-array composition bug Date: Sun, 22 May 2005 20:20:45 +0300 Message-ID: <87d5rj41oy.fsf@zagadka.de> References: <877jjauss1.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116782473 13778 80.91.229.2 (22 May 2005 17:21:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 17:21:13 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun May 22 19:21:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZu7r-0001aL-1G for guile-devel@m.gmane.org; Sun, 22 May 2005 19:20:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZuB9-0006Sb-0w for guile-devel@m.gmane.org; Sun, 22 May 2005 13:23:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZuAe-0006JN-42 for guile-devel@gnu.org; Sun, 22 May 2005 13:23:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZuAb-0006IU-P7 for guile-devel@gnu.org; Sun, 22 May 2005 13:23:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZuAb-0006I9-KV for guile-devel@gnu.org; Sun, 22 May 2005 13:23:21 -0400 Original-Received: from [213.243.153.37] (helo=smtp1.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZuH2-0005xR-K5 for guile-devel@gnu.org; Sun, 22 May 2005 13:30:00 -0400 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp1.pp.htv.fi (Postfix) with SMTP id 40C267FC64 for ; Sun, 22 May 2005 20:20:45 +0300 (EEST) Original-Received: (qmail 29001 invoked by uid 1000); 22 May 2005 17:20:45 -0000 Original-To: guile-devel@gnu.org In-Reply-To: <877jjauss1.fsf@zip.com.au> (Kevin Ryde's message of "Mon, 11 Apr 2005 09:16:30 +1000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (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:5028 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:5028 Kevin Ryde writes: > The cvs seems to have a bug in making a shared array from what's > already a shared array, Should be fixed now, please check. 2005-05-22 Marius Vollmer * unif.c (scm_make_shared_array): Add old base to new base since scm_array_handle_pos does not include the base. (scm_aind): Likewise. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel