]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/output.c (output, prepare): Make sure the values of the
[bison.git] / ChangeLog
index 594e4d28549f9a511cc933dde504f7b14003de6e..b98d47fd66480fb5170d560ad0aaa7b640344cb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2001-12-10  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (output, prepare): Make sure the values of the
+       muscles `action' and `prologue' are 0-terminated.
+
+2001-12-10  Akim Demaille  <akim@epita.fr>
+
+       Clean up GCC warnings.
+
+       * src/reader.c (copy_action): `buf' is not used.
+       (parse_skel_decl): Be static.
+       * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
+       * src/options.h (create_long_option_table): Have a real prototype.
+       * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
+       (hash_delete_at): Return const void *.
+       Adjust casts to preserve the const.
+
 2001-12-10  Akim Demaille  <akim@epita.fr>
 
        * configure.in: Require 2.52g.