lua-users home
lua-l archive

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


On 5/23/05, Mike Pall <mikelu-0505@mike.de> wrote:
>
> > On Monday 23 May 2005 03:33, William Trenker wrote:
> > [...]
> > >     int ok = (pclose(f) != -1) || (fclose(f) == 0);     // <<<---
> > > PROBLEM IS HERE
> >
> [...] Patch against Lua 5.0.2 attached.

Thanks, Mike, for the patch.   Do you have any insight on the "best"
way to do pipes in Lua 5.1?  Since it is not going to be included in
the standard libraries (at least that's what the mailing list says),
do you know of an addon library that supports pipes?

Thanks again,
Bill