summaryrefslogtreecommitdiff
path: root/liolib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global variables starting with '.' are protected in Lua (temporarily atRoberto Ierusalimschy1997-11-271-25/+28
| | | | least...)
* make sure there is no mem problems, using %.ns instead of %s for luaV_error.Roberto Ierusalimschy1997-11-191-2/+2
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-12/+25
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-041-2/+2
|
* "read" & "write" may receive a file handler as first argumentRoberto Ierusalimschy1997-10-301-9/+27
|
* better control over closed filesRoberto Ierusalimschy1997-09-231-3/+11
|
* Standard I/O (and system) libraryRoberto Ierusalimschy1997-09-161-0/+359