From d527b2d0f15be7fabc91a6f822e5ed61ac01a29b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 3 Dec 2018 05:57:09 +0100 Subject: [PATCH] NEWS: update --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5e314552..c902e9ee 100644 --- a/NEWS +++ b/NEWS @@ -113,8 +113,8 @@ GNU Bison NEWS *** The tables yyrhs and yyphrs are back Because no Bison skeleton uses them, these tables were removed (no longer - computed, nor passed to the skeletons) in 2008. However, some users have - expressed interest in being able to use these tables in their skeletons. + passed to the skeletons, not even computed) in 2008. However, some users + have expressed interest in being able to use them in their own skeletons. ** Bug fixes @@ -124,7 +124,7 @@ GNU Bison NEWS exp: "num" | "num" | "num" - bison used report a single RR conflict, instead of two. This is now + bison used to report a single RR conflict, instead of two. This is now fixed. This was the oldest (known) bug in Bison: it was there when Bison was entered in the RCS version control system, in December 1987.