From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-2.7 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: [ANN] kgio 2.1.1 - one small Rubinius fix Date: Sun, 26 Dec 2010 02:10:53 +0000 Message-ID: <20101226021053.GA4030@dcvr.yhbt.net> References: <20101226021053.GA4030@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1293329482 21017 80.91.229.12 (26 Dec 2010 02:11:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Dec 2010 02:11:22 +0000 (UTC) To: kgio@librelist.com Original-X-From: kgio@librelist.com Sun Dec 26 03:11:11 2010 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20101226021053.GA4030@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:2 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PWg4l-0000UD-Fw for gclrkg-kgio@m.gmane.org; Sun, 26 Dec 2010 03:11:11 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 53A3521C5B2 for ; Sun, 26 Dec 2010 02:23:38 +0000 (UTC) We now avoid errno side-effects in kgio_wait_*able methods. This affects Rubinius, but may affect other Ruby platforms (particularly those that use stdio) as well. -- Eric Wong