]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Handles several --enable-gcc-warnings.
[bison.git] / ChangeLog
index 2b31a12cdb055e9c352f7898da0141376a1265f0..db9bf08c305fe92bfcff4bf11cf509ccb36f1768 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-11-17  Di-an Jan  <dianj@freeshell.org>
+
+       Handles several --enable-gcc-warnings.
+       * src/getargs.c (command_line_location): Set parameters to void.
+       * src/output.c (symbol_type_name_cmp): Make static.
+       (symbols_by_type_name): Set parameters to void.
+       (symbol_definitions_output): Remove unused parameter.  Rename as...
+       (prepare_symbol_definitions): this.
+       (muscles_output): Move symbol_definitions_output to...
+       (output): here as prepare_symbol_definitions.
+       * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
+       (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed. 
+
+2008-11-17  Di-an Jan  <dianj@freeshell.org>
+
+       * tests/c++.at (AT_CHECK_VARIANTS): Fixes tests 198-202.
+       Use AT_DATA_GRAMMAR instead of AT_DATA for compiled tests.
+
 2008-11-16  Akim Demaille  <demaille@gostai.com>
 
        Add missing $(EXEEXT).
 2008-11-13  Akim Demaille  <demaille@gostai.com>
 
        Compute at M4 time some of the subtractions.
-       * data/lalr1.cc (b4_substract): New.
+       * data/lalr1.cc (b4_subtract): New.
        (b4_rhs_data): Use it.
 
 2008-11-13  Akim Demaille  <demaille@gostai.com>