m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/ChangeLog,v


From: Gary V. Vaughan
Subject: Changes to m4/ChangeLog,v
Date: Wed, 12 Sep 2007 01:14:50 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Gary V. Vaughan <gary>  07/09/12 01:14:49

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.545
retrieving revision 1.546
diff -u -b -r1.545 -r1.546
--- ChangeLog   7 Sep 2007 22:37:46 -0000       1.545
+++ ChangeLog   12 Sep 2007 01:14:47 -0000      1.546
@@ -1,3 +1,30 @@
+2007-09-12  Gary V. Vaughan  <address@hidden>
+
+       Be consistent about using 'module' for m4_module types and
+       'handle' for lt_dlhandle types:
+
+       * m4/m4private.h (m4_symbol_value): Rename handle element to
+       method.  Changed all references.
+       (VALUE_MODULE, SYMBOL_MODULE): Renamed from VALUE_HANDLE and
+       SYMBOL_HANDLE respectively.  Changed all references.
+       * m4/m4module.h (M4INIT_HANDLER, M4FINISH_HANDLER): Ditto.
+       * m4/builtin.c (m4_builtin_find_by_name)
+       (m4_builtin_find_by_func): Use module as the parameter name for
+       pointers of type 'm4_module'.
+       * m4/module.c (module_remove, m4_get_module_name)
+       (install_builtin_table, install_macro_table)
+       (m4_module_make_resident, m4__module_next, m4_module_refcount):
+       Ditto.
+       * src/freeze.c (produce_module_dump): Ditto.
+       * m4/input.c (m4_input_block): Rename handle element to method.
+       Changed all references.
+       * m4/symtab.c (m4__symtab_remove_module_references): Ditto.
+       * modules/load.c: Use module as the variable name for pointers
+       of type 'm4_module'.
+       * modules/m4.c: Ditto.
+       * modules/perl.c: Ditto.
+       * modules/shadow.c: Ditto.
+
 2007-09-07  Eric Blake  <address@hidden>
 
        Add refcount builtin.
@@ -9218,7 +9245,7 @@
 
        -----
 
-       $Revision: 1.545 $ $Date: 2007/09/07 22:37:46 $
+       $Revision: 1.546 $ $Date: 2007/09/12 01:14:47 $
 
        Local Variables:
        coding: utf-8




reply via email to

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