Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | functions should return explicit "nil"s. | Roberto Ierusalimschy | 1998-06-29 | 1 | -4/+8 |
| | |||||
* | "dostring" accepts chunk name. | Roberto Ierusalimschy | 1998-06-19 | 1 | -4/+7 |
| | |||||
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
| | |||||
* | name: lua_pushCclosure -> lua_pushcclosure. | Roberto Ierusalimschy | 1998-06-05 | 1 | -2/+2 |
| | |||||
* | 'print' now calls 'tostring' | Roberto Ierusalimschy | 1998-05-31 | 1 | -23/+30 |
| | |||||
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -3/+3 |
| | |||||
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -15/+10 |
| | |||||
* | "settag" returns its first argument. | Roberto Ierusalimschy | 1998-02-12 | 1 | -1/+2 |
| | |||||
* | usefull macros also available as functions | Roberto Ierusalimschy | 1998-02-12 | 1 | -2/+2 |
| | |||||
* | MAX_WORD should not be bigger than MAX_INT | Roberto Ierusalimschy | 1998-01-19 | 1 | -3/+3 |
| | |||||
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 1 | -2/+1 |
| | | | | trivial to make currying. | ||||
* | LUA_COMPAT2.5 may use #ifdef instead of #if | Roberto Ierusalimschy | 1998-01-02 | 1 | -2/+2 |
| | |||||
* | opctional "base" in "tonumber" convertion. | Roberto Ierusalimschy | 1997-12-30 | 1 | -6/+20 |
| | |||||
* | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 1997-12-18 | 1 | -1/+2 |
| | |||||
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -2/+2 |
| | |||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -2/+25 |
| | |||||
* | new API function and built-in "lua_copytagmethods" | Roberto Ierusalimschy | 1997-12-11 | 1 | -1/+9 |
| | |||||
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -27/+12 |
| | |||||
* | other distribution of memory debug information. | Roberto Ierusalimschy | 1997-12-01 | 1 | -2/+9 |
| | |||||
* | no more protected global variables | Roberto Ierusalimschy | 1997-11-28 | 1 | -9/+1 |
| | |||||
* | other access method for C upvalues (as arguments) | Roberto Ierusalimschy | 1997-11-27 | 1 | -3/+5 |
| | |||||
* | global variables starting with '.' are protected in Lua (temporarily at | Roberto Ierusalimschy | 1997-11-27 | 1 | -3/+13 |
| | | | | least...) | ||||
* | extra argument for "assert" | Roberto Ierusalimschy | 1997-11-26 | 1 | -2/+2 |
| | |||||
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -3/+3 |
| | |||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -14/+15 |
| | |||||
* | "call" now handles errors (instead of "dostring") | Roberto Ierusalimschy | 1997-11-07 | 1 | -20/+29 |
| | |||||
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -16/+4 |
| | |||||
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -6/+6 |
| | |||||
* | "foreach" and "foreachvar" more robust (to survive GCs), and with | Roberto Ierusalimschy | 1997-10-23 | 1 | -12/+24 |
| | | | | termination test. | ||||
* | new functions "foreach" and "foreachvar" | Roberto Ierusalimschy | 1997-10-18 | 1 | -22/+79 |
| | |||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -36/+40 |
| | |||||
* | Built-in functions | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+404 |