From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: normalperson@yhbt.net Received: from zedshaw2.xen.prgmr.com (zedshaw2.xen.prgmr.com [71.19.156.177]) by dcvr.yhbt.net (Postfix) with ESMTP id 3EEDE1F435 for ; Sat, 13 Apr 2013 01:44:27 +0000 (UTC) Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id BA14873DEE for ; Sat, 13 Apr 2013 01:45:05 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 13 Apr 2013 01:44:01 +0000 From: Eric Wong In-Reply-To: <20130413014401.GA23694@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Message-Id: <20130413014401.GA23694@dcvr.yhbt.net> Precedence: list References: <20130413014401.GA23694@dcvr.yhbt.net> Sender: sleepy.penguin@librelist.org Subject: [sleepy.penguin] what's cooking in sleepy_penguin.git To: sleepy.penguin@librelist.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I've pushed out a bunch of changes to master of git://bogomips.org/sleepy_penguin.git There are many internal cleanups and small fixes. We have less code than before, so that is nice :) Also, we are now prepared for Rubinius versions w/o a GIL/GVL for C extensions. Eric Wong (14): test_epoll: fix timing error in test test_epoll: synchronize writes to the pipe array split Epoll and Epoll::IO, rewrite Epoll in Ruby epoll: implement thread-safety for mark/flag arrays epoll: cache alignment for per-thread structure avoid ENOMEM checking in common code paths test_epoll_gc: force GC on EMFILE/ENFILE .gitignore: add .rbx license + gem packaging cleanups inotify: use thread-local internal buffer inotify: thread-safe Inotify#take for rbx epoll: cleanup GVL-release code for Ruby 2.0.0 .wrongdoc: add public/private email addresses doc: rdoc fixes and cleanups -- Eric Wong