X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/22fccf958f542d321740f6718611912ca5fec985..91d2c560a84bd5ca4b43f235201b1a04348cd83d:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index f4ea6e4a..14616925 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-10-05 Paul Eggert + + * NEWS: Don't document %no-default-prec, as it's still + too experimental. + * doc/bison.texinfo: Document %no-default-prec only if + the defaultprec flag is set. Normally it's not. + +2003-10-04 Paul Eggert + + * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a + non-modifiable lvalue, instead of a modifiable one. + * doc/bison.texinfo (Actions): Document that $$ can + be assigned to. Do not claim that $$ and $N are + array element references: user code should not rely on this. + 2003-10-01 Paul Eggert * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.