m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/ChangeLog,v


From: Eric Blake
Subject: Changes to m4/ChangeLog,v
Date: Fri, 25 Aug 2006 19:23:03 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/25 19:23:02

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- ChangeLog   25 Aug 2006 18:02:17 -0000      1.364
+++ ChangeLog   25 Aug 2006 19:23:01 -0000      1.365
@@ -1,3 +1,28 @@
+2006-08-25  Eric Blake  <address@hidden>
+
+       * tests/options.at (debug-flags): Update to reflect new message.
+       (deprecated options, prepend-include, help and version): New
+       tests.
+       * tests/testsuite.at (AT_CHECK_M4): Avoid hanging testsuite if
+       test omits an input file name.
+       * src/main.c (long_options, main): Add -B/--prepend-include.
+       (usage): Document it.
+       (main): `m4 --help --version' now displays help, not version.
+       * ltdl/m4/gnulib-cache.m4: Augment with gnulib-tool --import
+       dirname filenamecat.
+       * m4/m4module.h (m4_add_include_directory): Add parameter.
+       * m4/m4private.h (m4__include_init): New prototype.
+       * m4/m4.c (m4_create): Put `.' on path before options are
+       collected.
+       * m4/path.c (includes): Assume C89.  Use gnulib for file name
+       management.
+       (m4__include_init): New function.
+       (search_path_add): Allow prepending.
+       (m4_add_include_directory, search_path_env_init): Adjust callers.
+       (m4_path_search): Relative names now invoke path search, since
+       `.' might not be first.
+       * doc/m4.texinfo (Invoking m4, Search Path): Document new option.
+
 2006-08-25  Bruno Haible  <address@hidden>  (tiny change)
        and Eric Blake  <address@hidden>
 
@@ -7134,7 +7159,7 @@
 
        -----
 
-       $Revision: 1.364 $ $Date: 2006/08/25 18:02:17 $
+       $Revision: 1.365 $ $Date: 2006/08/25 19:23:01 $
 
        Local Variables:
        coding: utf-8




reply via email to

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