]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Simplify last patch slightly.
[bison.git] / ChangeLog
index e7b3f1c3272918f3fecf2ac1f8b3492f59a48a30..14e2674c531fbb6d13e9fd05f3517210e4ff018e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2008-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Simplify last patch slightly.
+       * src/getargs.c (getargs): Here.
+
+2008-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Fix last warning from --enable-gcc-warnings.
+       * src/getargs.c (getargs): Don't assign const address to non-const
+       pointer.
+
+2008-11-17  Di-an Jan  <dianj@freeshell.org>
+
+       Handle --enable-gcc-warnings.
+       * src/getargs.c (command_line_location): Set parameters to void.
+
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       AT_FULL_COMPILE.
+       * tests/actions.at, tests/regression.at: Use it.
+
 2008-11-07  Akim Demaille  <demaille@gostai.com>
 
        Pass command line location to skeleton_arg and language_argmatch.