delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/10/02/14:00:39

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=M1048q8DcpI8ZhHfXgnLwOd6nf+vf/OuBkq49+zqLLgdfPUBVGO/R
aIdIGZ6bOrNg+f+Pmzmpx22m0HZKDzAs09yCJuEpDwYeeEt5F6pQWjCCauuwGkzP
Vinvj6KU1whgcZM3OHdrwoUGfrbKwRfMmhP85FmWngy9FlGUgVTnno=
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=aJD040o/fAh5wOGVopwFfnpMUjo=; b=a4hYvQskU5SYHJ8KRfvBvMvcNX/4
NkNEEV15j24pyTyeEkjg28dEMuX/K6scowOgk1MvwBbM2LvFYjJ2RpquE9Lr+yAI
aHq31nWAD05Ahu2hB+JO5tF60q1Bs1dKlyNFqQTryjcWYTh3EaSKj5tUytZqzuJb
9y087kt0U2Ns86E=
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-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,DATE_IN_PAST_06_12,FREEMAIL_FROM autolearn=no version=3.3.2 spammy=iso88591, iso-8859-1, ISO-8859-1, ISO88591
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
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=/etYrvOIzAKjedo9T/3oBfmHhVV1Eau31hqVJ2RJaGU=; b=kCLTBS9AwcDIVXBOoyP0aoY1KXC7dbg9JJUenOLzWnMn2dOsm2KooXX9BMjPeqT6wZ m+DG5dt1ArV/jO8Zojwok42BbJwi4E9+g68sT6WYj61BF8e7/jZfbp923coMjqx/6H9i 7zZuBnsw9FmMPPATmiRGkU3kL22MK+worxfRXhGu/7aWoQ9zpZUIwlQ9l+2Hrdj2iOru iOHPSPCiI/28Bs5F1yErMHwf/M6NnrrrQvpb8GEgcShe+UNknhbErH8KbMK9I4e9jb8L /om9Fux4AyhA5jA8r/ocQE6HaKiA9sgJpHGSvHKcvJ/bxqz7x7I5YHDx6QM3PY72a1pR 2M/w==
X-Gm-Message-State: AA6/9RmdZVMWQ+ysH72YGdvua3KDkfBpJLNYGqjZ25/zKYRyYyWxZtwb5xtfwgaffoGqEQ==
X-Received: by 10.28.215.21 with SMTP id o21mr4814589wmg.68.1475394522912; Sun, 02 Oct 2016 00:48:42 -0700 (PDT)
To: cygwin AT cygwin DOT com
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Subject: [ANNOUNCEMENT] Updated: Onigurama 6.1.1-1
Message-Id: <announce.29947b81-38a5-5bf0-656a-acf1913ab00e@gmail.com>
Date: Sun, 2 Oct 2016 09:47:48 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0
MIME-Version: 1.0
X-IsSubscribed: yes

Versions 6.1.1-1 of
   onig                  (source only)
   libonig4              (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

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