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: Fri, 15 Sep 2006 03:37:55 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/15 03:37:54

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -b -r1.382 -r1.383
--- ChangeLog   14 Sep 2006 03:37:47 -0000      1.382
+++ ChangeLog   15 Sep 2006 03:37:53 -0000      1.383
@@ -1,3 +1,19 @@
+2006-09-14  Eric Blake  <address@hidden>
+
+       Add --safer option, per debian bug 5898.
+       * src/main.c (usage): Document new option.
+       (SAFER_OPTION): New enumerator.
+       (main): Set the option bit.
+       * m4/m4module.h (m4_context_opt_bit_table): Declare new bit
+       accessors.
+       * m4/m4private.h (M4_OPT_SAFER_BIT): New macro.
+       (m4_get_safer_opt): New accessor.
+       * modules/gnu.c (esyscmd, debugfile): Disable when --safer.
+       * modules/m4.c (syscmd, maketemp): Likewise.
+       * doc/m4.texinfo (Invoking m4, Debug Output, Syscmd, Esyscmd)
+       (Sysval, Maketemp): Add tests of this.
+       * tests/options.at (--safer): Likewise.
+
 2006-09-13  Eric Blake  <address@hidden>
 
        * tests/modules.at (AT_CHECK_M4_MODTEST): Use AT_CHECK_M4, for
@@ -7431,7 +7447,7 @@
 
        -----
 
-       $Revision: 1.382 $ $Date: 2006/09/14 03:37:47 $
+       $Revision: 1.383 $ $Date: 2006/09/15 03:37:53 $
 
        Local Variables:
        coding: utf-8




reply via email to

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