This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=9efc548aad2fc46de44ecc8bf0c163b6d99266a3 The branch, branch-1.4 has been updated via 9efc548aad2fc46de44ecc8bf0c163b6d99266a3 (commit) from 349bbb7400ee079878cb5859ee850a2b34a74c40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9efc548aad2fc46de44ecc8bf0c163b6d99266a3 Author: Eric Blake <[EMAIL PROTECTED]> Date: Thu Aug 21 07:36:09 2008 -0600 Fix partial commit. Fix crash with traced defn(undef), regression from 2007-08-09. * src/builtin.c (m4_defn): Handle traced but undefined macros. * doc/m4.texinfo (Trace): Test it. * NEWS: Document it. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 0190fa8..3520c24 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ Foundation, Inc. ** Fix regression introduced in 1.4.7 where `m4 -N9' died with an assertion failure. +** Fix regression introduced in 1.4.11 where `defn' died with an assertion + failure on a traced but undefined macro. + ** New `-g'/`--gnu' command-line option overrides `-G'/`--traditional'. For now, the environment variable POSIXLY_CORRECT has no effect on M4 behavior; but a future release of M4 will behave as though --traditional hooks/post-receive -- GNU M4 source repository
