m4-commit
[Top][All Lists]
Advanced

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

m4 ChangeLog Makefile.am doc/m4.texinfo m4/debu...


From: Eric Blake
Subject: m4 ChangeLog Makefile.am doc/m4.texinfo m4/debu...
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

Modified files:
        .              : ChangeLog Makefile.am 
        doc            : m4.texinfo 
        m4             : debug.c input.c m4module.h m4private.h module.c 
                         path.c 
        po             : Makevars 
        src            : main.c 
        tests          : m4.in options.at 

Log message:
        * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&r1=1.376&r2=1.377
http://cvs.savannah.gnu.org/viewcvs/m4/Makefile.am?cvsroot=m4&r1=1.42&r2=1.43
http://cvs.savannah.gnu.org/viewcvs/m4/doc/m4.texinfo?cvsroot=m4&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/m4/m4/debug.c?cvsroot=m4&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/m4/m4/input.c?cvsroot=m4&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/m4/m4/m4module.h?cvsroot=m4&r1=1.82&r2=1.83
http://cvs.savannah.gnu.org/viewcvs/m4/m4/m4private.h?cvsroot=m4&r1=1.58&r2=1.59
http://cvs.savannah.gnu.org/viewcvs/m4/m4/module.c?cvsroot=m4&r1=1.44&r2=1.45
http://cvs.savannah.gnu.org/viewcvs/m4/m4/path.c?cvsroot=m4&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/m4/po/Makevars?cvsroot=m4&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/m4/src/main.c?cvsroot=m4&r1=1.78&r2=1.79
http://cvs.savannah.gnu.org/viewcvs/m4/tests/m4.in?cvsroot=m4&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/m4/tests/options.at?cvsroot=m4&r1=1.6&r2=1.7




reply via email to

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