Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | "volatile is the only reliable way to ensure that a local variable | Roberto Ierusalimschy | 1998-01-28 | 1 | -6/+6 | |
| | | | | retains the value it had at the time of the call to longjmp" | |||||
* | details in "dostring" identification | Roberto Ierusalimschy | 1998-01-27 | 1 | -2/+2 | |
| | ||||||
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 1 | -2/+17 | |
| | | | | trivial to make currying. | |||||
* | some details related to OLD_ANSI | Roberto Ierusalimschy | 1997-12-26 | 1 | -4/+3 | |
| | ||||||
* | error method *always* gets a string (otherwise it is not called at all) | Roberto Ierusalimschy | 1997-12-23 | 1 | -4/+2 | |
| | ||||||
* | "zio" now keeps its "name". | Roberto Ierusalimschy | 1997-12-22 | 1 | -14/+14 | |
| | ||||||
* | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 1997-12-18 | 1 | -14/+4 | |
| | ||||||
* | "lua_dobuffer" (is not official, but its there...) | Roberto Ierusalimschy | 1997-12-17 | 1 | -1/+12 | |
| | ||||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -31/+37 | |
| | ||||||
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -2/+3 | |
| | ||||||
* | other access method for C upvalues (as arguments) | Roberto Ierusalimschy | 1997-11-27 | 1 | -14/+25 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1997-11-26 | 1 | -16/+15 | |
| | ||||||
* | "stacklimit" is not necessary. | Roberto Ierusalimschy | 1997-11-26 | 1 | -9/+5 | |
| | ||||||
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -2/+2 | |
| | ||||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -89/+81 | |
| | ||||||
* | small details | Roberto Ierusalimschy | 1997-11-07 | 1 | -1/+2 | |
| | ||||||
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -14/+8 | |
| | ||||||
* | no need of "emergency error"... | Roberto Ierusalimschy | 1997-11-03 | 1 | -20/+3 | |
| | ||||||
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -44/+51 | |
| | ||||||
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -5/+5 | |
| | | | | of objects. | |||||
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 | |
| | | | | for C closures...) | |||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+3 | |
| | ||||||
* | Stack and Call structure of Lua | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+415 | |