X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/379261b3fd4e799c37bda6d354e7b8fe582357a6..663ce7bb3e7e325eaa321f22509e6163f1bec4e2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b42a91d0..69edc6bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-04-20 Akim Demaille + + variables: accept dashes. + * src/scan-gram.l ({id}): Also accept dashes after the initial + letter. + ({directive}): Use {id}. + * src/parse-gram.y: Comment and formatting changes. + * doc/bison.texinfo (Symbols): Adjust the lexical definitions of + symbols. + * src/complain.h, src/complain.c (yacc_at): New. + * src/symtab.c (symbol_new): Use yacc_at to report inappropriate + symbol names. + * src/output.c (token_definitions_output): Do not #define token + names with dashes. + 2009-04-24 Joel E. Denny Clean up recent patches a little.