From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS60404 5.2.64.0/20 X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00, RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_ZBI,RCVD_IN_XBL,RDNS_NONE,SPF_FAIL, SPF_HELO_FAIL shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from 80x24.org (unknown [5.2.75.25]) by dcvr.yhbt.net (Postfix) with ESMTP id 2CA0B20133 for ; Fri, 3 Mar 2017 20:53:24 +0000 (UTC) From: Eric Wong To: kcar-public@bogomips.org Subject: [PATCH 0/5] miscellaneous updates Date: Fri, 3 Mar 2017 20:53:02 +0000 Message-Id: <20170303205307.2275-1-e@80x24.org> List-Id: Mainly modernizing and stealing some features from unicorn, and perhaps prototyping some new ones. Will still need to shrink the struct a bit while ensuring we don't exceed limits and such. Eric Wong (5): gemspec: use SPDX compatible terms for the license(s) archive/slrnpull.conf: add a note explaining the purpose drop rb_str_set_len compatibility replacement remove rb_str_modify workaround TypedData C-API conversion archive/slrnpull.conf | 3 +++ ext/kcar/ext_help.h | 24 ------------------------ ext/kcar/extconf.rb | 2 -- ext/kcar/kcar.rl | 36 ++++++++++++++++++++++++------------ kcar.gemspec | 8 +++++++- test/test_parser.rb | 8 ++++++++ 6 files changed, 42 insertions(+), 39 deletions(-)