+2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
+ All uses changed. Invoke user destructor after an error during a
+ split parse (trivial change from Joel E. Denny).
+
+ * tests/glr-regression.at
+ (User destructor after an error during a split parse): New test case.
+ Problem reported by Joel E. Denny in:
+ http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
+
2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
+ * README-cvs: Give URLs for recommended tools.
+ Mention Gzip version problem, and bootstrapping issues.
+ Remove troubleshooting section, as it's somewhat obsolete.
+
+ * bootstrap (no_cache): New var, to accommodate different wget
+ variants. Use it instead of '-C off'. Problem reported by
+ twlevo@xs4all.nl.
+
* data/glr.c (yydestroyStackItem): New function.
(yyrecoverSyntaxError, yyreturn): Use it to improve quality of
debugging information. Problem reported by Joel E. Denny.