X-Recipient: archive-cygwin@delorie.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:date:from:to:subject:message-id
	:reply-to:references:mime-version:content-type:in-reply-to
	:content-transfer-encoding; q=dns; s=default; b=E9ONmOfKcPAKTvU4
	gIJlUPe7HeG4p0K1JdATjcS6mNWNBv8iM7kQCJaeQeaGDfmJhKb7IEbi0Mt/OpWR
	9/WMLXPGB2RrXAMplDxxgEX3wFKChU5O2zYyqQepcoWn71A4xPXbGob/oEkb8PQA
	WRgKdNLZ5Pqa9d40lVD6Rq5S+nw=
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:date:from:to:subject:message-id
	:reply-to:references:mime-version:content-type:in-reply-to
	:content-transfer-encoding; s=default; bh=9ZKrJHVAHyTWdC2xOxIvlK
	KGJXw=; b=oeZCBNeukNUPdwWKYFPT3qnPZ+lPVu7F8tx2pDvDnBtlJeGp2LP57F
	H51Q+yHkaJb5kYNJksoueae/Cjz0OXCilda+2lBZP+QcYWKbl/3gjJnKdjgFMrNR
	0ec9cAMFwZon+kTxAH/fevnSkeup2A5kYbYu6aDERL2mf3dDwsaq8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.0 required=5.0 tests=AWL,BAYES_00,BODY_8BITS,GARBLED_BODY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2
X-Mail-Handler: Dyn Standard SMTP by Dyn
X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information)
X-MHO-User: U2FsdGVkX197sevuaaI2tm1s0sJ/DPXr
Date: Sun, 13 Jul 2014 14:54:47 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: [ANNOUNCEMENT] Updated: flex-2.5.39-1
Message-Id: <announce.20140713185447.GA2867@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
References: <20030215044214.GA8030@redhat.com> <20060202225858.GA3877@trixie.casa.cgf.cx> <20080420143812.GA10234@ednor.casa.cgf.cx> <20080420150707.GA10368@ednor.casa.cgf.cx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20080420150707.GA10368@ednor.casa.cgf.cx>
User-Agent: Mutt/1.5.20 (2009-06-14)
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s6DIv5Ip000809

I've made a new version of flex available for downloading.  This updates
the package to the latest version available from sourceforge.  This update
corrects the missing m4 dependency in the 64-bit version of flex.  Thanks
to Роман Донченко for the heads up about that.

The flex program generates scanners.  Scanners are programs which can
recognize lexical patterns in text.  Flex takes pairs of regular
expressions and C code as input and generates a C source file as output.
The output file is compiled and linked with a library to produce an
executable.  The executable searches through its input for occurrences
of the regular expressions.  When a match is found, it executes the
corresponding C code.  Flex was designed to work with both Yacc and
Bison, and is used by many programs as part of their build process.

Flex is available in tne "Devel" category.

Below are the NEWS entries since the last release of flex.

See the file COPYING for copying conditions.

* flex version  2.5.39

** no user visible changes in this release

* version 2.5.38 released 2014-02-14

** internationalization

*** add sr translation from the translation project

*** update da, es, ko, nl, pt_BR, ro, ru, sv, tr, vi, zh_CN translations from the translation project

*** rename zh_tw to its proper zh_TW name

* version 2.5.37 released 2012-08-03

** Import flex into git. See
   git://flex.git.sourceforge.net/gitroot/flex/flex.

** Fix make install target to not fail when the flex++ program is
   already installed

** New translations from the translation project: de, fi, pl, vi

* version 2.5.36 released 2012-07-20

** various portability fixes that quiet compiler warnings on 64-bit
   hosts

** various manual fixes, including correcting the name of a %option and
   updating some simple examples to use ANSI C syntax

** various bug fixes that prevent certain error conditions from
   persisting when they should not persist

** improvements to the test suite so it behaves better when linking
   compiled files

** new translations from the translation project: ca, da, es, fi, fr,
   ga, ko, pt_br, ro, ru, sv, tr, zh_cn

** the flex distribution is now built with automake 1.10.1 and automake
   2.61

--
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


