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=7a3357d8ae3ce5b17fe4f58597209985545cc6b9 The branch, branch-1.6 has been updated via 7a3357d8ae3ce5b17fe4f58597209985545cc6b9 (commit) from 1afef04710a2cecb54029ecd227a7e250d1b13f9 (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 7a3357d8ae3ce5b17fe4f58597209985545cc6b9 Author: Eric Blake <[email protected]> Date: Mon Aug 17 15:33:42 2009 -0600 Enhance test with closed descriptors. * doc/m4.texinfo (Command line files): Enhance test from 2009-07-20 to actually test the bug being fixed. Signed-off-by: Eric Blake <[email protected]> (cherry picked from commit 3a75b2ffc1d1e2d60faf1f07b4b58349d04c3e5a) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ doc/m4.texinfo | 4 +++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index c0a4a9d..7347e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-08-17 Eric Blake <[email protected]> + Enhance test with closed descriptors. + * doc/m4.texinfo (Command line files): Enhance test from + 2009-07-20 to actually test the bug being fixed. + +2009-08-17 Eric Blake <[email protected]> + Update copyright year. * AUTHORS: Run UPDATE_COPYRIGHT_FORCE=1 make update-copyright. * Makefile.am: Likewise. diff --git a/doc/m4.texinfo b/doc/m4.texinfo index cacc4b9..248bb57 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1078,10 +1078,12 @@ ifdef(`__unix__', , `errprint(` skipping: syscmd does not have unix semantics ')m4exit(`77')')dnl changequote(`[', `]')dnl -syscmd([echo 'esyscmd(echo hi >&2)dnl' > tmp.m4 \ +syscmd([echo 'esyscmd(echo hi >&2 && echo err"print(bye +)d"nl)dnl' > tmp.m4 \ && ']__program__[' tmp.m4 <&- >&- \ && rm tmp.m4])sysval @error{}hi +...@error{}bye @result{}0 @end example @end ignore hooks/post-receive -- GNU M4 source repository
