delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/06/10/11:39:54

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; q=dns; s=
default; b=SLSPaS7VZerdUWQ2D244vbxf2sES81ejUHFRWxQfIIcTxkmN9V/ZQ
FHEkRAgw9XKMv0o7jQrqcQYHSQqea0nNTbX3JjkOQYXq1uJepkcrepCX0k5hQguk
JckU+jMr5uQLnZcq+KR1TRVKNgg1VAsVjLcqDAwlAx3jZatMsrfzQ4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; s=default;
bh=hqdA1PXDRRwcv7fwoN3DrHGL68c=; b=YeYqq1cp2tMJTUkgf6qqV0PCHd3D
odAT+dyAgfyIk+zH+C7Y89tNx9b6eX+Erm1Yrhsz+jo+m372K/1JXwp8lDzBB7dn
MXmOTnMML0L2R3ZaOOCfDzsS+JarrlwpCw7mv7LPtHw9KcnPZ5kgLUvpQaMMblqd
gU7Y1ZQvQu4HPxU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=iso-8859-2, iso88592, HTo:U*cygwin-announce, 80
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=nLjUPqttNMlEH/lt5OdrY21+FBccd/cYmcnXaajxbL8=; b=hkFWX3FW801RSRea9BC9dg7vxGIxPj1KaGgM6B7w1XvZFWXO10pK6sXNJrA/8yuB12 W1/52DGFc2Cewf3SZvSm7gRJf65+nVXkSQFekkp0wpgE0kXeHK26q+XaVv6HSXsPuSRE MapStSnZMt6J8CCIoKoD06CBfVYwN2u9cCy0dw8IclN02XgVl5uuHHC6r5Pk19lIneIR d6fk4S5QrhEqO0U0b0SEIyDW4pGA0LuL1FJ/0tL9frzxseNa1fS/opEFgbKpZZffxA7h cswB/Uz5unLGuYQRG/s/DDxEKrDF2Ag+Z45A0mmgetAJIddmdYdeOpUBQWugf4yIIh9C 6nag==
X-Gm-Message-State: ALyK8tKZ6QbCUC9VTCZyiBa8iDekH1y/5Iel5JViEP2FQkbxpaLysBBJZs+8jFDBz/7tLQ==
X-Received: by 10.194.185.211 with SMTP id fe19mr1798099wjc.119.1465559652754; Fri, 10 Jun 2016 04:54:12 -0700 (PDT)
To: cygwin AT cygwin DOT com
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Subject: [ANNOUNCEMENT] Updated: Onigurama 6.0.0-1
Message-Id: <announce.b664f108-6ac9-f7c5-e99b-b6fedd232369@gmail.com>
Date: Fri, 10 Jun 2016 13:54:08 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version: 1.0
X-IsSubscribed: yes

Versions 6.0.0-1 of
   onig                  (source only)
   libonig3              (API bump)
   liboning-devel

have been uploaded.


DESCRIPTION
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding
for every regular expression object can be specified.
(supported APIs: GNU regex, POSIX and Oniguruma native)

Supported character encodings:
ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE,
EUC-JP, EUC-TW, EUC-KR, EUC-CN,
Shift_JIS, Big5, GB18030, KOI8-R, CP1251,
ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5,
ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10,
ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16

CHANGES
New upstream version
https://github.com/kkos/oniguruma/releases

     Update Unicode 8.0 Property/Case-folding
     NEW API: onig_unicode_define_user_property()

HOMEPAGE
https://github.com/kkos/oniguruma

Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019