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: `scm_c_read ()' and `swap_buffer' trick harmful Date: Sun, 23 Nov 2008 23:08:46 +0000 Message-ID: <49dd78620811231508q32d5b9a2rcb4eb271426d0d2b@mail.gmail.com> References: <87vduo92nj.fsf@gnu.org> <49dd78620811200522k315281c8m9d952a17145b2479@mail.gmail.com> <871vx6ik42.fsf@gnu.org> <49dd78620811201425j5dcd7e0g4165c8ea4c6b08ce@mail.gmail.com> <87fxllt3f7.fsf@gnu.org> <87y6zbolbc.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227481746 25976 80.91.229.12 (23 Nov 2008 23:09:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 23:09:06 +0000 (UTC) Cc: guile-devel@gnu.org To: "=?ISO-8859-1?Q?Ludovic_Court=E8s?=" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 24 00:10:09 2008 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 1L4O5c-000324-9c for guile-devel@m.gmane.org; Mon, 24 Nov 2008 00:10:04 +0100 Original-Received: from localhost ([127.0.0.1]:38217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4O4S-00061d-Vg for guile-devel@m.gmane.org; Sun, 23 Nov 2008 18:08:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4O4Q-00061M-7A for guile-devel@gnu.org; Sun, 23 Nov 2008 18:08:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4O4O-000618-Tn for guile-devel@gnu.org; Sun, 23 Nov 2008 18:08:49 -0500 Original-Received: from [199.232.76.173] (port=33844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4O4O-000615-E4 for guile-devel@gnu.org; Sun, 23 Nov 2008 18:08:48 -0500 Original-Received: from rv-out-0708.google.com ([209.85.198.241]:12449) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4O4O-0005Gr-0M for guile-devel@gnu.org; Sun, 23 Nov 2008 18:08:48 -0500 Original-Received: by rv-out-0708.google.com with SMTP id k29so1967625rvb.6 for ; Sun, 23 Nov 2008 15:08:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ioRWQiCwoUzea6pjdP+A9p0vq2+gp1BWZPPsJ0Iyi40=; b=wzL3Q0ayBDd//eCH8SA0eR/aM7ZLrpCb+LTyrFCFldnqpZExncDmpVKT/2u+CxHgIX WAgQ4gtJpqzpXsMdL+W5rvSU+iNLGF4c3v0mbqLOdkm29FakuhgRzblOXzZFaKCqhtpB sQN8pPiFg8JpQCq9czz5M3VD6xxhkxh1zk+aI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Q9Z6Yc0YHxTcDFy8gK+i9+FvOKAfn9rf6DiHpJiNOGYtoolLJhruSC+XUpsSKAMhRi 2uSdxcjOzs2CLOFzpFJ5R+KH6HYXp5WWdsyd+9Me+uRqH4zYxuWF5XVKIJwweiPTsQ9K IralujrjyE7RPOGj8z54xqgiRUKDDfTEoQjwY= Original-Received: by 10.141.179.5 with SMTP id g5mr1516754rvp.220.1227481726644; Sun, 23 Nov 2008 15:08:46 -0800 (PST) Original-Received: by 10.140.199.14 with HTTP; Sun, 23 Nov 2008 15:08:46 -0800 (PST) In-Reply-To: <87y6zbolbc.fsf@gnu.org> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:7887 Archived-At: 2008/11/22 Ludovic Court=E8s : > Hello, > > ludo@gnu.org (Ludovic Court=E8s) writes: > >> Thanks for the quick fix! > > Attach is a test case for this, please apply (with git-am(1)) and commit > right after your fix. Cool, committing this now also. > Once we're done with this, I think we should release 1.8.6. I'm should > be able to do it this week-end. I'm afraid there's not much week-end left now, but feel free to proceed! Neil