m4-commit
[Top][All Lists]
Advanced

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

m4 ./ChangeLog m4/builtin.c m4/m4module.h m4/m4...


From: Gary V. Vaughan
Subject: m4 ./ChangeLog m4/builtin.c m4/m4module.h m4/m4...
Date: Mon, 16 Jun 2003 12:29:06 -0400

CVSROOT:        /cvsroot/m4
Module name:    m4
Branch:         
Changes by:     Gary V. Vaughan <address@hidden>        03/06/16 12:29:06

Modified files:
        .              : ChangeLog 
        m4             : builtin.c m4module.h m4private.h module.c 
                         symtab.c 
        modules        : load.c m4.c 
        src            : freeze.c 

Log message:
        Further refactoring to stabilise the module API.  Renaming some
        functions for orthogonality, and judicious definition migration to
        move things out of the set of exported symbols.
        
        * doc/STYLE: New file.  Notes on coding style.
        * m4/m4module.c: Updated bitrotted docucomment at the top of the
        file.
        (m4_module_name, m4_module_builtins, m4_module_macros): Renamed to
        m4_get_module_name, m4_get_module_builtin_table,
        m4_get_module_macro_table which are verb phrases.  Changed all
        callers.
        * m4/builtin.c (m4_builtin_table_install, m4_macro_table_install):
        Moved to...
        * m4/module.c (m4_set_module_builtin_table)
        (m4_set_module_macro_table): ...here, and renamed. Changed all
        callers.
        * m4/m4module.c (m4_module_data): This...
        * m4/m4private.c (struct m4_module_data): ...and this...
        * m4/module.c (module_data) ...consolidated here and no longer
        exported.  Changed all callers.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/ChangeLog.diff?tr1=1.175&tr2=1.176&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/builtin.c.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/m4module.h.diff?tr1=1.46&tr2=1.47&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/m4private.h.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/module.c.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/m4/symtab.c.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/modules/load.c.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/modules/m4.c.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/m4/m4/src/freeze.c.diff?tr1=1.26&tr2=1.27&r1=text&r2=text





reply via email to

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