X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/15fe6bb421f00932e92a1d5bacaf1d4cefa0522d..e0319547b634212e3ac7b2ed3651be9808ea1399:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6d833219..b23c9715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-01-05 Alex Rozenman + + Do not allow identifiers that start with a negative number. + Reported by Paul Hilfinger as a side effect of named references + support at + . + Suggested by Paul Eggert. + * src/scan-code.l ({letter}, {id}): Adjust lexical definitions. + * src/scan-gram.l ({letter}, {id}): Likewise. + 2011-01-03 Joel E. Denny * ChangeLog (2011-01-02): improve description.