X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8f52a1e790ca98162fc0625d81f3a032800d025e..14ded682505d264efe77fd72aa902e0f631b217a:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 460b2479..ce415b77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2000-10-04 Akim Demaille + + * doc/bison.texinfo: Various typos spotted by Neil Booth. + +2000-10-04 Akim Demaille + + When a literal string is used to define two different tokens, + `bison -v' segfaults. + Reported by Piotr Gackiewicz, and fixed by Neil Booth. + + * tests/regression.m4: New file. + Include the core of the sample provided by Piotr Gackiewicz. + * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed + properly. + +2000-10-04 Akim Demaille + + * src/reader.c (parse_expect_decl): Keep `count' within the size + of `buffer'. + From Neil Booth. + +2000-10-02 Paul Eggert + + * bison.s1 (yyparse): Assign the default value + unconditionally, to avoid a GCC warning and make the parser a + tad smaller. + 2000-10-02 Akim Demaille * src/getargs.c (getargs): Don't dump `--help' on unrecognized