Index: m4/ChangeLog
diff -u m4/ChangeLog:1.1.1.1.2.49 m4/ChangeLog:1.1.1.1.2.50
--- m4/ChangeLog:1.1.1.1.2.49   Wed May 31 22:54:13 2006
+++ m4/ChangeLog        Thu Jun  1 00:09:06 2006
@@ -1,4 +1,17 @@
 2006-05-31  Eric Blake  <[EMAIL PROTECTED]>
+           John Brzustowski  <[EMAIL PROTECTED]>
+
+       * src/input.c (input_stack): Delete; use current_input instead.
+       (wrapup_stack): Dynamically allocate, so that recursion is handled
+       properly.
+       (push_wrapup): Use current wrapup stack.
+       (pop_wrapup): Rotate wrapup stack to current, and create new
+       wrapup stack.
+       (input_init): Dynamically allocate stacks.
+       * NEWS: Update, now that recursive m4wrap can no longer cause
+       core dump.
+
+2006-05-31  Eric Blake  <[EMAIL PROTECTED]>
 
        * lib/getopt.c: Fix copyright year.
        * lib/obstack.c: Ditto.
@@ -1918,4 +1931,4 @@
 
        * Initial beta release.  Release 0.50, manual 0.05.
 
-       $Revision: 1.1.1.1.2.49 $ $Date: 2006/05/31 22:54:13 $
+       $Revision: 1.1.1.1.2.50 $ $Date: 2006/06/01 00:09:06 $


Reply via email to