Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | first implementation of light C functions | Roberto Ierusalimschy | 2010-04-14 | 1 | -15/+17 | |
| | ||||||
* | macro 'eqstr' was being used to compare non-string entities | Roberto Ierusalimschy | 2010-04-08 | 1 | -2/+2 | |
| | ||||||
* | new macro 'eqstr' | Roberto Ierusalimschy | 2010-04-05 | 1 | -6/+6 | |
| | ||||||
* | '_ENV' name permanently stored in global state for easier access | Roberto Ierusalimschy | 2010-03-13 | 1 | -2/+2 | |
| | ||||||
* | first version of _ENV; no more global variables | Roberto Ierusalimschy | 2010-03-12 | 1 | -21/+27 | |
| | ||||||
* | when finding a 'name' for a function, handle the case when the function | Roberto Ierusalimschy | 2010-03-05 | 1 | -2/+5 | |
| | | | | is a for iterator | |||||
* | new instructions to optimize indexing on upvalues | Roberto Ierusalimschy | 2010-02-26 | 1 | -9/+26 | |
| | ||||||
* | "no value" added to array luaT_typenames + occurrences of "userdata" | Roberto Ierusalimschy | 2010-01-13 | 1 | -5/+5 | |
| | | | | in that array unified in a single address | |||||
* | removed useless initialization | Roberto Ierusalimschy | 2010-01-11 | 1 | -2/+2 | |
| | ||||||
* | new debug info 'isvararg' and 'nparams' | Roberto Ierusalimschy | 2010-01-06 | 1 | -1/+9 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2009-12-01 | 1 | -3/+7 | |
| | ||||||
* | detail in 'currentpc' (only needs to work for Lua functions) | Roberto Ierusalimschy | 2009-11-26 | 1 | -8/+4 | |
| | ||||||
* | new scheme for debug info about tail calls: no more 'fake' stack entries, | Roberto Ierusalimschy | 2009-11-25 | 1 | -32/+10 | |
| | | | | but stack entry knows whether it was tail called | |||||
* | two small bugs: 'debug.getinfo' did not consider negative indices as out | Roberto Ierusalimschy | 2009-10-13 | 1 | -8/+10 | |
| | | | | of range + 'debug.[gs]etlocal' crash on tail calls | |||||
* | information about upvalues (where they come from) kept in Proto structure, | Roberto Ierusalimschy | 2009-09-28 | 1 | -8/+3 | |
| | | | | instead of sequence of pseudo-opcodes after OP_CLOSURE | |||||
* | handle extended opcodes (with OP_EXTRAARG) when checking metamethod | Roberto Ierusalimschy | 2009-09-28 | 1 | -1/+3 | |
| | | | | calls | |||||
* | limit of constants per function changed to 2^26 using extra arguments | Roberto Ierusalimschy | 2009-09-23 | 1 | -2/+4 | |
| | | | | to opcodes LOADK, GETGLOBAL, and SETGLOBAL | |||||
* | luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers, | Roberto Ierusalimschy | 2009-08-07 | 1 | -2/+2 | |
| | | | | not generic numbers) | |||||
* | 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) | Roberto Ierusalimschy | 2009-06-10 | 1 | -2/+2 | |
| | ||||||
* | no more L->base + ci->base only for Lua functions (C functions may use | Roberto Ierusalimschy | 2009-06-01 | 1 | -26/+29 | |
| | | | | 'func') | |||||
* | 'symbexec' merged with 'getobjname' (as only use for symbolic execution | Roberto Ierusalimschy | 2009-05-04 | 1 | -103/+78 | |
| | | | | now is to find a "good" name for an object) | |||||
* | no more code checking | Roberto Ierusalimschy | 2009-04-30 | 1 | -122/+5 | |
| | ||||||
* | unused arguments removed | Roberto Ierusalimschy | 2009-04-27 | 1 | -9/+9 | |
| | ||||||
* | several small improvements based on 'ci' being fixed now (including | Roberto Ierusalimschy | 2009-04-17 | 1 | -5/+3 | |
| | | | | erasing savedpc from lua_State) | |||||
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -12/+12 | |
| | ||||||
* | no more support for old-style varargs | Roberto Ierusalimschy | 2009-03-26 | 1 | -5/+3 | |
| | ||||||
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -2/+2 | |
| | ||||||
* | initial separation, in CallInfo, of what is relevant only to Lua | Roberto Ierusalimschy | 2009-03-04 | 1 | -3/+3 | |
| | | | | functions or only to C functions | |||||
* | generic for coded as two dedicated instructions to simplify resumption | Roberto Ierusalimschy | 2008-10-30 | 1 | -2/+4 | |
| | ||||||
* | better control of call status through CallInfo | Roberto Ierusalimschy | 2008-08-26 | 1 | -2/+2 | |
| | ||||||
* | useless #define removed (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -4/+1 | |
| | ||||||
* | bugs: precheck must use check (instead of assert) and ensures that | Roberto Ierusalimschy | 2008-04-02 | 1 | -6/+5 | |
| | | | | code size is at least 1 | |||||
* | SETLIST extra argument now is an "instruction" (OP_EXTRAARG) | Roberto Ierusalimschy | 2008-04-02 | 1 | -11/+7 | |
| | ||||||
* | bug: wrong error message in some concatenations | Roberto Ierusalimschy | 2007-05-29 | 1 | -3/+3 | |
| | ||||||
* | better names for metamethods in debug information | Roberto Ierusalimschy | 2007-05-09 | 1 | -5/+29 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2007-03-26 | 1 | -3/+2 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2006-11-22 | 1 | -2/+3 | |
| | ||||||
* | avoid local "pc" in interpreter loop (tricky optimization with no real gain) | Roberto Ierusalimschy | 2006-09-19 | 1 | -1/+2 | |
| | ||||||
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -2/+2 | |
| | ||||||
* | wrong message error in some cases involving closures | Roberto Ierusalimschy | 2006-08-07 | 1 | -4/+6 | |
| | ||||||
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -7/+10 | |
| | ||||||
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -4/+4 | |
| | ||||||
* | lua_getlocal/setlocal work also for C locals and temporaries | Roberto Ierusalimschy | 2005-11-01 | 1 | -26/+25 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2005-10-06 | 1 | -3/+3 | |
| | ||||||
* | a small bug | Roberto Ierusalimschy | 2005-08-04 | 1 | -1/+2 | |
| | ||||||
* | warnings Visual C | Roberto Ierusalimschy | 2005-07-11 | 1 | -3/+3 | |
| | ||||||
* | small bug | Roberto Ierusalimschy | 2005-06-28 | 1 | -3/+3 | |
| | ||||||
* | some extra consistency checks | Roberto Ierusalimschy | 2005-06-13 | 1 | -2/+5 | |
| | ||||||
* | better control for compatibility code for varargs | Roberto Ierusalimschy | 2005-06-13 | 1 | -3/+4 | |
| | ||||||
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -3/+4 | |
| |