summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-05-14 18:14:52 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2011-05-14 18:16:35 -0400
commit28801043bb49bfb1e94bde2e46a9b580790afbd5 (patch)
tree2702cd9bbd1a11c52232b79b9842cf0f8dd828ac
parent84f6a6ca7051c44d5f10aeb38d92b30c1ef190bd (diff)
downloadbison-28801043bb49bfb1e94bde2e46a9b580790afbd5.tar.gz
Version 2.5.
* NEWS (2.5): Set date. (cherry picked from commit b2bc8a1ba001669ad12b15d39ec425e81b41e778) Conflicts: NEWS
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 143cbbf6..26446bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-05-14 Joel E. Denny <joeldenny@joeldenny.org>
+ Version 2.5.
+ * NEWS (2.5): Set date.
+
+2011-05-14 Joel E. Denny <joeldenny@joeldenny.org>
+
Don't use IF_LINT in Bison sources.
It creates unnecessary differences between the sources that Bison
maintainers build and test (given that maintainers normally
diff --git a/NEWS b/NEWS
index 3b225121..ec94f4db 100644
--- a/NEWS
+++ b/NEWS
@@ -60,7 +60,7 @@ Bison News
allow the programmer to prune possible parses based on the values of
runtime expressions.
-* Changes in version 2.5 (????-??-??):
+* Changes in version 2.5 (2011-05-14):
** Grammar symbol names can now contain non-initial dashes:
@@ -393,7 +393,7 @@ Bison News
bison -Werror,none,yacc gram.y
-*** The `none' category now disables all Bison warnings.
+*** The `none' category now disables all Bison warnings:
Previously, the `none' category disabled only Bison warnings for
which there existed a specific -W/--warning category. However,