m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/ChangeLog,v


From: Eric Blake
Subject: Changes to m4/ChangeLog,v
Date: Tue, 05 Sep 2006 23:16:40 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/05 23:16:40

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -b -r1.376 -r1.377
--- ChangeLog   5 Sep 2006 17:28:45 -0000       1.376
+++ ChangeLog   5 Sep 2006 23:16:39 -0000       1.377
@@ -1,3 +1,25 @@
+2006-09-05  Eric Blake  <address@hidden>
+
+       * m4/m4module.h (m4_debug_message): New prototype.
+       (M4_DEBUG_TRACE_MODULE): New debug bit.
+       * m4/m4private.h (M4_DEBUG_MESSAGE, M4_DEBUG_MESSAGE1)
+       (M4_DEBUG_MESSAGE2): Delete these macros.
+       * m4/debug.c (m4_debug_message): New method.
+       (m4_debug_decode): Add module tracing as flag `m'.
+       * m4/input.c (m4_push_file, file_clean): Use new method.
+       * m4/path.c (m4_path_search): Likewise.
+       * po/Makevars (XGETTEXT_OPTIONS): Likewise.
+       * m4/module.c (install_builtin_table, install_macro_table)
+       (m4__module_open, module_close, module_remove): Promote several
+       module debug messages outside of DEBUG_MODULES.
+       (m4__module_init, module_remove) [DEBUG_MODULES]: Don't mix
+       DEBUG_MODULES with normal trace output.
+       * src/main.c (usage): Document new flag.
+       * doc/m4.texinfo (Debug Levels): Likewise.
+       * Makefile.am ($(TESTSUITE)): Add missing dependency.
+       * tests/m4.in: Neutralize platform-dependent module filenames.
+       * tests/options.at (--debug): Update expected output.
+
 2006-09-05  Ralf Wildenhues  <address@hidden>
 
        * doc/m4.texinfo: Fix some typos.
@@ -7342,7 +7364,7 @@
 
        -----
 
-       $Revision: 1.376 $ $Date: 2006/09/05 17:28:45 $
+       $Revision: 1.377 $ $Date: 2006/09/05 23:16:39 $
 
        Local Variables:
        coding: utf-8




reply via email to

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