CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/08/01 13:05:45
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.141
retrieving revision 1.1.1.1.2.142
diff -u -b -r1.1.1.1.2.141 -r1.1.1.1.2.142
--- ChangeLog 1 Aug 2006 02:53:35 -0000 1.1.1.1.2.141
+++ ChangeLog 1 Aug 2006 13:05:44 -0000 1.1.1.1.2.142
@@ -1,3 +1,18 @@
+2006-08-01 Eric Blake <[EMAIL PROTECTED]>
+
+ * src/input.c (skip_line, next_token): Remember current file in
+ case input file ends abruptly. Addresses debian bug 175365.
+ (pop_input): Defer freeing storage that holds previous file
+ name...
+ (pop_wrapup): to here, after error message is issued.
+ * src/macro.c (expand_argument): Remember current file in case
+ input file ends abruptly.
+ * doc/m4.texinfo (Macro Arguments, Dnl, Changequote, Changecom)
+ (M4wrap): Adjust testsuite accordingly.
+ (Errprint): Document line number limitation of m4wrap.
+ * NEWS: Document this fix.
+ * THANKS: Update.
+
2006-07-31 Eric Blake <[EMAIL PROTECTED]>
* src/input.c (peek_input, next_char, match_input): Be eight-bit
@@ -2695,4 +2710,4 @@
* Initial beta release. Release 0.50, manual 0.05.
- $Revision: 1.1.1.1.2.141 $ $Date: 2006/08/01 02:53:35 $
+ $Revision: 1.1.1.1.2.142 $ $Date: 2006/08/01 13:05:44 $