From: Paul Eggert Date: Wed, 6 Nov 2002 07:04:24 +0000 (+0000) Subject: * src/scan-gram.l: Use more accurate diagnostics, e.g. X-Git-Tag: BISON-1_875~335 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e183b123885446a065ac0f4ebcdc126b162a35e9?hp=9906579faa96e719a947b1057ccadaf662a9a969 * src/scan-gram.l: Use more accurate diagnostics, e.g. "integer out of range" rather than "invalid value". * tests/input.at (Invalid $n, Invalid @n): Change expected wording accordingly. --- diff --git a/ChangeLog b/ChangeLog index a211e961..051fd503 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ -2002-11-04 Paul Hilfinger +2002-11-05 Paul Hilfinger - * src/tables.c (matching_state): Don't allow states to match if + * src/tables.c (matching_state): Don't allow states to match if either has GLR conflict entries. - + 2002-11-05 Paul Eggert + * src/scan-gram.l: Use more accurate diagnostics, e.g. + "integer out of range" rather than "invalid value". + * tests/input.at (Invalid $n, Invalid @n): Change expected wording + accordingly. + Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires. Also, remove one static variable in the scanner. @@ -194,7 +199,7 @@ * tests/glr-regr1.at: New test for reported regressions. * tests/testsuite.at: Add glr-regr1.at test. * tests/Makefile.am: Add glr-regr1.at test. - + 2002-10-24 Paul Eggert Version 1.75a.