]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Warn about character literals not of length one.
[bison.git] / ChangeLog
index 7e2844a3352c5b17333ca5997ad2104eaeee7319..a67b8ca2c345d200ec65e0293df87678a15107df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-07-24  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Warn about character literals not of length one.
+       * NEWS (2.5): Document.
+       * src/scan-gram.l (INITIAL): Remove comment that we don't check
+       the length.
+       (SC_ESCAPED_CHARACTER): Warn if length is wrong.
+       * tests/input.at (Bad character literals): New test group.
+
 2009-07-24  Alex Rozenman  <rozenmam@gmail.com>
 
        Fix some memory leaks.