X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F16383858403
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
 header.from=SystematicSW.ab.ca
Authentication-Results: sourceware.org;
 spf=none smtp.mailfrom=systematicsw.ab.ca
X-Authority-Analysis: v=2.4 cv=I4EG+Psg c=1 sm=1 tr=0 ts=614f9808
 a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=mDV3o1hIAAAA:8
 a=WCBfFB00LATMgZlA3wIA:9 a=_FVE-zBwftR9WsbkzFJk:22
From: Cygwin bison Co-Maintainer <Brian.Inglis@SystematicSW.ab.ca>
To: cygwin@cygwin.com
Date: Sat, 25 Sep 2021 15:41:08 -0600
Message-Id: <announce.20210925154108.36337-1-Brian.Inglis@SystematicSW.ab.ca>
Subject: [ANNOUNCEMENT] Updated: bison 3.8.2
X-CMAE-Envelope: MS4xfHiCCiWT6TgKBDN4u2TMGqvuY9edpG8YEl+f0Xh6c2BBHjymxGS1zB9EzC6pXI3iehTTRhfoTBM827b+a9fdufIEXpinzgm2ZC/Qqvs1OicFEv2tQpRp
 FLbVcAwQqy9yiza6SOavLEEuuka9DQBEBZ71buYLoY0SQPzQe7JbW0pNqGDu27SA6QvBXcrjNqY/avkUG3K8SlsMGCuM13aYzJ8CUFdlN2sXXK+G+Mll0hJO
 /owj0Qh2slZn3ue6JbD42xSru2Sfm4/PVl/IeV6aJHA=
X-Spam-Status: No, score=-1160.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, 
 RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,
 SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
 server2.sourceware.org
X-BeenThere: cygwin-announce@cygwin.com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin@cygwin.com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Reply-To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

The following packages have been upgraded in the Cygwin distribution:

* bison		3.8.2

Bison is a general-purpose parser generator that converts an annotated
context-free grammar into a deterministic LR or generalized LR (GLR)
parser employing LALR(1) parser tables. As an experimental feature,
Bison can also generate IELR(1) or canonical LR(1) parser tables. Once
you are proficient with Bison, you can use it to develop a wide range of
language parsers, from those used in simple desk calculators to complex
programming languages.
Bison is upward compatible with Yacc: all properly-written Yacc grammars
ought to work with Bison with no change. Anyone familiar with Yacc
should be able to use Bison with little trouble. You need to be fluent
in C or C++ programming in order to use Bison. D and Java are also
supported as experimental features.

For more information see the project home pages:

	https://www.gnu.org/software/bison/
	https://sv.gnu.org/projects/bison/

For changes since the previous Cygwin release please see below or read
/usr/share/doc/bison/NEWS after installation; for complete details see:

	/usr/share/doc/bison/ChangeLog
	https://git.sv.gnu.org/gitweb/?p=bison.git;a=log;h=refs/tags/v3.8.2


Noteworthy changes in release 3.8.2 (2021-09-25) [stable]

  Fixed portability issues of bison on Cygwin.

  Improvements in glr2.cc: add support for custom error messages (`%define
  parse.error custom`), allow linking several parsers together.


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