lua-users home
lua-l archive

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


This has been reported before, but not citing the POSIX standard that
it's not legal to call pclose() on a file that wasn't allocated 
with popen(). Thanks for the reference.

I think this makes it clear that pipes should be moved out of liolib to lposix.
--lhf