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: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 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.9.0 - cleanups, bug fixes, minor improvements Date: Tue, 4 Feb 2014 03:12:39 +0000 Message-ID: <20140204031239.GA996@dcvr.yhbt.net> References: <20140204031239.GA996@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391483558 1041 80.91.229.3 (4 Feb 2014 03:12:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2014 03:12:38 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Tue Feb 04 04:12:47 2014 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20140204031239.GA996@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:260 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WAWRJ-0007Ak-Qh for gclrkg-kgio@m.gmane.org; Tue, 04 Feb 2014 04:12:46 +0100 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 8B71874DE1 for ; Tue, 4 Feb 2014 03:20:54 +0000 (UTC) Changes: This adds a new kgio_syssend method for Ruby 1.9+ which behaves like BasicSocket#send, but will not raise exceptions on EAGAIN. Eric Wong (12): test_poll: remove race prone test_poll_EINTR_changed test tryopen: remove RARRAY_PTR usage in init read_write: remove the rest of RARRAY_PTR usage my_writev: stylistic fixes Rakefile: kill raa_update task avoid downsizing casts connect: constify RSTRING-related things set RSTRING_MODIFIED where appropriate for Rubinius split read_write.c into {read,write,writev}.c add kgio_syssend method to wrap send(2) write: correct check for various blocking regions tryopen: additional debug information for bad Errno values Hleb Valoshka (1): Don't use deprecated api * http://bogomips.org/kgio/ * kgio@librelist.org * git://bogomips.org/kgio.git * http://bogomips.org/kgio/NEWS.atom.xml -- Eric Wong