CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 07/04/03 11:38:02
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -b -r1.505 -r1.506
--- ChangeLog 2 Apr 2007 12:28:08 -0000 1.505
+++ ChangeLog 3 Apr 2007 11:38:01 -0000 1.506
@@ -1,3 +1,15 @@
+2007-04-02 Eric Blake <[EMAIL PROTECTED]>
+
+ Fix warnings from last commit.
+ * ltdl/m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
+ fprintf-posix sprintf-posix'.
+ * m4/macro.c (expand_macro, trace_format): Use correct specifier
+ for size_t.
+ (process_macro): Avoid negative array index.
+ * src/freeze.c (produce_resyntax_dump, produce_module_dump)
+ (dump_symbol_CB, produce_frozen_state): Use correct specifier for
+ size_t.
+
2007-04-02 Gary V. Vaughan <[EMAIL PROTECTED]>
Get rid of the last 'differs in signedness' compiler warnings:
@@ -8742,7 +8754,7 @@
-----
- $Revision: 1.505 $ $Date: 2007/04/02 12:28:08 $
+ $Revision: 1.506 $ $Date: 2007/04/03 11:38:01 $
Local Variables:
coding: utf-8