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.
This commit is contained in:
parent
073d233158
commit
6cfe43c264
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.87 2012/11/03 01:02:23 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.88 2012/12/08 23:53:09 wiz Exp $
|
||||
|
||||
DISTNAME= bison-2.6.4
|
||||
DISTNAME= bison-2.6.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.33 2012/11/03 01:02:23 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.34 2012/12/08 23:53:09 wiz Exp $
|
||||
|
||||
SHA1 (bison-2.6.4.tar.xz) = 43c6a12a68710522f77e9d452407e633badebfb3
|
||||
RMD160 (bison-2.6.4.tar.xz) = 91115905aa3d584b64085df81b9ff292d1cbb89e
|
||||
Size (bison-2.6.4.tar.xz) = 1744132 bytes
|
||||
SHA1 (bison-2.6.5.tar.xz) = eaa806c062973577c683ddf446dea2d9d02ac04c
|
||||
RMD160 (bison-2.6.5.tar.xz) = 7fb140a2f646ace783af49be33d4d1a7cce1b29e
|
||||
Size (bison-2.6.5.tar.xz) = 1669260 bytes
|
||||
SHA1 (patch-doc_Makefile.in) = 11371a773019ada76396d36334abc6c8cac75ec6
|
||||
SHA1 (patch-lib_isnan.c) = c5d2603447064c95e8bbc75a24c09366b752bad6
|
||||
SHA1 (patch-src_Makefile.in) = 6baa8ff8b8f4f0aa9c8efee60e172584c68eac7c
|
||||
|
|
Loading…
Reference in a new issue