From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Implement SRFI-43 Vector Library Date: Wed, 29 Jan 2014 14:25:14 +0800 Organization: HFG Message-ID: <1390976714.5334.6.camel@Renee-desktop.suse> References: <87vbx4fuwx.fsf@netris.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1390976736 22737 80.91.229.3 (29 Jan 2014 06:25:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2014 06:25:36 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 29 07:25:44 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8Oal-0008RV-6I for guile-devel@m.gmane.org; Wed, 29 Jan 2014 07:25:43 +0100 Original-Received: from localhost ([::1]:40681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Oak-0004wD-LC for guile-devel@m.gmane.org; Wed, 29 Jan 2014 01:25:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8OaY-0004w3-AA for guile-devel@gnu.org; Wed, 29 Jan 2014 01:25:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8OaO-0003Jc-N4 for guile-devel@gnu.org; Wed, 29 Jan 2014 01:25:30 -0500 Original-Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]:54386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8OaO-0003JA-Fx for guile-devel@gnu.org; Wed, 29 Jan 2014 01:25:20 -0500 Original-Received: by mail-pa0-f41.google.com with SMTP id fa1so1377373pad.0 for ; Tue, 28 Jan 2014 22:25:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=Jd8Kcss8pVSFKpAsD53wQXZh6ip/HPXx2FW2QEq8e5w=; b=Of2NvLRWBH6ZppgOH1bxFYmRiLLVEnl3IwVQfuAg0euwGvIFqbR25x3/Pj6RhwaSvz rxI97LEJGg5M8ZH0Ib72SDMWwE1YUXjplU5peVclSNlmjLCY1/5IfibXebSG79oyVAvE zEnIOx6vrKpPi95elhggnr6zkuDyHHeESRHNFgLkuBdpB5sbi+lTTjrt8EbYO6ZXYcd4 f5PMBKTl0Vz+2Ut0a+LcUUUhx3b3QTn232rH4UnmxaTmPAi0dFXYnTIxCw9ONXY/5nIL zQo1QznlpXD223ChndTVDTFuHRWzgklSbju6DjBhEusICaCZ6xWbnh3ZhkCHn/ESN7B2 YOVQ== X-Received: by 10.66.192.162 with SMTP id hh2mr5983040pac.150.1390976719186; Tue, 28 Jan 2014 22:25:19 -0800 (PST) Original-Received: from [147.2.147.115] ([203.192.156.9]) by mx.google.com with ESMTPSA id tu3sm3302149pbc.40.2014.01.28.22.25.16 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 28 Jan 2014 22:25:18 -0800 (PST) In-Reply-To: <87vbx4fuwx.fsf@netris.org> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::229 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16853 Archived-At: Thanks for doing it! ;-)