From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7FECF1F47C for ; Wed, 11 Jan 2023 01:12:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1673399569; bh=rDbz9Fq0I1+kEf/+yhz6JxJYsF8fl86qDNcJD3gTPLk=; h=From:To:Subject:Date:From; b=KzQEWLEfpIkt231Jf2FcZVtb1CmR4LA23yCSS2gkblMGzfvGn8zb+VHMch5ebjHE0 1pO1dzUDgKCpkUmtVxWF3NOhcdZOG4aYUEj8j3zROlFl7mJ3fhL/9FRauNpJ0RNcte t39sPQwicLCdGhXRG4YyhwIRDbEHFrtrlnShNSUU= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/4] CSV-related improvements Date: Wed, 11 Jan 2023 01:12:45 +0000 Message-Id: <20230111011249.2713039-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It should've been CSV from the beginning... Eric Wong (4): support MWRAP=dump_csv:$FILENAME parameter add mwrap-decode-csv tool %p => PID expansion for dump_path + dump_csv rewrite README and update manpage to favor CSV MANIFEST | 1 + Makefile.PL | 3 +- Mwrap.xs | 5 + README | 61 ++++++----- httpd.h | 217 ++++++++++++++++++++------------------ lib/Devel/Mwrap/Rproxy.pm | 33 +++--- mwrap_core.h | 50 +++++++-- script/mwrap-decode-csv | 57 ++++++++++ script/mwrap-perl | 18 +++- t/mwrap.t | 36 ++++++- 10 files changed, 327 insertions(+), 154 deletions(-) create mode 100644 script/mwrap-decode-csv