]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
[bison.git] / ChangeLog
index 62a8dcb2a12f0218a3b6c35275729d0d322c2b31..b618ee0af0c37297088d6225243c0361963fe611 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2006-01-19  Akim Demaille  <akim@epita.fr>
+
+       * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
+       location, not just parts of it.
+
 2006-01-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * NEWS: Document the fact that multiple %unions are now allowed.
+       * doc/bison.texinfo (Union Decl): Likewise.
+       * TODO: This feature is now implemented, so remove it from
+       the wishlist.
+
        * Makefile.maint: Merge with coreutils Makefile.maint.
        (CVS_LIST): Use build-aux version if available.
        (VERSION_REGEXP): New macro.
@@ -19,7 +29,7 @@
        * djgpp/config.sed: Add copyright notice, and replace "filesystem"
        with "file system".
 
-       Avoid undefined behavior that accessed just before the start of an
+       Avoid undefined behavior that addressed just before the start of an
        array.  Problem reported by twlevo.
        * src/reader.c (packgram): Prepend a new sentinel before ritem.
        * src/lalr.c (build_relations): Rely on new sentinel.