projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fdc9f
)
* ChangeLog (2010-04-30): Fix typo.
author
Joel E. Denny
<joeldenny@joeldenny.org>
Sat, 1 May 2010 18:47:49 +0000
(14:47 -0400)
committer
Joel E. Denny
<joeldenny@joeldenny.org>
Sat, 1 May 2010 18:48:32 +0000
(14:48 -0400)
(cherry picked from commit
56e92e0bffe6f7d3d6ecb0506280529b0a2fa7bf
)
ChangeLog
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 567253730878ee52072c78b42a6171415476bddf..d0d717c2eeceaf1c7473a3403e2b60fb6a0d2ca8 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-12,8
+12,8
@@
Suggested by Richard Stallman at
<http://lists.gnu.org/archive/html/bison-patches/2010-03/msg00033.html>.
* NEWS (2.5): Remove mention of complaint.
- * src/reader.c (grammar_rule_check): Convert
warning
back to
-
complaint
.
+ * src/reader.c (grammar_rule_check): Convert
complaint
back to
+
warning
.
* tests/input.at (%prec's token must be defined): Update.
2010-04-25 Joel E. Denny <joeldenny@joeldenny.org>