Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 9DDAB63E4E4 for ; Sat, 8 Dec 2012 23:53:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 689C214A34C; Sat, 8 Dec 2012 23:53:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EEF314A34B for ; Sat, 8 Dec 2012 23:53:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gbPdIIiG_e3Q for ; Sat, 8 Dec 2012 23:53:01 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A663B14A349 for ; Sat, 8 Dec 2012 23:53:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7F228175DD; Sat, 8 Dec 2012 23:53:09 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 8 Dec 2012 23:53:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/bison To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20121208235309.7F228175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Dec 8 23:53:09 UTC 2012 Modified Files: pkgsrc/devel/bison: Makefile distinfo Log Message: Update to 2.6.5: * Noteworthy changes in release 2.6.5 (2012-11-07) [stable] We consider compiler warnings about Bison generated parsers to be bugs. Rather than working around them in your own project, please consider reporting them to us. ** Bug fixes Warnings about uninitialized yylval and/or yylloc for push parsers with a pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to 3.2. Other issues in the test suite have been addressed. Nul characters are correctly displayed in error messages. When possible, yylloc is correctly initialized before calling yylex. It is no longer necessary to initialize it in the %initial-action. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/bison/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/bison/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.