X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e19c4e5d1c72a11ab2abba8ee51170f575ded43b..353d3eb65130304744b0ea1a4a317517eec7b956:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index a241c2fb..b96950b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-12-08 Paul Eggert + + * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__, + since this causes problems when __file__ contains character + sequences like "@" that are treated specially by src/scan-skel.l. + Instead, just use the file's basename. This fixes the bug + reported by Martin Mokrejs in + . + 2002-12-06 Paul Eggert Add support for rules that do not have trailing semicolons, as