autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.68-7-gb


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-7-gb42491e
Date: Wed, 20 Oct 2010 23:01:30 +0000

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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=b42491e3237735a9d31f6578ca4887f8be6b6742

The branch, master has been updated
       via  b42491e3237735a9d31f6578ca4887f8be6b6742 (commit)
      from  c6b151d0e24f9670695ec6f3ef13f838ef9d05fc (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 b42491e3237735a9d31f6578ca4887f8be6b6742
Author: Eric Blake <address@hidden>
Date:   Wed Oct 20 16:56:40 2010 -0600

    docs: document dash bug in <>
    
    * doc/autoconf.texi (File Descriptors): Dash 0.5.5 truncates on
    <>; at least this was fixed in dash 0.5.6.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |   12 ++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9217438..34b3be4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-20  Eric Blake  <address@hidden>
+
+       docs: document dash bug in <>
+       * doc/autoconf.texi (File Descriptors): Dash 0.5.5 truncates on
+       <>; at least this was fixed in dash 0.5.6.
+
 2010-10-12  Ralf Wildenhues  <address@hidden>
 
        tests: avoid AC_CACHE_CHECK test failure with dash.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index b957083..adbdded 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -15060,6 +15060,18 @@ $ @kbd{echo hi >&5}
 bash: echo: write error: Communication error on send
 @end example
 
address@hidden
+Furthermore, versions of @command{dash} before 0.5.6 mistakenly truncate
+regular files when using @samp{<>}:
+
address@hidden
+$ @kbd{echo a > file}
+$ @kbd{bash -c ': 1<>file'; cat file}
+a
+$ @kbd{dash -c ': 1<>file'; cat file}
+$ rm a
address@hidden example
+
 When catering to old systems, don't redirect the same file descriptor
 several times, as you are doomed to failure under Ultrix.
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]