[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: argv_ref patch 28: handle NUL in warning messages
From: |
Eric Blake |
Subject: |
Re: argv_ref patch 28: handle NUL in warning messages |
Date: |
Mon, 16 Feb 2009 20:37:17 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Eric Blake <ebb9 <at> byu.net> writes:
> I'm still going rather slowly at porting the argv_ref branch into master.
> * doc/m4.texinfo (Syntax, Mkstemp, Using frozen files): Adjust
> tests.
> * examples/null.m4: Likewise.
> * examples/null.out: Likewise.
> * examples/null.err: Likewise.
I'm not sure what went wrong, but I must have pushed an early version of my
intended commit. branch-1.6 fails its testsuite without this followup.
From: Eric Blake <address@hidden>
Date: Mon, 16 Feb 2009 13:29:36 -0700
Subject: [PATCH] Fix bogus testsuite failure from 2009-02-11.
* examples/null.err: Fix typo.
Signed-off-by: Eric Blake <address@hidden>
---
ChangeLog | 5 +++++
examples/null.err | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e216c4a..2097dd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-16 Eric Blake <address@hidden>
+
+ Fix bogus testsuite failure from 2009-02-11.
+ * examples/null.err: Fix typo.
+
2009-02-12 Eric Blake <address@hidden>
Avoid quadratic code when walking definition stack.
diff --git a/examples/null.err b/examples/null.err
index 8446d78..32c85b3 100644
--- a/examples/null.err
+++ b/examples/null.err
@@ -70,6 +70,6 @@ traceon:
m4trace: -1- address@hidden(address@hidden') -> `strange: address@hidden'
m4trace: -1- body -> address@hidden@'
undefine:
-m4:examples/null.m4:208: Warning: undefine: undefined macro `-\0-'
+m4:examples/null.m4:211: Warning: undefine: undefined macro `-\0-'
undivert:
m4:examples/null.m4:214: Warning: undivert: invalid file name `1\0001'
--
1.6.1.2