Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -12/+18 | |
| | ||||||
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 1 | -9/+11 | |
| | | | | trivial to make currying. | |||||
* | some details related to OLD_ANSI | Roberto Ierusalimschy | 1997-12-26 | 1 | -2/+1 | |
| | ||||||
* | sorting the includes... | Roberto Ierusalimschy | 1997-12-18 | 1 | -3/+3 | |
| | ||||||
* | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 1997-12-18 | 1 | -12/+9 | |
| | ||||||
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -4/+5 | |
| | ||||||
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -4/+4 | |
| | ||||||
* | 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 | |
| | | | | least...) | |||||
* | 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 | |