CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/07/07 20:20:38
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.99
retrieving revision 1.1.1.1.2.100
diff -u -b -r1.1.1.1.2.99 -r1.1.1.1.2.100
--- ChangeLog 7 Jul 2006 03:37:26 -0000 1.1.1.1.2.99
+++ ChangeLog 7 Jul 2006 20:20:37 -0000 1.1.1.1.2.100
@@ -1,3 +1,17 @@
+2006-07-07 Eric Blake <[EMAIL PROTECTED]>
+
+ * 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.
+
2006-07-06 Eric Blake <[EMAIL PROTECTED]>
* m4/gnulib-cache.m4: Augment with gnulib-tool --import
@@ -2387,4 +2401,4 @@
* Initial beta release. Release 0.50, manual 0.05.
- $Revision: 1.1.1.1.2.99 $ $Date: 2006/07/07 03:37:26 $
+ $Revision: 1.1.1.1.2.100 $ $Date: 2006/07/07 20:20:37 $