CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/10/26 04:45:31
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.204
retrieving revision 1.1.1.1.2.205
diff -u -b -r1.1.1.1.2.204 -r1.1.1.1.2.205
--- ChangeLog 25 Oct 2006 20:54:39 -0000 1.1.1.1.2.204
+++ ChangeLog 26 Oct 2006 04:45:30 -0000 1.1.1.1.2.205
@@ -1,5 +1,12 @@
2006-10-25 Eric Blake <[EMAIL PROTECTED]>
+ * src/output.c (make_diversion): Avoid size_t overflow.
+ * doc/m4.texinfo (Diversions): Test this fix.
+ * src/input.c (input_block): Remove unused member. Reduce size
+ of struct.
+ (push_file, pop_input): Avoid useless assignment.
+ * NEWS: Document the bug fix.
+
Redo location tracking. Instead of having just files track the
line to return to when popping input, now all input blocks track
their current line.
@@ -3220,7 +3227,7 @@
-----
- $Revision: 1.1.1.1.2.204 $ $Date: 2006/10/25 20:54:39 $
+ $Revision: 1.1.1.1.2.205 $ $Date: 2006/10/26 04:45:30 $
Local Variables:
coding: utf-8