Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | no more 'ccall' nor 'cpcall' functions. (With light C functions they | Roberto Ierusalimschy | 2010-04-14 | 1 | -3/+2 | |
| | | | | are obsolete.) | |||||
* | new macro LUA_NUMTAGS | Roberto Ierusalimschy | 2010-04-12 | 1 | -1/+3 | |
| | ||||||
* | option to return GC to normal (incremental, non generational) mode | Roberto Ierusalimschy | 2010-04-02 | 1 | -1/+2 | |
| | ||||||
* | no more fenvs! | Roberto Ierusalimschy | 2010-03-26 | 1 | -5/+4 | |
| | ||||||
* | draft version of a generational mode for garbage collection. (Not well | Roberto Ierusalimschy | 2010-03-22 | 1 | -1/+2 | |
| | | | | tested; no major collections; ...) | |||||
* | 'cpcall' renamed to 'ccall' as it does not do a protected call | Roberto Ierusalimschy | 2010-03-19 | 1 | -2/+2 | |
| | ||||||
* | better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX | Roberto Ierusalimschy | 2010-03-13 | 1 | -3/+7 | |
| | ||||||
* | corrected copyright notice to 2010 | Roberto Ierusalimschy | 2010-01-11 | 1 | -3/+3 | |
| | ||||||
* | compatibility code moved to luaconf.h | Roberto Ierusalimschy | 2010-01-06 | 1 | -28/+4 | |
| | ||||||
* | new debug info 'isvararg' and 'nparams' | Roberto Ierusalimschy | 2010-01-06 | 1 | -1/+3 | |
| | ||||||
* | field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsigned | Roberto Ierusalimschy | 2010-01-05 | 1 | -2/+2 | |
| | | | | | char' to save some space (even C functions cannot have more than maxchar upvalues). | |||||
* | 'lua_cpcall' is deprecated | Roberto Ierusalimschy | 2009-12-22 | 1 | -3/+2 | |
| | ||||||
* | no more pseudoindex LUA_GLOBALSINDEX; global table now accessible | Roberto Ierusalimschy | 2009-12-22 | 1 | -6/+9 | |
| | | | | through registry | |||||
* | missing parentheses around 'lua_version' + moving typdef's before | Roberto Ierusalimschy | 2009-12-18 | 1 | -10/+10 | |
| | | | | the extra include | |||||
* | 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' | Roberto Ierusalimschy | 2009-12-17 | 1 | -3/+6 | |
| | ||||||
* | avoid using deprecated macros lua_[gs]etglobal | Roberto Ierusalimschy | 2009-12-11 | 1 | -2/+3 | |
| | ||||||
* | comment typos | Roberto Ierusalimschy | 2009-11-26 | 1 | -2/+2 | |
| | ||||||
* | new scheme for debug info about tail calls: no more 'fake' stack entries, | Roberto Ierusalimschy | 2009-11-25 | 1 | -2/+3 | |
| | | | | but stack entry knows whether it was tail called | |||||
* | renaming: 'lua_upvaladdr' -> 'lua_upvalueid', | Roberto Ierusalimschy | 2009-11-09 | 1 | -4/+4 | |
| | | | | 'lua_upvaljoin' -> 'lua_upvaluejoin' | |||||
* | new option 'isrunning' for 'lua_gc' (and 'collectgarbage') | Roberto Ierusalimschy | 2009-11-09 | 1 | -1/+2 | |
| | ||||||
* | api functions to manipulate upvalues do not need to check their | Roberto Ierusalimschy | 2009-11-05 | 1 | -2/+2 | |
| | | | | arguments (the caller must check them before calling) | |||||
* | new functions to identify and join upvalues | Roberto Ierusalimschy | 2009-11-05 | 1 | -1/+5 | |
| | ||||||
* | parser keeps list of active local variables in a single dynamic array, | Roberto Ierusalimschy | 2009-10-11 | 1 | -2/+2 | |
| | | | | therefore saving C stack space | |||||
* | new function lua_copy | Roberto Ierusalimschy | 2009-10-05 | 1 | -1/+2 | |
| | ||||||
* | 'cpcall' reimplemented as a predefined value in the registry | Roberto Ierusalimschy | 2009-09-21 | 1 | -2/+3 | |
| | ||||||
* | 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD | Roberto Ierusalimschy | 2009-09-17 | 1 | -3/+7 | |
| | ||||||
* | first implementation of 'lua_yieldk' (yield with continuation) | Roberto Ierusalimschy | 2009-09-14 | 1 | -2/+4 | |
| | ||||||
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -2/+2 | |
| | ||||||
* | new function 'lua_version' (so that 'checkversion' can be implemented | Roberto Ierusalimschy | 2009-06-18 | 1 | -3/+2 | |
| | | | | in the auxiliary library) | |||||
* | new functions 'lua_arith' and 'lua_compare' | Roberto Ierusalimschy | 2009-06-17 | 1 | -5/+26 | |
| | ||||||
* | new API function 'lua_mainthread' | Roberto Ierusalimschy | 2009-06-15 | 1 | -1/+3 | |
| | ||||||
* | errors in finalizers are propagated with code LUA_ERRGCMM (ERRor in | Roberto Ierusalimschy | 2009-05-21 | 1 | -2/+3 | |
| | | | | __gc MetaMethod) | |||||
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -2/+2 | |
| | ||||||
* | first implementation of yieldable 'pcall' | Roberto Ierusalimschy | 2009-04-08 | 1 | -2/+5 | |
| | ||||||
* | 'context' added to suspendable calls | Roberto Ierusalimschy | 2009-03-23 | 1 | -5/+6 | |
| | ||||||
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -2/+6 | |
| | ||||||
* | new macro 'lua_checkversion' to check whether core and application are | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+5 | |
| | | | | compatible | |||||
* | added missing parentheses around function names | Roberto Ierusalimschy | 2008-08-13 | 1 | -12/+12 | |
| | ||||||
* | LUA_COMPAT -> LUA_COMPAT_API (more specific) | Roberto Ierusalimschy | 2008-07-18 | 1 | -2/+2 | |
| | ||||||
* | new macro LUA_COMPAT to control some compatibility macros | Roberto Ierusalimschy | 2008-07-11 | 1 | -1/+3 | |
| | ||||||
* | updated years in some comments/strings | Roberto Ierusalimschy | 2008-05-09 | 1 | -3/+3 | |
| | ||||||
* | bug: pseudo-indices should be linked to maximum C stack size | Roberto Ierusalimschy | 2008-02-11 | 1 | -4/+4 | |
| | ||||||
* | detail (LUA_COPYRIGHT includes release number) | Roberto Ierusalimschy | 2007-08-07 | 1 | -2/+2 | |
| | ||||||
* | lua_pushstring/pushlstring return string | Roberto Ierusalimschy | 2007-04-17 | 1 | -6/+6 | |
| | ||||||
* | new year... | Roberto Ierusalimschy | 2007-02-07 | 1 | -2/+2 | |
| | ||||||
* | detail (tab->space) | Roberto Ierusalimschy | 2006-11-30 | 1 | -2/+2 | |
| | ||||||
* | towards 5.2 + detail in authors + avoiding reverse plicks | Roberto Ierusalimschy | 2006-10-17 | 1 | -10/+10 | |
| | ||||||
* | new constant LUA_OK | Roberto Ierusalimschy | 2006-10-10 | 1 | -2/+3 | |
| | ||||||
* | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 2006-09-18 | 1 | -4/+4 | |
| | ||||||
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -3/+3 | |
| |