summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-03-27 19:29:37 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2011-04-09 13:01:30 -0400
commite4a148796a4af75b8728f5c4ec7d01a0cc654a27 (patch)
tree0beac82952ad9c62f3b9bbe2e6cbb9cb75b816df /ChangeLog
parentc39014ae2b8cfb2b38690633633b62800b270a17 (diff)
downloadbison-e4a148796a4af75b8728f5c4ec7d01a0cc654a27.tar.gz
Pacify maintainer-check-posix.
Adding command-line options after the grammar file name is not permitted, so disable checks that do that when maintainer-check-posix is running. * tests/local.at (AT_BISON_CHECK_NO_XML): Don't run the problematic checks when POSIXLY_CORRECT=1. Also, for readability, remove an unnecessary m4_if. (cherry picked from commit fc7ce9970f2972443c1a031c91ffef2dfdf28651)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aff493f4..7886ddfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-03-27 Joel E. Denny <joeldenny@joeldenny.org>
+ Pacify maintainer-check-posix.
+ Adding command-line options after the grammar file name is not
+ permitted, so disable checks that do that when
+ maintainer-check-posix is running.
+ * tests/local.at (AT_BISON_CHECK_NO_XML): Don't run the
+ problematic checks when POSIXLY_CORRECT=1. Also, for readability,
+ remove an unnecessary m4_if.
+
+2011-03-27 Joel E. Denny <joeldenny@joeldenny.org>
+
Add -Wother so -Wnone suppresses all warnings.
Reported by George Neuner at
<http://lists.gnu.org/archive/html/bug-bison/2010-08/msg00002.html>.