]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* HACKING (Release Procedure): Recommend a secure automake.
[bison.git] / ChangeLog
index 090a20cd32cd8801792b66d5070243b7ecc0b0e6..d9b5f33e0f5be2da8b52af07f38ee55ea92b0373 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2009-12-31  Joel E. Denny  <jdenny@clemson.edu>
+
+       * HACKING (Release Procedure): Recommend a secure automake.
+
+2009-12-21  Joel E. Denny  <jdenny@clemson.edu>
+
+       YYFAIL: deprecate.
+       * NEWS (2.4.2): Document deprecation and the phase-out plan.
+       * data/lalr1.java (parser::YYStack::YYFAIL): Add comment about
+       deprecation.
+       * data/yacc.c (YYFAIL): Likewise, and suppress warnings about
+       YYFAIL from GCC cpp's -Wunused-macros.
+       * doc/bison.texinfo (Java Action Features): Remove YYFAIL
+       documentation.
+
 2009-12-16  Joel E. Denny  <jdenny@clemson.edu>
 
        Add gcc's -Wundef to test suite and fix another warning from it.