CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/07 20:20:38
Modified files:
. : ChangeLog
doc : Makefile.am
src : builtin.c m4.c m4.h macro.c symtab.c
Log message:
* doc/Makefile.am (m4.1): No need to go through a temporary file;
this also ensures timestamps are updated.
* src/m4.h (includes): Require config.h. Assume string.h,
stdlib.h, errno. Include error.h, exit.h, and xalloc.h rather
than prototyping ourselves.
(builtin_func): Add parameter type-checking.
(voidstar): Delete, now that we assume C89.
* src/builtin.c, src/m4.c, src/macro.c, src/symtab.c: All users of
voidstar changed.
* src/m4.c (xfree) [WITH_DMALLOC]: Avoid clash with dmalloc's
xfree.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.99&r2=1.1.1.1.2.100
http://cvs.savannah.gnu.org/viewcvs/m4/doc/Makefile.am?cvsroot=m4&only_with_tag=branch-1_4&r1=1.8.2.4&r2=1.8.2.5
http://cvs.savannah.gnu.org/viewcvs/m4/src/builtin.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.17&r2=1.1.1.1.2.18
http://cvs.savannah.gnu.org/viewcvs/m4/src/m4.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.12&r2=1.1.1.1.2.13
http://cvs.savannah.gnu.org/viewcvs/m4/src/m4.h?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.14&r2=1.1.1.1.2.15
http://cvs.savannah.gnu.org/viewcvs/m4/src/macro.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.5&r2=1.1.1.1.2.6
http://cvs.savannah.gnu.org/viewcvs/m4/src/symtab.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.11&r2=1.1.1.1.2.12
