pipestatus-0.3.0 from your FAQ is packed to tarball

pipestatus-0.3.0 from your FAQ is packed to tarball

am 29.09.2007 21:05:17 von Aleksey Cheusov

Hello.

Some time ago in FAQ of this news group I've found the pipestatus code
for a POSIX shell. I rewrote some parts of it, added some goodies
and packed it to the versioned tarball. You can download it from here

http://mova.org/~cheusov/pub/pipestatus/

Suggestions, bug reports etc. are always welcomed.

--
Best regards, Aleksey Cheusov.

Re: pipestatus-0.3.0 from your FAQ is packed to tarball

am 09.10.2007 23:23:54 von Aleksey Cheusov

> Hello.

> Some time ago in FAQ of this news group I've found the pipestatus code
> for a POSIX shell. I rewrote some parts of it, added some goodies
> and packed it to the versioned tarball. You can download it from here

> http://mova.org/~cheusov/pub/pipestatus/

> Suggestions, bug reports etc. are always welcomed.

I've registered pipestatus at sourceforge.
Now it is hosted here

http://sourceforge.net/projects/pipestatus

Latest news:

0.4.0
- FIXED: 'check_status_re' and therefore 'runpipe_re'

- ADDED: support for shells that do not support $10, $11 etc.
That is now loooong pipes are supported in such shells.

- FIXES: fixes for 'set -e' mode including those specific to
Korn shell and its derivatives

- ADDED: new variable 'pipestatus_all' is also
set by runpipe* functions. It keeps exit statuses of
all programs separated by space.

- ADDED: script for testing pipestatus (selftest)
and new Makefile target 'test'.
Now you can test 'pipstatus' on with system by running
'/your/favourite/shell selftest'
or
'make test' (/bin/sh is used in this case)

- documentation updates

- grep is used instead of egrep by 'check_status_re'

- function 'pipestatus_clear_all_vars' removed

--
Best regards, Aleksey Cheusov.