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: Wed, 27 Sep 2006 13:21:05 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/27 13:21:05

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -b -r1.394 -r1.395
--- ChangeLog   27 Sep 2006 12:24:53 -0000      1.394
+++ ChangeLog   27 Sep 2006 13:21:04 -0000      1.395
@@ -1,5 +1,22 @@
 2006-09-27  Eric Blake  <address@hidden>
 
+       * ltdl/m4/gnulib-cache.m4: Augment with gnulib-tool --import
+       strnlen.
+       * m4/symtab.c (symbol_value_print): Rename to...
+       (m4_symbol_value_print): ...this, and...
+       (m4_symbol_print): Update to allow -L length truncation.  Now
+       truncation also affects dumpdef output and builtin names.
+       * m4/m4private.h (nesting_limit, max_debug_argument_length):
+       Switch to size_t.
+       * m4/m4module.h (m4_symbol_print): Add parameter.
+       (m4_symbol_value_print): New function.
+       * modules/m4.c (dumpdef): Allow length truncation.
+       * m4/macro.c (trace_pre): Use m4_symbol_print, rather than
+       repeating code.
+       * doc/m4.texinfo (Invoking m4): Document -l better.
+       (Dumpdef, Debug Levels): Document the effect of -l.
+       * NEWS: Document this change.
+
        * modules/m4.c (m4_dump_symbols, errprint, m4wrap)
        (m4_expand_ranges): Ensure we aren't picking up partial object on
        obstack.
@@ -7609,7 +7626,7 @@
 
        -----
 
-       $Revision: 1.394 $ $Date: 2006/09/27 12:24:53 $
+       $Revision: 1.395 $ $Date: 2006/09/27 13:21:04 $
 
        Local Variables:
        coding: utf-8




reply via email to

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