nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-1402-gfbb92a8
Date: Wed, 17 May 2017 23:31:58 -0400 (EDT)

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 "The nmh Mail Handling System".

The branch, master has been updated
       via  fbb92a858ba6b30b8110c0f3aa05e9376e4fe418 (commit)
      from  d11f8c6ba92fc28c3ea4d76676ff7d5148c36d7d (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 fbb92a858ba6b30b8110c0f3aa05e9376e4fe418
Author: Ken Hornstein <address@hidden>
Date:   Wed May 17 23:28:02 2017 -0400

    After further reflection, I decided I didn't like that previous
    implementation.  Instead, allocate two ptys and connect one to standard
    input and the other to standard output and standard error of the child
    process.  After the first data is received from the slave, close the
    master connected to standard input; that will generate an EOF on input
    to the child process.  This ends up being much cleaner than looping and
    waiting to send the EOF character to the child process.

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

Summary of changes:
 test/runpty.c | 114 ++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 64 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

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