CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/11/13 23:25:08
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.220
retrieving revision 1.1.1.1.2.221
diff -u -b -r1.1.1.1.2.220 -r1.1.1.1.2.221
--- ChangeLog 13 Nov 2006 19:10:56 -0000 1.1.1.1.2.220
+++ ChangeLog 13 Nov 2006 23:25:08 -0000 1.1.1.1.2.221
@@ -1,5 +1,17 @@
2006-11-13 Eric Blake <[EMAIL PROTECTED]>
+ * src/output.c (cleanup_tmpfile): Avoid double error message when
+ umask is prohibitive.
+ (m4_tmpname, m4_tmpopen, m4_tmpclose, m4_tmpremove): New
+ functions.
+ (m4_tmpfile): Add parameter, move cloexec action here.
+ (make_room_for): Adjust caller. Don't keep too many files open.
+ (insert_diversion_helper): Unlink emptied temp files.
+ (make_diversion): Don't keep too many files open.
+ * doc/m4.texinfo (Diversions): Tweak wording, now that open file
+ descriptors are no longer a limiting factor.
+ * NEWS: Document this change.
+
Backport sparse diversion handling from head.
* m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
avltree-oset'.
@@ -3341,7 +3353,7 @@
-----
- $Revision: 1.1.1.1.2.220 $ $Date: 2006/11/13 19:10:56 $
+ $Revision: 1.1.1.1.2.221 $ $Date: 2006/11/13 23:25:08 $
Local Variables:
coding: utf-8