diff options
author | adam <adam> | 2012-08-06 06:25:02 +0000 |
---|---|---|
committer | adam <adam> | 2012-08-06 06:25:02 +0000 |
commit | 5f49a2f8d60d37b117171ab774bc290ac337326f (patch) | |
tree | 6991cc3419a679320a2802fd19a530e30770ca99 /devel/bison/PLIST | |
parent | 650c780e75a42ae046020ab5e651e1f026455111 (diff) | |
download | pkgsrc-5f49a2f8d60d37b117171ab774bc290ac337326f.tar.gz |
Changes 2.6.2:
* Bug fixes
Buffer overruns, complaints from Flex, and portability issues in the test
suite have been fixed.
* Spaces in %lex- and %parse-param (lalr1.cc, glr.cc)
Trailing end-of-lines in %parse-param or %lex-param would result in
invalid C++. This is fixed.
* Spurious spaces and end-of-lines
The generated files no longer end (nor start) with empty lines.
Diffstat (limited to 'devel/bison/PLIST')
-rw-r--r-- | devel/bison/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/PLIST b/devel/bison/PLIST index 450b2283aed..3a8334c218f 100644 --- a/devel/bison/PLIST +++ b/devel/bison/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2012/06/06 07:20:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.24 2012/08/06 06:25:02 adam Exp $ bin/bison info/bison.info lib/liby.a @@ -8,6 +8,7 @@ share/bison/README share/bison/bison.m4 share/bison/c++-skel.m4 share/bison/c++.m4 +share/bison/c-like.m4 share/bison/c-skel.m4 share/bison/c.m4 share/bison/glr.c |