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, 25 May 2007 17:27:38 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/05/25 17:27:37

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.263
retrieving revision 1.1.1.1.2.264
diff -u -b -r1.1.1.1.2.263 -r1.1.1.1.2.264
--- ChangeLog   25 May 2007 12:58:49 -0000      1.1.1.1.2.263
+++ ChangeLog   25 May 2007 17:27:35 -0000      1.1.1.1.2.264
@@ -1,5 +1,23 @@
 2007-05-25  Eric Blake  <address@hidden>
 
+       Fix sync line interaction with multiline comments.
+       * doc/m4.texinfo (Other Incompatibilities): Add example, and
+       document bug in --syncline/divert interaction.
+       (Preprocessor features): Augment test.
+       * src/m4.h (output_text): Export.
+       (shipout_text, next_token): Add parameter.
+       * src/freeze.c (reload_frozen_state): Don't interfere with
+       synclines when reloading state.
+       * src/output.c (output_text): Export.
+       (shipout_text): Take new parameter for start line of token.
+       Output at most one syncline per token.
+       * src/input.c (next_token): Report line where multiline tokens
+       start.
+       * src/macro.c (expand_input, expand_token, expand_argument):
+       Adjust callers so that line is passed from input to output.
+       * NEWS: Document this fix.
+       Reported by Sergey Poznyakoff.
+
        Test -s in testsuite.
        * doc/m4.texinfo (Preprocessor features): Add a test.
        * checks/get-them: Support extra options in testsuite.
@@ -10,7 +28,7 @@
 2007-05-24  Eric Blake  <address@hidden>
 
        Support POSIX flush semantics on all platforms.
-       * m4/gnulib-cache.m4: Remove closout, and augment with
+       * m4/gnulib-cache.m4: Remove closeout, and augment with
        'gnulib-tool --import closein fflush'.
        * src/m4.h (includes): Use closein, not closeout.
        * src/m4.c (main): Ensure stdin is flushed when not all input is
@@ -3636,7 +3654,7 @@
 
        -----
 
-       $Revision: 1.1.1.1.2.263 $ $Date: 2007/05/25 12:58:49 $
+       $Revision: 1.1.1.1.2.264 $ $Date: 2007/05/25 17:27:35 $
 
        Local Variables:
        coding: utf-8




reply via email to

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