From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.3 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 73A881F454 for ; Sat, 2 Nov 2019 02:03:31 +0000 (UTC) From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/7] updates while I learn XS and perlapi Date: Sat, 2 Nov 2019 02:03:24 +0000 Message-Id: <20191102020331.28050-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still some stuff to wire up and port from the other version; but it seems workable... Eric Wong (7): allow using "-d:Mwrap" from the command-line use ppport.h for caller_cx with older Perl versions memalign: perform rcu_read_unlock on ENOMEM update_stats_rcu_lock: favor PL_curcop instead of caller_cx script/mwrap-perl: more portable Mwrap.so detection support Devel::Mwrap::each with callback t/mwrap: don't dump unless we check the output MANIFEST | 1 + Makefile.PL | 2 +- Mwrap.xs | 73 +- lib/Devel/Mwrap.pm | 6 + ppport.h | 8214 ++++++++++++++++++++++++++++++++++++++++++++ script/mwrap-perl | 18 +- t/mwrap.t | 53 +- 7 files changed, 8327 insertions(+), 40 deletions(-) create mode 100644 ppport.h