Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more protected global variables; using upvalues to store tags. | Roberto Ierusalimschy | 1997-11-28 | 1 | -35/+48 |
* | global variables starting with '.' are protected in Lua (temporarily at | Roberto Ierusalimschy | 1997-11-27 | 1 | -25/+28 |
* | make sure there is no mem problems, using %.ns instead of %s for luaV_error. | Roberto Ierusalimschy | 1997-11-19 | 1 | -2/+2 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -12/+25 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -2/+2 |
* | "read" & "write" may receive a file handler as first argument | Roberto Ierusalimschy | 1997-10-30 | 1 | -9/+27 |
* | better control over closed files | Roberto Ierusalimschy | 1997-09-23 | 1 | -3/+11 |
* | Standard I/O (and system) library | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+359 |