From 5053ea39ff884a26e4f295ef081414bf2704c37a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 16 May 2015 00:27:06 +0000 Subject: - bugfix for forbacktickx: now stdin is correctly transmitted to the loop - possible bugfix for forstdin: -p was failing in some cases with ECHILD in the final waitn. I couldn't figure it out (the code looked right...) so I changed the logic, scrapping the call to waitn. - rc for 2.1.2.2 --- doc/forbacktickx.html | 6 ++++-- doc/index.html | 2 +- doc/upgrade.html | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/forbacktickx.html b/doc/forbacktickx.html index d20bb72..4398b64 100644 --- a/doc/forbacktickx.html +++ b/doc/forbacktickx.html @@ -78,9 +78,11 @@ split x. diff --git a/doc/index.html b/doc/index.html index 1fdb782..ec95332 100644 --- a/doc/index.html +++ b/doc/index.html @@ -67,7 +67,7 @@ library.

Download

diff --git a/doc/upgrade.html b/doc/upgrade.html index 28bf1bc..148c692 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@

What has changed in execline

+

in 2.1.2.2

+ + +

in 2.1.2.1