m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/ChangeLog,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/ChangeLog,v [branch-1_4]
Date: Fri, 13 Oct 2006 22:25:33 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/10/13 22:25:32

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.192
retrieving revision 1.1.1.1.2.193
diff -u -b -r1.1.1.1.2.192 -r1.1.1.1.2.193
--- ChangeLog   13 Oct 2006 13:18:05 -0000      1.1.1.1.2.192
+++ ChangeLog   13 Oct 2006 22:25:32 -0000      1.1.1.1.2.193
@@ -1,5 +1,27 @@
 2006-10-13  Eric Blake  <address@hidden>
 
+       Backport head's usage of clean-temp module, as it is cleaner than
+       using tmpfile-safer.
+       * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
+       clean-temp closeout', and remove tmpfile-safer.
+       * src/m4.h (includes): Adjust.
+       (m4_path_search): Rename from path_search, to avoid collision
+       with gnulib.
+       * src/m4.c (main): Install closeout handler.  Adjust caller.
+       (usage): Now done by closeout module.
+       * src/builtin.c (m4_m4exit): Likewise.
+       (m4_undivert, include): Adjust callers.
+       * src/freeze.c (reload_frozen_state): Likewise.
+       * src/path.c (m4_path_search): Rename from path_search.
+       * src/output.c (output_temp_dir): New variable.
+       (cleanup_tmpfile, m4_tmpfile): New functions, from head.
+       (insert_diversion, make_room_for): Use them.
+       * doc/m4.texinfo (Diversions): Document this, and add a test.
+       (Improved fatal_error): Fix typo.
+       (Maketemp): Port test to mingw, and no longer hide from
+       documentation.
+       * NEWS: Document the change in TMPDIR behavior.
+
        * configure.ac (m4_pattern_forbid): Narrow the range of forbidden
        macros, to work with recent gnulib-tool update.
 
@@ -3097,7 +3119,7 @@
 
        -----
 
-       $Revision: 1.1.1.1.2.192 $ $Date: 2006/10/13 13:18:05 $
+       $Revision: 1.1.1.1.2.193 $ $Date: 2006/10/13 22:25:32 $
 
        Local Variables:
        coding: utf-8




reply via email to

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