]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Don't document %no-default-prec for now.
[bison.git] / ChangeLog
index f4ea6e4aeb2e89eca1a05267ad9d86e510ed6bb6..1461692500df3ad99c7ae36fd077751c745317f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2003-10-05  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <eggert@twinsun.com>
+
+       * 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  <eggert@twinsun.com>
 
        * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.