CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/11/01 13:44:54

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.212
retrieving revision 1.1.1.1.2.213
diff -u -b -r1.1.1.1.2.212 -r1.1.1.1.2.213
--- ChangeLog   31 Oct 2006 14:13:41 -0000      1.1.1.1.2.212
+++ ChangeLog   1 Nov 2006 13:44:53 -0000       1.1.1.1.2.213
@@ -1,3 +1,15 @@
+2006-11-01  Eric Blake  <[EMAIL PROTECTED]>
+
+       * doc/m4.texinfo (Invoking m4): Update according to POSIX 200x
+       draft wording.
+       * src/m4.h (m4_path_search): Tweak signature.
+       * src/path.c (m4_path_search): Likewise.
+       * src/builtin.c (include): Update caller.
+       * src/m4.c (main): Allow -D, -U, -t, and -s to be interspersed
+       with file names.  Don't write to **argv.
+       (process_file): New helper method.
+       * NEWS: Document this fix.
+
 2006-10-31  Eric Blake  <[EMAIL PROTECTED]>
 
        * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import strstr'.
@@ -3266,7 +3278,7 @@
 
        -----
 
-       $Revision: 1.1.1.1.2.212 $ $Date: 2006/10/31 14:13:41 $
+       $Revision: 1.1.1.1.2.213 $ $Date: 2006/11/01 13:44:53 $
 
        Local Variables:
        coding: utf-8


Reply via email to