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, 06 Oct 2006 18:24:32 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/10/06 18:24:32

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -b -r1.407 -r1.408
--- ChangeLog   6 Oct 2006 15:24:10 -0000       1.407
+++ ChangeLog   6 Oct 2006 18:24:31 -0000       1.408
@@ -1,5 +1,20 @@
 2006-10-06  Eric Blake  <address@hidden>
 
+       Replace uses of tmpfile with clean-temp, since tmpfile is
+       incompatible with closeout.
+       * tests/builtins.at (esyscmd, syscmd): Don't use pipe; it loses
+       exit status of m4.
+       * tests/others.at (stderr closed): Likewise.
+       * tests/testsuite.at (M4_ONE_MEG_DEFN): Actually hit one meg.
+       * ltdl/m4/gnulib-cache.m4: Augment with gnulib-tool --import
+       clean-temp.
+       * m4/output.c [!HAVE_TMPFILE]: Delete dead code.
+       (m4_tmpfile, cleanup_tmpfile): New functions.
+       (make_room_for, m4_insert_diversion): Use clean-temp module.
+       * configure.ac (AC_CHECK_FUNCS_ONCE): No longer check for
+       tmpfile.
+       * doc/m4.texinfo (Diversions): Document new use of $TMPDIR.
+
        * m4/utility.c (m4_numeric_arg): Merge from branch.
        * modules/gnu.c (debuglen): New builtin.
        * src/main.c (usage, ARGLENGTH_OPTION, long_options, main):
@@ -7748,7 +7763,7 @@
 
        -----
 
-       $Revision: 1.407 $ $Date: 2006/10/06 15:24:10 $
+       $Revision: 1.408 $ $Date: 2006/10/06 18:24:31 $
 
        Local Variables:
        coding: utf-8




reply via email to

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