X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3d04b5673d26813f3fcec37982ee84d05c3d71aa..d2829fdc040f928cc3596725783183f9af8ca5af:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 090a20cd..d9b5f33e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-12-31 Joel E. Denny + + * HACKING (Release Procedure): Recommend a secure automake. + +2009-12-21 Joel E. Denny + + 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 Add gcc's -Wundef to test suite and fix another warning from it.