Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A503F200B64 for ; Tue, 2 Aug 2016 20:07:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A39F5160A76; Tue, 2 Aug 2016 18:07:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EC5CD160A65 for ; Tue, 2 Aug 2016 20:07:16 +0200 (CEST) Received: (qmail 60791 invoked by uid 500); 2 Aug 2016 18:07:16 -0000 Mailing-List: contact dev-help@lucy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucy.apache.org Delivered-To: mailing list dev@lucy.apache.org Received: (qmail 60779 invoked by uid 99); 2 Aug 2016 18:07:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 18:07:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2196E0007; Tue, 2 Aug 2016 18:07:15 +0000 (UTC) From: nwellnhof To: dev@lucy.apache.org Reply-To: dev@lucy.apache.org Message-ID: Content-Type: text/plain Date: Tue, 2 Aug 2016 18:07:15 +0000 (UTC) Subject: [lucy-dev] [GitHub] lucy-clownfish pull request #77: Move some string helpers back to Lucy archived-at: Tue, 02 Aug 2016 18:07:17 -0000 GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/77 Move some string helpers back to Lucy Fixes CLOWNFISH-76. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nwellnhof/lucy-clownfish string-helpers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucy-clownfish/pull/77.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #77 ---- commit ca3809d7fb99d8905c83dcbf90221dca2c69bc41 Author: Nick Wellnhofer Date: 2016-08-02T16:06:02Z Disallow invalid code points in CB_Cat_Char commit 20d282023873c5c7ca1ab87ef5bb84b858f934af Author: Nick Wellnhofer Date: 2016-08-02T16:07:56Z Remove StrHelp_decode_utf8_char commit 64a100083d473b498e4fa524360156c47d7008bc Author: Nick Wellnhofer Date: 2016-08-02T16:22:43Z Stop using UTF8_COUNT array For most UTF-8 input, especially ASCII text, it's faster to avoid an additional memory load. commit ed2010caec0af7ccdcaff76a05cdb516166a6ad4 Author: Nick Wellnhofer Date: 2016-08-02T16:46:35Z Move some functions from StrHelp to Str - utf8_valid - validate_utf8 - is_whitespace - encode_utf8_char commit 3d3e4cedc5ad224c08614843edda972939baeace Author: Nick Wellnhofer Date: 2016-08-02T17:33:32Z Move StringHelper from Clownfish to Lucy ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---