X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1f6b3679b2f6eb9d5a7643e2b62f0f2939677be5..47aee066ccabdb3aeb96735532167c551f8e7194:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 99a0227b..8fa43858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-08-14 Joel E. Denny + + In the grammar scanner, STRING_FINISH unclosed constructs and return + them to the parser in order to improve error messages. + * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER, + SC_BRACED_CODE, SC_PROLOGUE): Implement. + * tests/input.at (Unclosed constructs): New test case. + * tests/regression.at (Invalid inputs): Update now that unclosed %{ is + seen. + + * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove + unused global. + 2006-08-13 Joel E. Denny Handle string aliases for character tokens correctly.