lua-users home
lua-l archive

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


The IO library is as it is because (I guess) it is standard C runtime.
However, I have copied and modified the iolib.c code for so many io variants
that I have lost count.

A universal solution in 5.2 would be nice.

So, maybe an interface that can be OS file handles/fds or FILE* or FastCGI io
handles or etc etc...

DB