m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/ChangeLog,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/ChangeLog,v [branch-1_4]
Date: Wed, 01 Nov 2006 22:29:09 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/11/01 22:29:08

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.213
retrieving revision 1.1.1.1.2.214
diff -u -b -r1.1.1.1.2.213 -r1.1.1.1.2.214
--- ChangeLog   1 Nov 2006 13:44:53 -0000       1.1.1.1.2.213
+++ ChangeLog   1 Nov 2006 22:29:07 -0000       1.1.1.1.2.214
@@ -1,5 +1,24 @@
 2006-11-01  Eric Blake  <address@hidden>
 
+       Allow C++ compilation on Linux, as a safety measure in type
+       checking.
+       * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
+       stdbool'.
+       * src/m4.h (hack_symbol, hack_all_symbols): Use full prototype.
+       (boolean): Kill this, and use stdbool.h instead.
+       * src/debug.c, src/eval.c, src/input.c, src/macro.c, src/m4.c:
+       * src/output.c, src/symtab.c: All users changed.
+       * src/symtab.c (hack_all_symbols): Update prototype.
+       * src/builtin.c (dump_symbol, set_trace): Update signature.
+       (m4_dumpdef, m4_traceon, m4_traceoff): Update callers.
+       (mkstemp_helper, m4_m4wrap, expand_ranges, m4_translit): Allow
+       C++ compilation.
+       * src/debug.c (trace_flush): Likewise.
+       * src/freeze.c (reload_frozen_state): Likewise.
+       * src/input.c (push_file, push_string_finish, push_wrapup):
+       (token_bottom, next_token): Likewise.
+       * src/m4.c (main): Likewise.
+
        * doc/m4.texinfo (Invoking m4): Update according to POSIX 200x
        draft wording.
        * src/m4.h (m4_path_search): Tweak signature.
@@ -3278,7 +3297,7 @@
 
        -----
 
-       $Revision: 1.1.1.1.2.213 $ $Date: 2006/11/01 13:44:53 $
+       $Revision: 1.1.1.1.2.214 $ $Date: 2006/11/01 22:29:07 $
 
        Local Variables:
        coding: utf-8




reply via email to

[Prev in Thread] Current Thread [Next in Thread]