From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16298 invoked by alias); 10 Apr 2010 15:41:56 -0000 Received: (qmail 14217 invoked by uid 22791); 10 Apr 2010 15:41:20 -0000 X-Spam-Check-By: sourceware.org Date: Sat, 10 Apr 2010 15:41:00 -0000 From: Christopher Faylor To: cygwin-announce@cygwin.com Subject: Updated: byacc-20100216-1 Message-ID: <20100410154113.GA16999@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin-announce@cygwin.com References: <20090606163406.GA9709@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090606163406.GA9709@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com X-SW-Source: 2010-04/txt/msg00012.txt.bz2 I've made a new version of 'byacc' available for installation. This is the most recent version of byacc available from Thomas Dickey's "fork" of the codebase which includes many fixes and modernizations. A list of new features gleaned from the ChangeLog is included after the unsubscribe info. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. * * * * New Features: - Improved yacc man page. - Implement %pure-parser. - Fix a memory leak in the generated skeleton.