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: Mon, 28 Aug 2006 12:48:55 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/28 12:48:54

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -b -r1.366 -r1.367
--- ChangeLog   25 Aug 2006 22:06:41 -0000      1.366
+++ ChangeLog   28 Aug 2006 12:48:53 -0000      1.367
@@ -1,3 +1,14 @@
+2006-08-28  Eric Blake  <address@hidden>
+
+       * m4/utility.c (m4_bad_argc): Move assertion out of hot path...
+       * m4/module.c (install_builtin_table): ...to here, and add
+       assertion that blind macros require arguments.
+       * m4/m4module.h (struct m4_builtin): Document restrictions that
+       must be met during module loading.
+       * modules/gnu.c (changeresyntax, changesyntax): These are blind,
+       so require an argument to avoid triggering assertion.
+       (debugfile): Tweak error message.
+
 2006-08-25  Eric Blake  <address@hidden>
 
        * m4/m4module.h (M4_BUILTIN_GROKS_MACRO, M4_BUILTIN_BLIND)
@@ -7191,7 +7202,7 @@
 
        -----
 
-       $Revision: 1.366 $ $Date: 2006/08/25 22:06:41 $
+       $Revision: 1.367 $ $Date: 2006/08/28 12:48:53 $
 
        Local Variables:
        coding: utf-8




reply via email to

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