X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/783aa653f4ca70a75919c8516b950494c612cbfe..08c81469c6176f3ae9c5fbef957a919d993dc2ea:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8cf0340c..f501512f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2008-11-26 Akim Demaille + + Rule length is unsigned. + * src/gram.h, src/gram.c (rule_rhs_length): Return a size_t. + +2008-11-26 Akim Demaille + + Get rid of lalr1-split.cc. + It was no longer maintainer. + + * data/lalr1-split.cc: Remove. + * etc/bench.pl.in (bench_fusion_parser): Remove. + Adjust. + +2008-11-26 Akim Demaille + + Use yy* consistently. + * data/glr.c: Now that yyrhs no longer exists as a global + variable, rename local "rhs" variables into "yyrhs" for + consistency. + 2008-11-25 Akim Demaille Get rid of yyrhs and yyprhs in glr.c.