Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new definition for 'luaD_checkstack' to avoid possible overflows | Roberto Ierusalimschy | 2009-07-08 | 1 | -4/+3 | |
* | new macro 'condmovestack' instead of 'condhardstacktests' | Roberto Ierusalimschy | 2009-06-08 | 1 | -3/+2 | |
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -4/+1 | |
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -2/+3 | |
* | first steps towards yielding through longjump | Roberto Ierusalimschy | 2008-08-13 | 1 | -7/+1 | |
* | comment about exported function not used by Lua | Roberto Ierusalimschy | 2008-07-03 | 1 | -1/+2 | |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -2/+2 | |
* | some bugs related to stack reallocation | Roberto Ierusalimschy | 2005-08-24 | 1 | -11/+1 | |
* | small changes to facilitate external C coroutines | Roberto Ierusalimschy | 2005-08-22 | 1 | -1/+2 | |
* | small improvements | Roberto Ierusalimschy | 2005-08-22 | 1 | -2/+2 | |
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -14/+14 | |
* | tighter tests for stack overflow | Roberto Ierusalimschy | 2004-09-08 | 1 | -3/+3 | |
* | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 2004-05-14 | 1 | -2/+8 | |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -3/+3 | |
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -2/+2 | |
* | zio does not keep "source" name (nobody uses it) | Roberto Ierusalimschy | 2003-08-25 | 1 | -2/+2 | |
* | new function `lua_cpcall' | Roberto Ierusalimschy | 2002-12-04 | 1 | -2/+3 | |
* | detail | Roberto Ierusalimschy | 2002-11-22 | 1 | -2/+2 | |
* | new macro `condhardstacktests' to control hard stack tests | Roberto Ierusalimschy | 2002-11-21 | 1 | -2/+13 | |
* | simpler definition for incr_top | Roberto Ierusalimschy | 2002-11-21 | 1 | -7/+3 | |
* | avoid the use of "enum" in the API, as they do not have a fixed representation | Roberto Ierusalimschy | 2002-09-02 | 1 | -2/+2 | |
* | warnings in other compilers | Roberto Ierusalimschy | 2002-08-07 | 1 | -2/+2 | |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+2 | |
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -4/+7 | |
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -2/+2 | |
* | traceback stops at first protected call | Roberto Ierusalimschy | 2002-06-18 | 1 | -1/+2 | |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -4/+3 | |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -2/+1 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+3 | |
* | new way to handle errors (temporary version) | Roberto Ierusalimschy | 2002-04-22 | 1 | -4/+10 | |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -2/+2 | |
* | some improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 1 | -2/+7 | |
* | callhook can be static | Roberto Ierusalimschy | 2002-01-30 | 1 | -1/+0 | |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -5/+7 | |
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 1 | -2/+1 | |
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 1 | -1/+0 | |
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 1 | -2/+5 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -2/+2 | |
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -3/+3 | |
* | details | Roberto Ierusalimschy | 2001-06-05 | 1 | -2/+5 | |
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -2/+2 | |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -2/+1 | |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -1/+2 | |
* | luaD_call is more uniform | Roberto Ierusalimschy | 2000-10-06 | 1 | -3/+1 | |
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -2/+2 | |
* | call hooks can only be called when `pc' is active (that is, inside | Roberto Ierusalimschy | 2000-10-04 | 1 | -1/+3 | |
* | new version of protected execution | Roberto Ierusalimschy | 2000-09-25 | 1 | -2/+4 | |
* | better definitions for MULTRET | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+1 | |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -2/+1 |